> When we tried to manipulate images larger than a few MB, well, it What version of ImageMagick are you running? You could try forcing ImageMagick to cache pixels to disk with -limit memory 32 -limit map 64 on your command line. That way large images are processed without consuming too much memory. Type
identify -list resource to see what the default settings are. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
