Code: Select all
convert -format "%w x %h" rose: info:
Code: Select all
convert -format "%w x %h" -gravity east -chop 1x0 rose: info:
Code: Select all
convert -format "%w x %h" -gravity east -chop 1%x0 rose: info:
Why is the height getting chopped too?
It looks like even with a 0% chop, 1 pixel is always removed, as long as there's a percentage and not a number of pixels:
Code: Select all
convert rose: -format "%w x %h" -gravity east -chop 0%x0 info:
Version: ImageMagick 7.0.7-5 Q16 x86_64 2017-10-03 http://www.imagemagick.org
Mac OS X 10.11.6