Yannis Guyon
Yannis Guyon
**Describe the bug** One image is decoded incrementally tile-by-tile (scanline order) in Chrome while another one is decoded in one go once all bytes are received. **To Reproduce** 1. Download...
To match the input data type. Cast inner computation to double to prevent int overflows for any input type. ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x]...
The argument size of get_subbox_chart_physical() is unused. get_subbox_chart_physical() is called only in one place. The local variable h could overflow the cast to int and lead to a SIGILL in...
##### System information (version) - OpenCV => 4.6 - Operating System / Platform => Linux 64 Bit - Compiler => gcc ##### Detailed description `h` may overflow the cast to...
**Describe the bug** Encoding an image with `cjxl -v -q 0` fails. The error message "Setting frame distance failed" is output. **To Reproduce** Steps to reproduce the behavior: 1. Download...
### ImageMagick version 7.1.0-48 beta ### Operating system Linux ### Operating system, version and so on Debian GNU/Linux 12 rodete ### Description `-resize` an animated WebP with frame windows (only...
**Describe the bug** `cjxl` outputs a file of different size depending on the compiler used to build libjxl tools. **To Reproduce** ```sh git clone https://github.com/libjxl/libjxl cd libjxl git checkout 3e3a706...
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...