Python bindings for libjpeg-turbo using pybind11, providing fast JPEG compression and decompression with access to lossless crop/scale operations. Current version 0.0.2.post1, requires Python >=3.7. Development is slow with only a few releases.
pip install turbojpegVerified import paths — ran on the pinned version, not inferred.
Basic JPEG decode and encode using TurboJPEG.
Pin version or monitor for updates.
Install libjpeg-turbo via system package manager (e.g., apt install libjpeg-turbo8-dev) or use Docker.
Ensure numpy and array handling match expected layout.