Eugene Kliuchnikov

Results 40 issues of Eugene Kliuchnikov

DO NOT SUBMIT! This is a continuous test to automatically detect failures when using version 1.0.7 of the highway submodule. There is a [test_new_highway action](https://github.com/libjxl/libjxl/actions/workflows/test_new_highway.yml) that pulls in changes and...

CI:full
CI

This is a tracker issue to make sure things do not fall off our radars. - [x] investigate timeout in djxl fuzzer (@eustas) -- #4384 - [x] ~check if we...

Partially fixes #4419. Not sure if I understand the area, so might be completely irrelevant / wrong.

CI:full
spec

On 25.09.2024 GIMP package has been removed: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078402 On 15.11.2024 it is still missing. PR that disables `debian:trixie` build: #3934

Likely supporting both 2.10+ and 3.0 API in same sources is not worth it. Perhaps we could extract some common logic, though. Currently `debian:sid` has updated GIMP to 3.0; perhaps...

That will allow reducing (statically linked) library/binary.

`is_same` seems to be hot

I've tried to encode random image from internet and cjxl failed. Investigation has shown that number of reset points does not fit `U32(Val(0), BitsOffset(2, 1), BitsOffset(4, 4), BitsOffset(16, 20))`. The...

If something goes wrong it just says "Possibly there is too much tail data." Report should be more certain. Because some problems could be fixed by user (e.g. drop tail...

``` convert -size 15x167941 xc: tall.png # if fails, update /etc/ImageMagick-6/policy.xml ./build/tools/cjxl ./tall.png ./tall.jxl # OK ./build/tools/cjxl -m 1 ./tall.png ./tall.jxl # Fails ``` Error: ``` JPEG XL encoder v0.12.0...