ConvertX icon indicating copy to clipboard operation
ConvertX copied to clipboard

[Feature Request] Add support for converting DICOM/DCM image files to JPEG/PNG

Open armond-avanes opened this issue 9 months ago • 4 comments

Describe the solution you'd like I would like to convert DICOM/DCM image files to JPEG or PNG so that they can be easily viewable on my electronic devices.

Additional context DICOM/DCM files are used in medical imaging (CT, MRI, etc). There are many online tools to do the conversion but I don't want to upload medical images to some random websites for privacy reasons.

armond-avanes avatar Jun 06 '25 00:06 armond-avanes

Do you know of any cli converter that supports the format?

C4illin avatar Jun 06 '25 10:06 C4illin

ImageMagick should have the option to convert to PNG/jpeg and also DCMTK is a dedicated tool for dicom images

M3dvidek avatar Jun 09 '25 12:06 M3dvidek

@armond-avanes what problems are you experiencing with the current ImageMagick solution?

C4illin avatar Jun 10 '25 19:06 C4illin

@armond-avanes what problems are you experiencing with the current ImageMagick solution?

@C4illin I can't find DCM file type in ImageMagick. What I can see is DCX. Is it the one you're referring to?

armond-avanes avatar Jun 10 '25 22:06 armond-avanes