girder / large_image

Python modules to work with large multiresolution images.
http://girder.github.io/large_image/
Apache License 2.0
195 stars 43 forks source link

Better scale float-valued tiles #1725

Closed manthey closed 1 week ago

manthey commented 1 week ago

If scaling non uint8 tiles in numpy format, possibly use scikit-image rather than converting to an 8-bit pil image for the process.

Add some missing type hints.