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
200 stars 72 forks source link

Single frame DCM file converted to 4000 pngs #144

Closed yehudahkay closed 3 months ago

yehudahkay commented 3 months ago

Hi,

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

yehudahkay commented 3 months 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 3 months ago

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