
The following was my first command line, so I ran it from the command line (as opposed to spawning it from my web program).
I tried these:
identify -limit memory 200MiB -limit map 200MiB <filename.jp2>
identify -limit area 10mb <filename.jp2>
identify -limit area 10 <filename.jp2>
I also tried adding the following to my bash_profile & sourced it:
MAGICK_MEMORY_LIMIT=10mb
MAGICK_MAP_LIMIT=10mb
None of these seemed to change the behavior at all.
I compiled ImageMagick myself (without root even!) and included the jasper libraries to support jp2s.
ImageMagick 6.6.3-10 2010-12-18
Help?
Many thanks,
icewoman