Closed beetlebugorg closed 8 months ago
The geometry parse methods provide a way to parse geometry such as "100x100+10+0" or "100x100!".
If you've ever used magick convert -resize (or convert -resize), these methods are called internally.
magick convert -resize
convert -resize
Imagemagick provides really good documentation on the Image Geometry format.
Thanks for the changes!
The geometry parse methods provide a way to parse geometry such as "100x100+10+0" or "100x100!".
If you've ever used
magick convert -resize
(orconvert -resize
), these methods are called internally.Imagemagick provides really good documentation on the Image Geometry format.