Luca Versari
Luca Versari
+1 on this: I don't believe "let's make one (or two) image formats behave differently from everything else" is the best path forward for enabling CORS on image resources. Also,...
I also run into the same issue.
I like this idea - in particular, I think it might be a good idea to replace HWY_SCALAR with something based on an equivalent of vspline::simd_type. In my experience, SCALAR...
> (btw this was inspired by @veluca93's code from a year ago, see https://gitlab.com/wg1/jpeg-xlm/-/merge_requests/3457) Unless we are very much in a hurry, I'd prefer to first refactor the Write stages...
Can you add speed numbers with the new version?
> Hm, strange, seems like compared to current git main branch, this doesn't really give much of a speedup at all anymore: > > Before: 3072 x 2048, geomean: 39.96...
> > We kind of intentionally didn't include all options in the manpages > > I figured something like this. > > /debian hat on/Debian will enter freeze next year,...
> As of [8007e8d](https://github.com/libjxl/libjxl/commit/8007e8d101ef7173294d2c632d80b391e28eead0), only one test fails with gcc: > > * FastMathTargetTestGroup/FastMathTargetTest.TestFastPow2/SSE4#GetParam()=64 > > However, 332 additional tests now fail with an "illegal" exception with both gcc and...
After some investigation, it turns out that image1.png has an all-opaque alpha channel; progressive decoding of images with alpha is not currently implemented in the decoder. Leaving this open to...
Crash in djxl from a file with JPEG reconstruction data with XMP in the JFIF file but no xml JXL box
I'd argue that making an empty xml box after a call to JxlEncoderAddJPEGFrame() is an encoder API bug ;)