Page 1 of 1

Re: converting PSD to JPEG is slow

Posted: 2007-02-09T08:27:24-07:00
by magick
Large images can be cached to disk which is 1000 times slower than in-memory conversion. Add -debug cache to your command line and it will tell you if your image is cached to disk. See http://www.imagemagick.org/script/architecture.php for details.