A Pillow tilesource for large_image, enabling reading of common image formats (PNG, JPEG, TIFF, etc.) using Pillow. Version 1.34.1 is current, with a maintenance cadence of monthly releases.
pip install large-image-source-pilNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open an image using the Pillow tilesource and fetch a tile.
Use Python >=3.10
Check the current API docs; use the new signature.
Use large_image_source_tiff for TIFF, or large_image for more comprehensive support.
Install large-image-source-pil and use 'from large_image_source_pil import PILFileTileSource'.
pip install large-image-source-pil