Dicom file conversion

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
alokjain

Dicom file conversion

Post by alokjain »

Hello,
I am developing open source for medical Health care PACS application.
I have to convert .dcm file to jpeg or gif file.and also read dicom file and fetch data from dicom to mysql.
Please help me out from this problem i am not able to convert .dcm files.
Please if you have any solution then send me gmi.alok@gmail.com

In Advance Thanks :)

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

Re: Dicom file conversion

Post by magick »

I have to convert .dcm file to jpeg or gif file
This ImageMagick command will do what you want:
  • convert image.dcm image.jpg
    convert image.dcm image.gif
Post Reply