DICOM support in Magick++

Magick++ is an object-oriented C++ interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick++.
Post Reply
nimoleo
Posts: 2
Joined: 2012-02-18T07:14:12-07:00
Authentication code: 8675308

DICOM support in Magick++

Post 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?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: DICOM support in Magick++

Post 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.
nimoleo
Posts: 2
Joined: 2012-02-18T07:14:12-07:00
Authentication code: 8675308

Re: DICOM support in Magick++

Post 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.
Post Reply