An OpenJPEG-based tile source for the large-image library, enabling efficient reading of JPEG2000 (JP2) images. Current version 1.34.1. Release cadence is irregular, tied to the large-image monorepo.
pip install large-image-source-openjpegNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open a JP2 file and read its metadata and a tile at level 0.
Install libopenjp2 via system package manager (e.g., apt install libopenjp2-7, yum install openjpeg2).
Upgrade Python to 3.10 or later.
Verify the image opens correctly; consider using large-image-source-tiff for more complex cases.