Luca Versari
Luca Versari
This seems quite bug-prone - can we make it so that we don't have the two options, and always use externally-owned buffers?
I'm worried about mixing owning semantics and borrowing semantics in the same class - that sounds like it will lead to segmentation faults very easily.
Thanks for reporting this! Note for future me: looking at the table and cjxl code, the only way to produce weird values for shifts is to pass a non-default `--saliency_num_progressive_steps`,...
This seems pretty reasonable to me.
FYI, we just migrated today to a public repo for development: https://github.com/libjxl/libjxl
I agree it doesn't necessarily need to be added to other browsers (not that any other browsers supports JPEG 2000 anyway, AFAIU), but what should the mime sniff spec do...
I see - so i.e. a browser that doesn't decode BMP is still supposed to sniff for it, even if then it cannot do anything with the resulting information? It's...
I have to admit I don't fully understand what ORB does, but I can see that it allows or disallows some things depending on the mime sniff algorithm, so I...
Completely ignorant perspective here, but wouldn't specifying a type attribute on the HTML side be even worse than mime sniffing, from a security perspective? If you can do that, you...
One thing that I suspect might be different between image formats and executable formats / data serialization formats (disclaimer: I haven't been working on the web side of things for...