Created
February 19, 2019 08:29
-
-
Save jrodbx/5534ca7d0ed58dfa98e6c42945d3632d to your computer and use it in GitHub Desktop.
image diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
convert '(' ~/Desktop/before.png -flatten -grayscale Rec709Luminance ')' \ | |
'(' ~/Desktop/after.png -flatten -grayscale Rec709Luminance ')' \ | |
'(' -clone 0-1 -compose darken -composite ')' \ | |
-channel RGB -combine ~/Desktop/diff.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment