Page 1 of 1
problem converting DCIM image
Posted: 2013-05-22T07:20:07-07:00
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
Re: problem converting DCIM image
Posted: 2013-05-22T09:12:28-07:00
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.
Re: problem converting DCIM image
Posted: 2013-07-09T15:08:26-07:00
by marcocim
Hi magick,
sorry for the delay, i don't know how to build imagemagick with this option.
Thanks
Marco
Re: problem converting DCIM image
Posted: 2013-07-09T21:56:27-07:00
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.
Re: problem converting DCIM image
Posted: 2013-07-10T14:52:02-07:00
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: