Re: DCM memory allocation error

[email protected] Fri, 5 Jun 2009 16:18:35 -0700
Newsgroups gmane.comp.video.image-magick.bugs
Message-ID <[email protected]>
> convert input.dcm ouput%03i.pgm

Try this:

  convert -limit memory 32mb -limit map 64mb input.dcm ouput%03i.pgm

If that fails, post a URL to your image so we can download it and 
reproduce the problem.