danishm / mritopng

A simple python module to make it easy to batch convert DICOM files to PNG images.
MIT License
137 stars 48 forks source link

Conversion issue #20

Closed deva-gopalani closed 3 years ago

deva-gopalani commented 5 years ago

After running the code on a folder consisting of the DICOM images, the DICOM images get converted into a format of .dcm.png. Is it not possible to get the image in only .png form?

danishm commented 5 years ago

@deva-gopalani Yes, it's possible. Is this an urgent need?

deva-gopalani commented 5 years ago

@danishm, yes it is. Required it for a project.

danishm commented 5 years ago

@deva-gopalani Alright, I'll try to get it done over the weekend

deva-gopalani commented 5 years ago

@danishm, that would be great! Thank you!