Skip to content

Pure Rust implementation of JPEG XL decoder

License

Notifications You must be signed in to change notification settings

FOSS-Archives/jxl-oxide

 
 

Repository files navigation

jxl-oxide

crates.io docs.rs Build Status

A spec-conforming JPEG XL decoder written in pure Rust1.

If you want to use jxl-oxide in a terminal, install jxl-oxide-cli using cargo install. It will install a binary named jxl-oxide.

cargo install jxl-oxide-cli

If you want to use it as a library, add jxl-oxide in Cargo.toml. jxl-oxide is a blanket crate which covers various components of jxl-oxide.

[dependencies]
jxl-oxide = "0.9.0"

Dual-licensed under MIT and Apache 2.0.

Footnotes

  1. Integration with Little CMS 2, which is written in C, can be enabled with lcms2 feature.

About

Pure Rust implementation of JPEG XL decoder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 99.9%
  • JavaScript 0.1%