jpegxl-rs
jpegxl-rs copied to clipboard
> serde_cbor is unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `serde_cbor` | | Version | `0.11.2` | | URL...
The sys crate when pulled from crate.io does not contain the test images so the tests naturally fail to run. Please consider including them in the uploads.
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
does this wrapper support reading animated jxl files?
## 🤖 New release * `jpegxl-src`: 0.10.5 -> 0.10.6 * `jpegxl-sys`: 0.10.4+libjxl-0.10.3 -> 0.10.5+libjxl-0.10.3 * `jpegxl-rs`: 0.10.4+libjxl-0.10.3 -> 0.10.5+libjxl-0.10.3 Changelog ## `jpegxl-src` ## [0.10.6](https://github.com/inflation/jpegxl-rs/compare/jpegxl-src-v0.10.5...jpegxl-src-v0.10.6) - 2024-08-21 ### Other - :arrow_up:...
Context: I am adding JPEG XL support to Zola (https://www.getzola.org/), and I am getting build failures on Windows and Mac OS. https://dev.azure.com/getzola/zola/_build/results?buildId=3265&view=logs&j=930b9528-a8f9-5f10-1483-94bc7df0e022&t=8a52e34c-7660-5ca7-92f5-cbd642549100 https://dev.azure.com/getzola/zola/_build/results?buildId=3265&view=logs&j=d2980ad8-b87d-5294-4faf-0af1145b0486&t=4895aa0f-ffeb-520a-bc7b-cf61e25f8fa6 I am afraid my knowledge of system...
## 🤖 New release * `jpegxl-src`: 0.11.1 -> 0.11.2 (✓ API compatible changes) * `jpegxl-rs`: 0.11.1+libjxl-0.11.0 -> 0.11.2+libjxl-0.11.0 (✓ API compatible changes) * `jpegxl-sys`: 0.11.1+libjxl-0.11.0 -> 0.11.2+libjxl-0.11.0 Changelog --- This...
Hello, I got the following failure: `cargo test` ``` running 1 test ./lib/jxl/enc_ans.cc:228: JXL_DASSERT: n
Having the following in my `Cargo.toml`: ```toml [dependencies] jpegxl-rs = { version = "=0.10.3", features = ["vendored"] } ``` somehow led to `cargo build` failing with: ``` error[E0308]: mismatched types...