Page 1 of 1

Bug in Imagemagick 6.9.2-6

Posted: 2016-03-29T06:00:56-07:00
by blah_2303
I need to generate thumbnails for .dcm files. I was getting this error

Code: Select all

convert: Unsupported JPEG process: SOF type 0xc3 `/var/tmp/magick-45155j6AeBD0TwNf6' @ error/jpeg.c/JPEGErrorHandler/322.
convert: no images defined `12.png' @ error/convert.c/ConvertImageCommand/3241.
Then I ran it with debug mode.

Code: Select all

convert -debug module sample.dcm sample.png
Then one line came like this

Code: Select all

Opening module at path "/usr/local/Cellar/imagemagick/6.9.2-6/lib/ImageMagick//modules-Q16/coders/dcm.la"
that I think is wrong as it has two
//
after ImageMagick I have dcm.la but it will get it only if it searches for one
/
I am still not sure if this is bug or not. But just have a check on it. I am struggling with it.

Re: Bug in Imagemagick 6.9.2-6

Posted: 2016-03-29T10:15:59-07:00
by dlemstra
Can you add a link to your .dcm file that is causing this error? And can you reproduce the issue with the latest version of ImageMagick?