Earlier quoted context omitted.
Founder here. We are first cloud service to do it "automatically" based on client support. Most services don't have this and those who have it, don't do it automatically and requires code change.
That is exactly what cloudinary does as part of their optimized delivery. https://cloudinary.com/documentation/image_optimization#auto... Also, your claim is that you are "first to support", not "first to serve all our clients images as jxl without asking if thats ok"...
First automatic JPEG-XL cloud service
31–40 of 68 posts
Re: First automatic JPEG-XL cloud service
#32Earlier quoted context omitted.
That is exactly what cloudinary does as part of their optimized delivery. https://cloudinary.com/documentation/image_optimization#auto... Also, your claim is that you are "first to support", not "first to serve all our clients images as jxl without asking if thats ok"...
It still needs `f_jxl` in parameter. Automatic support has still not launched as per this article's last paragraph: https://cloudinary.com/blog/jpeg-xl-how-it-started-how-its-g...
You dont need to use the f_jxl parameter. e.g. https://res.cloudinary.com/demo/image/upload/c_scale,w_500/f...
And can all be handled via srcset.
Re: First automatic JPEG-XL cloud service
#33Any insight on why Firefox and Chrome dropped it, other than how disappointing it felt? What was their reason?
A perfectly reasonable decision if made by a committee of disinterested parties deciding the future of the web for the benefit of humanity, but a bad look when pulled by a megacorp.
For Firefox, it's about hoping to get to that latter situation. They want the web to move forward in step as much as possible rather than it being some wild west where everyone just does their own thing. They've lived through that already. And it sucked. Hence the various standardisation and community interoperability measures which have radically improved the web platform over the last decade or so.
Re: First automatic JPEG-XL cloud service
#34Any insight on why Firefox and Chrome dropped it, other than how disappointing it felt? What was their reason?
Re: First automatic JPEG-XL cloud service
#35If you are curious, here is how JPEG-XL adoption looks like after 42 hours of iOS 17 launch: https://twitter.com/adityapatadia/status/1704407864326939043
Re: First automatic JPEG-XL cloud service
#36Any insight on why Firefox and Chrome dropped it, other than how disappointing it felt? What was their reason?
https://bugs.chromium.org/p/chromium/issues/detail?id=117805...
Re: First automatic JPEG-XL cloud service
#37Earlier quoted context omitted.
From my own tests. JXL is better for photos and competitive with AVIF for images with flat areas of color (PNG-like). JXL is about the same speed as AVIF but WebP is quicker than both.
JXL is same speed as AVIF ? but what everyone has been commenting is that AVIF is 100x slow
Instead of using a breakpoint style approach with several predefined sizes some site generate images related to viewport size at very fine granularity and even changing the viewport by 1px will cause the AVIF to be regenerated
In these cases you can notice services like Cloudinary take several seconds to generate the new variant if it’s a large image
Re: First automatic JPEG-XL cloud service
#38For other platforms it should check to see if it's more efficient to serve a JPEGXL WASM polyfill
Can add an explicit preload hint but it’s additional complexity
Re: First automatic JPEG-XL cloud service
#39Re: First automatic JPEG-XL cloud service
#40Any insight on why Firefox and Chrome dropped it, other than how disappointing it felt? What was their reason?