openzoom / deepzoom.py

Python Deep Zoom Tools
http://openzoom.org/
Other
179 stars 75 forks source link

TIFF/BigTIFF support? #17

Open darwinjob opened 4 years ago

darwinjob commented 4 years ago

Are these formats supported? Tiling, compression?

ali1234 commented 3 years ago

PIL/pillow is used as the backend for image import. It supports TIFF but not BigTIFF, although there is an open issue for BigTIFF support which seems like it could go somewhere: https://github.com/python-pillow/Pillow/issues/4513