Page 1 of 1

Enhancement Request for Compare

Posted: 2017-09-15T16:09:05-07:00
by fmw42
This is not urgent. But when time permits, please enhance compare to allow the use of -gravity inside parentheses with -crop.

Code: Select all

magick compare -metric rmse \
\( image.jpg -gravity west -crop 1x1000+0+0 +repage \) \
\( image.jpg -gravity east -crop 1x1000+0+0 +repage \) \
null:
compare: unrecognized option `-gravity' @ error/compare.c/CompareImagesCommand/1121.

IM 7.0.7.2 Q16 Mac OSX Sierra

Re: Enhancement Request for Compare

Posted: 2017-09-15T16:48:02-07:00
by magick
Look for a patch by sometime tomorrow.

Re: Enhancement Request for Compare

Posted: 2017-09-15T17:47:32-07:00
by fmw42
Thanks