jxl-oxide
brew install jxl-oxide
v0.12.6
MIT OR Apache-2.0
JPEG XL decoder
14
30-day installs · #7742
23
90-day · #9358
183
365-day · #7577
453
★ GitHub stars · updated 2mo ago
Runtime dependencies
Build dependencies
GitHub topics
image
jpeg-xl
jxl
rust
Links
- https://github.com/tirr-c/jxl-oxide
- GitHub: tirr-c/jxl-oxide
- Brew formula source: Formula/j/jxl-oxide.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [
"rust"
],
"categories": [],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"little-cms2"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "JPEG XL decoder",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:39:08+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "jxl-oxide",
"github_default_branch": "main",
"github_last_commit_at": "2026-05-29T16:10:16Z",
"github_readme_excerpt": "# jxl-oxide\n[](https://crates.io/crates/jxl-oxide)\n[](https://docs.rs/crate/jxl-oxide/)\n[](https://github.com/tirr-c/jxl-oxide/actions/workflows/build.yml?query=branch%3Amain)\n\nA spec-conforming JPEG XL decoder written in pure Rust.\n\nIf you want to use it as a library, add `jxl-oxide` in `Cargo.toml`. `jxl-oxide` is a blanket crate\nwhich covers various components of jxl-oxide.\n\n```toml\n[dependencies]\njxl-oxide = \"0.12.5\"\n```\n\n## Installing command line tool\n\nInstall `jxl-oxide-cli` using `cargo install`. It will install a binary named `jxl-oxide`.\n\n```\ncargo install jxl-oxide-cli\n```\n\n## Feature flags\n\n`jxl-oxide` and `jxl-oxide-cli` have different sets of feature flags.\n\n**For `jxl-oxide`:**\n- `rayon` (default): Enable multithreading using `rayon`.\n- `lcms2`: Integrate into Little CMS 2 which supports arbitrary ICC profiles and enables CMYK to RGB\n conversion. Note that this will add dependencies written in C.\n- `moxcms`: Integrate into `moxcms` crate which supports arbitrary ICC profiles like `lcms2`.\n `moxcms` is written in pure Rust, so it won\u0027t add any additional C dependency.\n- `image`: Integrate into the `image` crate. `jxl_oxide::integration::JxlDecoder` will be made\n available.\n\n**For `jxl-oxide-cli`:**\n- `rayon` (default): Enable multithreading using `rayon`.\n- `mimalloc` (default): Use mimalloc as memory allocator.\n- `__devtools` (unstable): Enable devtool subcommands.\n- `__ffmpeg` (unstable): Link to FFmpeg and enable video encoding in devtool subcommands.\n\n---\n\nDual-licensed under MIT and Apache 2.0.\n\n[conformance]: https://github.com/libjxl/conformance\n",
"github_repo": "tirr-c/jxl-oxide",
"github_stars": 453,
"github_topics": [
"image",
"jpeg-xl",
"jxl",
"rust"
],
"homepage": "https://github.com/tirr-c/jxl-oxide",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 14,
"installs_365d": 183,
"installs_90d": 23,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT OR Apache-2.0",
"llm_generated_at": null,
"llm_model": null,
"name": "jxl-oxide",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 7742,
"rank_365d": 7577,
"rank_90d": 9358,
"raw_hash": "48557c070be3ad31",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/j/jxl-oxide.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": null,
"version_stable": "0.12.6",
"versioned_formulae": [],
"why_use_this": null
}