Jon Sneyers

Results 273 comments of Jon Sneyers

Cropped decoding is something the bitstream is designed for, but we haven't implemented it yet in the libjxl API. This is a nice feature to have, though the use cases...

You mean encode time, to produce a seamless jxl from tiled input? Yes, that could help to do enc gaborish. Just need 2px for that, iirc. For cropped decode, I...

I assume Windows is doing some legacy thing here that makes `fopen()` not work on the strings that end up in `argv` if those contain certain kinds of non-ascii characters....

Is there a way to do it just with compiler flags (i.e. so filenames are passed to main() and interpreted in fopen() as UTF-8), or do you always have to...

It has been three weeks now, any further comments/opinions on this?

I kind of wonder how useful JxlDecoderSetPreferredColorProfile will still be if we have a function that can guarantee to give you output in the preferred space (which would only work...

That's a C++17 function, so making that change can only be done if/after https://github.com/libjxl/libjxl/pull/1100 lands.

There are two things: - the nominal precision of the image (which is a somewhat arbitrary number in case of XYB encoding, since it is not related to how precisely...

The 0.6.1 encoder just produced a level 10 codestream that was not marked properly as being level 10 (i.e. without a level box, so implicitly and incorrectly level 5). The...

After 1.0, I think we should add to the decode API some functions that let you - decode a given crop target with minimum decode effort (i.e. not decoding groups...