A tifffile tilesource for large_image. Current version is 1.34.1. Release cadence is irregular but typically multiple minor releases per year, with patches as needed.
pip install large-image-source-tifffileNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of TiffFileTileSource to get metadata and a tile from a TIFF file.
Install large-image alongside: pip install large-image large-image-source-tifffile
Upgrade your Python environment to 3.10 or newer.
Use underscores in imports: from large_image_source_tifffile import ...