HumanBrainProject / neuroglancer-scripts

Conversion of neuroimaging data for display in Neuroglancer
MIT License
27 stars 18 forks source link

feat: support lzw compression tiffs #14

Closed xgui3783 closed 3 years ago

xgui3783 commented 3 years ago

scikit-image does not seem to support lzw tiff out of the box. imagecodecs seems to be needed as a peer dependency.

see https://gis.stackexchange.com/a/387190

edit: partially fixes #13