The problem is AVIF. I mean I love AVIF (almost as much as JPEG-XL), but it doesn’t work with anything except browser web pages, even after all this time.
My only concern with jpeg xl is… how do you know if the encoded file is losslessly compressed or not?
with jpg and png, one is lossless, one is not. But if all the files have a jxl extension, you can’t know unless the encoder adds metadata for it, right?
Webp works fine for me now.
The problem is AVIF. I mean I love AVIF (almost as much as JPEG-XL), but it doesn’t work with anything except browser web pages, even after all this time.
For me webp is always some gif I’m trying to text people, and now I have to go convert it.
My only concern with jpeg xl is… how do you know if the encoded file is losslessly compressed or not?
with jpg and png, one is lossless, one is not. But if all the files have a jxl extension, you can’t know unless the encoder adds metadata for it, right?
I felt the same way about webp when it came out.
In practice it doesn’t really matter:
Also, it turned out that even if it’s quite good, lossless webp is rarely seen in the wild because svg is more convenient.
I mean the application could tell by looking at how its encoded, right?
Though I acknowledge how problematic “trusting” the app to do that is.