Search found 1 match

by francois@lubie.co
2013-09-11T13:35:24-07:00
Forum: Users
Topic: Compare image onto itself fails
Replies: 1
Views: 1772

Compare image onto itself fails

I did a simple test to compare images with themselves, and I get differences. Here is the command line I used: find ${TMPDIR} -type f \( -iname \*.gif -o -iname \*.png -o -iname \*.jpg -o -iname \*.jpeg \) -exec compare -metric AE {} {} null: \; I get mostly results of 0, but sometimes Version of ...