Unable to conver .dcm file to jpef or any other fomat

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
bhanu_sistla
Posts: 6
Joined: 2011-01-18T07:43:04-07:00
Authentication code: 8675308

Unable to conver .dcm file to jpef or any other fomat

Post by bhanu_sistla »

Dear All,

When i am trying to convert a dicom (.dcm) file to .jpg, I don't see the picture except showing a blank picture. Currently i am using ImageMagick-6.6.1-Q16, i am giving following command for conversion

convert brain_001.dcm brain_001.gif

Any helps would be greatly appreciated.

Thanks
Bhanu S
bhanu_sistla
Posts: 6
Joined: 2011-01-18T07:43:04-07:00
Authentication code: 8675308

Re: Unable to conver .dcm file to jpef or any other fomat

Post by bhanu_sistla »

I tried below option also but nothing has worked out

convert brain_001.dcm -quality 100% brain_001.jpg

Please help me in resolving this issue ?

its critical for me.

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

Re: Unable to conver .dcm file to jpef or any other fomat

Post by magick »

Post a URL to your image so we can download it and reproduce the problem.
bhanu_sistla
Posts: 6
Joined: 2011-01-18T07:43:04-07:00
Authentication code: 8675308

Re: Unable to conver .dcm file to jpef or any other fomat

Post by bhanu_sistla »

I had tested it in the local system, is it possible that i can attach those files. Or attach the screenshot, since its not in the public url.

Thanks
Bhanu S
bhanu_sistla
Posts: 6
Joined: 2011-01-18T07:43:04-07:00
Authentication code: 8675308

Re: Unable to conver .dcm file to jpef or any other fomat

Post by bhanu_sistla »

Or can you provide your email id which i can send a mail. Please as this is important to us, can you help us in resolving the issue

Thanks
Bhanu s
bhanu_sistla
Posts: 6
Joined: 2011-01-18T07:43:04-07:00
Authentication code: 8675308

Re: Unable to conver .dcm file to jpef or any other fomat

Post by bhanu_sistla »

Here is the link where you can download the images and where i had tried to convert into the dcm to jpeg.

http://webscripts.softpedia.com/dyn-pos ... 32&t=0&i=1

Please help in resolving this issues, let me know whether some other parameters are missing while converting

Thanks
Bhanu S
bhanu_sistla
Posts: 6
Joined: 2011-01-18T07:43:04-07:00
Authentication code: 8675308

Re: Unable to conver .dcm file to jpef or any other fomat

Post by bhanu_sistla »

Any help on this, please let me know. If you know any cammand line tool to convert dcm, tiff to other formats let me know

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

Re: Unable to conver .dcm file to jpef or any other fomat

Post by magick »

Your images display fine for us:
  • convert brain_020.dcm -normalize brain_020.png
We're using ImageMagick 6.6.7-1.
Post Reply