> top says convert is using 14496 bytes of virtual memory
That makes sense if the pixels are cached to disk. If you use the limits we
recommended its possible your system is denying the memory request. We call
malloc() and malloc can fail to honor a request. If you want to see
what's going on behind the scenes, try this command:
convert -debug cache -limit area 8192 -limit memory 8192 \
bigassimage.jpg bigassimage.png
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users