imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
32 stars 5 forks source link

Pixeldata is parsed in Files with non-supported transfer syntax #20

Closed erikogabrielsson closed 2 years ago

erikogabrielsson commented 3 years ago

For files that has non-supported transfer syntax (not supported by pillow handler, e.g. non-jpeg) pixel data is parsed in the wrong way and errors are raised. Pixel data should only be parsed for supported transfer syntaxes.

erikogabrielsson commented 2 years ago

Fixed by #19