marksgraham / OCT-Converter

Tools for extracting the raw optical coherence tomography (OCT) and fundus data from proprietary file formats.
https://pypi.org/project/oct-converter/
MIT License
193 stars 70 forks source link

Single frame DCM file converted to 4000 pngs #144

Closed yehudahkay closed 4 weeks ago

yehudahkay commented 1 month ago

Hi,

I have a single frame DCM that gets converted to 4000 individual pngs rather than one file.

yehudahkay commented 4 weeks ago

It seems to me that this library was only intended to handle mutli frame dicom images but not single frame dicom images

marksgraham commented 4 weeks ago

The dicom support is quite limited in this library - I would really recommend pydicom for working with dicoms in general!