Memory Optimized CROP

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Recent versions of ImageMagick permit you to specify the crop dimension as part of the image filename, e.g. 'image.dpx[320x260+300+200]' which might be less resource constrained. Otherwise, you may need to use the stream program which was designed to extract a region of an image efficiently.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Looks like inlined image cropping is only supported with ImageMagick 6.3.0, the current release.
Post Reply