You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use the following command to get the crop size and offset of my image (original size 924 × 614). It shows a cropped image size but it always only shows +0+0 as the offset which can't be correct.
ImageMagick version
7.1.1-47
Operating system
Linux
Operating system, version and so on
macOs
Description
I want to use the following command to get the crop size and offset of my image (original size 924 × 614). It shows a cropped image size but it always only shows +0+0 as the offset which can't be correct.
➜ magick public/myimage.png -fuzz 20% -format "%@" -trim info: 865x405+0+0
Some other commands show more information:
Seams not like intended behavior to me. I would expect the first command to return
865x405+39+169
...Steps to Reproduce
Run the commands from above on the image.
Images
The text was updated successfully, but these errors were encountered: