Page 1 of 1

Re: Optimizing performance

Posted: 2007-03-02T18:27:42-07:00
by magick
Setting the quantum depth to 8 as you have done is about the only optimization you need. You could set the MAGICK_DEBUG environment variable to CACHE to track if ImageMagick is pushing pixels to disk rather than memory. Keeping pixels in memory is important for speed.