Bug in Imagemagick 6.9.2-6
Posted: 2016-03-29T06:00:56-07:00
I need to generate thumbnails for .dcm files. I was getting this error
Then I ran it with debug mode.
Then one line came like this that I think is wrong as it has two
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.
Code: Select all
convert -debug module sample.dcm sample.png
Code: Select all
Opening module at path "/usr/local/Cellar/imagemagick/6.9.2-6/lib/ImageMagick//modules-Q16/coders/dcm.la"
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./