I can't find functions to manipulate DICOM files and their data structure, but I read about DICOM support in ImageMagick.
Any ideas?
DICOM support in Magick++
Re: DICOM support in Magick++
ImageMagick supports reading / writing DICOM. The only manipulation is through defines. Type
- identify -verbose image.dcm
Re: DICOM support in Magick++
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.
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.