Skip to content

Instantly share code, notes, and snippets.

@kiki67100
Last active November 4, 2017 07:13
Show Gist options
  • Save kiki67100/efe29b0c3b787d298a363d5d94e83603 to your computer and use it in GitHub Desktop.
Save kiki67100/efe29b0c3b787d298a363d5d94e83603 to your computer and use it in GitHub Desktop.
ImageMagick compare multiples images
#Combine all images
convert -verbose *.jpg -combine diff.png
#Using fuss
compare -verbose -fuzz 2% photo-11-03-* diff.jpg
#Only show the difference
compare -verbose *.jpg -compose src diff.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment