GreycLab / CImg

The CImg Library is a small and open-source C++ toolkit for image processing
http://cimg.eu
Other
1.46k stars 278 forks source link

Working with DCM (DICOM) #376

Open nagayev opened 1 year ago

nagayev commented 1 year ago

Hello. Can I use this library to work with dcm images?

dtschump commented 1 year ago

CImg uses the external tool medcon to import dicom images, so if you have medcon installed on your system, CImg should be able to read dicom files. That's not a native support though.