[Resolved]possible bug with canvas offsets after crop with gravity
Posted: 2018-12-28T13:13:04-07:00
IM 6.9.10.20 Q16 Mac OSX (or with IM 7.0.8.20 using magick rather than convert)
Why am I getting +0+0 for the virtual canvas offsets in the following command using -gravity center on a crop without a +repage.
+0+0
Do I misunderstand? Should I not get the non-zero values since I did not include +repage after the crop?
Why am I getting +0+0 for the virtual canvas offsets in the following command using -gravity center on a crop without a +repage.
Code: Select all
convert logo: -gravity center -crop 25x25+0+0! -format "%O\n" info:
Do I misunderstand? Should I not get the non-zero values since I did not include +repage after the crop?