problem converting DCIM image

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
marcocim
Posts: 2
Joined: 2013-05-22T07:14:33-07:00
Authentication code: 6789

problem converting DCIM image

Post by marcocim »

Hi all,

i have some problems converting the following DICOM file into Jpg image:

https://www.dropbox.com/s/ba948xflxq5nugo/0001TBWG

I have no problems to convert other Dicom images.

I am using ImageMagick-6.8.5-Q16 for Windows.

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

Re: problem converting DCIM image

Post by magick »

You must build ImageMagick with a lossless JPEG delegate library. Its supported in source but not with any of the ImageMagick binary distributions.
marcocim
Posts: 2
Joined: 2013-05-22T07:14:33-07:00
Authentication code: 6789

Re: problem converting DCIM image

Post by marcocim »

Hi magick,

sorry for the delay, i don't know how to build imagemagick with this option.
Thanks
Marco
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: problem converting DCIM image

Post by fmw42 »

I think you need to install the Jasper (JP2000) delegate library and then compile IM from source. I do not use Windows, so I cannot help much in this regard.
Jason S
Posts: 103
Joined: 2010-12-14T19:42:12-07:00
Authentication code: 8675308

Re: problem converting DCIM image

Post by Jason S »

IM will use the JPEG decoder for this file, not the JPEG2000 decoder, so Jasper won't help. You need an IJG-libjpeg-compatible library that supports lossless JPEG.

An outline of what this might involve:
Post Reply