I have a JPG image: 30M, 1200x10000 px. If I try to resize to 200x200 px the convert will crash. I tested on suse and fedora core 6. On freebsd it works perfect. Also I have seen the convert make a file in /tmp of 999M.
Any idea?
resize big image (12000 px)
You need to set MAGICK_TMPDIR to a path with lots of free space such as
- export MAGICK_TMPDIR=/data
convert huge.bmp -resize 200x200 huge.bmp