rii-mango / Daikon

A JavaScript DICOM reader.
Other
220 stars 54 forks source link

fix: `getInterpretedData()` returns all-zeroes for certain image types #13

Closed DLiblik closed 6 years ago

DLiblik commented 6 years ago

This library uses custom data type codes for things like RGB, but getInterpolatedData() does not recognize this and so only looks for the standard two formats (signed, unsigned).

rii-mango commented 6 years ago

Looks fine. I agree there's lots to improve about getInterpretedData().