6 stable releases
new 1.0.12 | Apr 16, 2025 |
---|---|
1.0.11 | Aug 15, 2024 |
1.0.10 | Nov 6, 2023 |
1.0.9 | Mar 7, 2023 |
1.0.0 |
|
#589 in Images
2,537 downloads per month
Used in 16 crates
(4 directly)
2.5MB
49K
SLoC
OpenJPEG (JPEG 2000) bindings for Rust
This is a bare FFI interface for the C library. Builds from source and links statically.
For a high-level API, consider using jpeg2k instead.
Contributing
This crate is passively maintained. Please file an issue or send a pull request if an important change is needed or the bindings are outdated.
To update the native OpenJPEG library,
checkout the new revision in the vendor
git submodule,
edit the header files in config according to the new version,
and run generate.sh
to update the FFI bindings.