DICOM Convert error

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
mc2011
Posts: 7
Joined: 2011-09-04T01:49:51-07:00
Authentication code: 8675308

DICOM Convert error

Post by mc2011 »

Hi all,

i am using succesfully ImageMagick library to convert Dicom files to Jpeg format.

Now i am getting the following error converting some new Dicom files:

convert 00404825 file1.jpg

convert.exe: Unsupported JPEG process: SOF type 0xc3 `C:/Users/Marco/AppData/Loc
al/Temp/magick-12932mjHhaGzMnHKC' @ error/jpeg.c/JPEGErrorHandler/319.
convert.exe: no images defined `file1.jpg' @ error/convert.c/ConvertImageCommand
/3106.

Dicom files:

https://www.dropbox.com/s/q7ba7fsoguzj928/00404825?dl=0
https://www.dropbox.com/s/xp42wt1dcrsnd0t/02113409?dl=0

I am using ImageMagick-6.8.5-Q16

Thanks
Marco
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: DICOM Convert error

Post by magick »

Its likely a lossless-encoded JPEG image which requires that you build ImageMagick with the lossless version of the JPEG delegate library.
mc2011
Posts: 7
Joined: 2011-09-04T01:49:51-07:00
Authentication code: 8675308

Re: DICOM Convert error

Post by mc2011 »

Hi,

i am using binary version of ImageMagick, i don't know how to do this operation.

thanks
Marco
Post Reply