Code: Select all
- colored page : Colors: 163513
- grayscale page : Colors: 1646Anyone got an idea ? Eventually I could apply a filter to the images, CPU Time is not an issue
thanks
Code: Select all
- colored page : Colors: 163513
- grayscale page : Colors: 1646Code: Select all
convert image.jpg \( +clone -colorspace gray \) \
-compose difference -composite \
-format '%[mean]' info:Code: Select all
convert image.jpg \( +clone -colorspace gray \) miff:- |
compare -metric PAE - null:Users browsing this forum: Bing [Bot], Google [Bot] and 5 guests