A libvips tile source for the large-image framework, enabling efficient reading and tiling of large images using the libvips library. Current version 1.34.1, with a cadence of several minor releases per year.
pip install large-image-source-vipsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Opens an image using the Vips tile source and prints metadata and a tile shape.
Run 'pip install large-image-source-vips' and import the source class explicitly.
Install libvips using your system package manager (e.g., 'apt install libvips' on Ubuntu, 'brew install vips' on macOS).
Use Python 3.10 or later.