Enhancement Request for Compare

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Enhancement Request for Compare

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Enhancement Request for Compare

Post by magick »

Look for a patch by sometime tomorrow.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Enhancement Request for Compare

Post by fmw42 »

Thanks
Post Reply