Code: Select all
convert image.jpg -fuzz 50% -format "%@" info:
However, It doesn't give you the center of this bounding box, it gives the new image size, the total of the horizontal/vertical pixels that would be trimmed away but not how much on the left vs on the right etc.
Is it possible to also get the co-ordinates of the center of the trim box?