Bug in Imagemagick 6.9.2-6

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
blah_2303
Posts: 1
Joined: 2016-03-29T05:51:33-07:00
Authentication code: 1151

Bug in Imagemagick 6.9.2-6

Post 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.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Bug in Imagemagick 6.9.2-6

Post 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?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply