Skip to content

[WIP] Break down JxlDecoder to better support streaming, preview, animation, etc. #366

[WIP] Break down JxlDecoder to better support streaming, preview, animation, etc.

[WIP] Break down JxlDecoder to better support streaming, preview, animation, etc. #366

Triggered via pull request August 24, 2024 06:43
Status Success
Total duration 5m 33s
Artifacts

ci.yml

on: pull_request
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
[clippy] jpegxl-sys/src/decode.rs#L26: jpegxl-sys/src/decode.rs#L26
error: unused import: `JxlOrientation` --> jpegxl-sys/src/decode.rs:26:74 | 26 | JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation, | ^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
[clippy] jpegxl-sys/src/decode.rs#L26: jpegxl-sys/src/decode.rs#L26
error: unused import: `JxlOrientation` --> jpegxl-sys/src/decode.rs:26:74 | 26 | JxlBasicInfo, JxlBlendInfo, JxlExtraChannelInfo, JxlFrameHeader, JxlOrientation, | ^^^^^^^^^^^^^^ | = note: `-D unused-imports` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(unused_imports)]`
Clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/