Page 1 of 1

Posted: 2006-10-23T08:32:00-07:00
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.

Posted: 2006-10-23T11:25:27-07:00
by magick
Looks like inlined image cropping is only supported with ImageMagick 6.3.0, the current release.