openjpeg-sys

Crates.ioopenjpeg-sys
lib.rsopenjpeg-sys
version1.0.12
created_at2019-05-19 12:34:49.814528+00
updated_at2025-04-16 12:55:00.08333+00
descriptionOpenJPEG (JPEG 2000) FFI bindings
homepagehttps://lib.rs/openjpeg-sys
repositoryhttps://github.com/Enet4/openjpeg-sys
max_upload_size
id135243
size2,873,377
Eduardo Pinho (Enet4)

documentation

https://docs.rs/openjpeg-sys

README

OpenJPEG (JPEG 2000) bindings for Rust

openjpeg-sys on crates.io

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.

Commit count: 44

cargo fmt