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?