Emory-HITI / Niffler

Niffler: A DICOM Framework for Machine Learning and Processing Pipelines.
https://emory-hiti.github.io/Niffler/
BSD 3-Clause "New" or "Revised" License
90 stars 53 forks source link

Improves storage of rgb images. #356

Closed ramon349 closed 1 year ago

ramon349 commented 1 year ago

Storage of RGB images was utilizing an incorrect approach for writing files. Simply passing the array is insufficient. A NxMx3 array needs to be modified to be a list of n elements where each one is a list of mx3 entries.