Page 1 of 1

DICOM support in Magick++

Posted: 2012-02-18T07:30:09-07:00
by nimoleo
I can't find functions to manipulate DICOM files and their data structure, but I read about DICOM support in ImageMagick.

Any ideas?

Re: DICOM support in Magick++

Posted: 2012-02-18T08:50:21-07:00
by magick
ImageMagick supports reading / writing DICOM. The only manipulation is through defines. Type
  • identify -verbose image.dcm
You can modify any of the properties that display that start with the dcm: prefix.

Re: DICOM support in Magick++

Posted: 2012-03-02T15:29:19-07:00
by nimoleo
Thanks. Can you tell me something about creating DICOM files?

I have to develop a DICOM application, and I don't know if dcmtk library is a better solution. It's more specific about DICOM, including creating files.