You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUST_BACKTRACE=1 .\target\release\jxl-dec.exe C:\Users\Quack\Pictures\magilou-lossy.jxl -o magi-lossy.apng
2023-05-23T05:33:35.068429Z INFO jxl_dec: Image dimension: 245x245
thread 'main' panicked at 'index out of bounds: the len is 16 but the index is 4294967295', crates\jxl-color\src\tf.rs:131:44
stack backtrace:
0: std::panicking::begin_panic_handler
at /rustc/2c8cc343237b8f7d5a3c3703e3a87f2eb2c54a74/library\std\src\panicking.rs:575
1: core::panicking::panic_fmt
at /rustc/2c8cc343237b8f7d5a3c3703e3a87f2eb2c54a74/library\core\src\panicking.rs:64
2: core::panicking::panic_bounds_check
at /rustc/2c8cc343237b8f7d5a3c3703e3a87f2eb2c54a74/library\core\src\panicking.rs:159
3: jxl_color::tf::linear_to_srgb_avx2
at .\crates\jxl-color\src\tf.rs:131
4: jxl_color::convert::from_linear_srgb
at .\crates\jxl-color\src\convert.rs:75
5: jxl_render::inner::ContextInner::render_frame
at .\crates\jxl-render\src\inner.rs:238
6: jxl_render::RenderContext::render_by_index
at .\crates\jxl-render\src\lib.rs:180
7: jxl_render::RenderContext::render_keyframe_cropped
at .\crates\jxl-render\src\lib.rs:224
8: jxl_oxide::JxlRenderer::render_frame
at .\crates\jxl-oxide\src\lib.rs:272
9: jxl_oxide::JxlRenderer::render_next_frame<std::fs::File>
at .\crates\jxl-oxide\src\lib.rs:306
10: jxl_dec::main
at .\crates\jxl-oxide-cli\src\bin\jxl-dec.rs:166
11: core::ops::function::FnOnce::call_once
at /rustc/2c8cc343237b8f7d5a3c3703e3a87f2eb2c54a74\library\core\src\ops\function.rs:250
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
encoding lossless
-d 0
works fine,encoding output
image: https://files.catbox.moe/ro30u4.jxl
source:
The text was updated successfully, but these errors were encountered: