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.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2017-09-15T16:09:05-07:00
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
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2017-09-15T16:48:02-07:00
Look for a patch by sometime tomorrow.
fmw42
Posts: 25562 Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA
Post
by fmw42 » 2017-09-15T17:47:32-07:00
Thanks