-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Open
Labels
Milestone
Description
I would like to write some BigTiff 4GB+ images as tiled tiffs to export data to an Omero server. Pillow appears to support reading tiled tiff but not writing.
Being optimistic I naively added the TileWidth and TileLength tags to a tifinfo dictionary passed to the save function the result is an invalid tif file. My test code can be found on github here:
https://github.com/jamesra/random/blob/master/pillow_tif_tiles.py
TiffInfo shows the tags correctly in the resulting tif file, but it fails to load in Photoshop or any of the built-in Windows viewers I tried.
Reactions are currently unavailable