Posted: 2006-11-28T18:24:04-07:00
The default ImageMagick version is Q16, 16 bits-per-pixel. You can build/install the Q8 version (8 bits-per-pixel) to reduce resource requirements. Otherwise you can either point ImageMagick to a disk area with plenty of temporary disk space (e.g. setenv MAGICK_TMPDIR /data) or set the disk limit to a low limit (e.g. -limit disk 1 causes the script to fail if the image pixel cache exceeds 1GB).