Page 1 of 1

Posted: 2006-02-13T10:23:09-07:00
by magick
Try adding -size 66x100 to your command line. This is a hint to the JPEG delegate library to return an image thumbnail so your conversion can occur in a small memory footprint.

Posted: 2006-02-13T13:58:44-07:00
by magick
For our web gallery we set
  • -limit memory 32 -limit map 64
to reduce the memory usage of the image conversion. Any large images are automatically cached to disk rather than memory.