Earlier quoted context omitted.
Yup, Gnome Web loads it just fine! Man, it really is a great browser. I try to switch to it every 6 months, but then I remember that it doesn't support extensions at all. I could give up everything, but not 1Password. Nothing is worth copy/pasting credentials and losing passkeys entirely.
Have you tried KeePassXL with SyncThing? I've heard good things about that setup.
JPEG XL Test Page
131–140 of 170 posts
Re: JPEG XL Test Page
#132Presumably the "January 2027" statement is a typo, ...or is that when it is slated to launch in safari?
Re: JPEG XL Test Page
#133Starting from v145 Chrome supports JXL. There is also an extension for this: https://chromewebstore.google.com/detail/jpeg-xl-viewer/bkhd...
And Firefox: https://addons.mozilla.org/en-US/firefox/addon/jxl/
Re: JPEG XL Test Page
#134* add an correct HTML image alt information
* compress your HTML and CSS with brotli (or gzip)
thanks!
Re: JPEG XL Test Page
#135Earlier quoted context omitted.
And Firefox: https://addons.mozilla.org/en-US/firefox/addon/jxl/
Wonderful. Allow an "unmonitored" extension from a random stranger on the Internet have access to "all data for all websites" just to support an image format for which Mozilla should have long built in native support...
Re: JPEG XL Test Page
#136I published some benchmarks recently: https://op111.net/posts/2025/10/png-and-modern-formats-lossl... I compare PNG and the four modern formats, AVIF, HEIF, WebP, JPEG XL, on tasks/images that PNG was designed for. (Not on photographs or lossy compression.)
Re: JPEG XL Test Page
#137I'm seeing the image on zen which is a firefox fork but not on firefox itself :/ even with `image.jxl.enabled` I don't see it on firefox
Checking the Firefox bugs on this, it seems they decided to replace the C++ libjxl with a rust version which is a WIP, to address security concerns with the implementation. All this started a few months ago. Maybe the zen fork is a bit older and still using the C++ one?
Re: JPEG XL Test Page
#138One thing I like about JPEG-XL is that it supports all kinds of weird image formats. For example, I used to work with depth data a lot, which is best expressed as monochrome 16-bit floating point images. Previously, TIFF was the only format that supported this. Many shops would instead save depth images as UINT16 .PNG files, where the raw pixel intensity maps to the camera distance in mm. The problem with this is tha…
And it is probably the reason why browser vendors disliked it. Lots of complexity, it means a big library, which is high maintenance with a big attack surface. By comparison, webp is "free" if you have webm, as webp is essentially a single frame video.
Re: JPEG XL Test Page
#139Earlier quoted context omitted.
And Firefox: https://addons.mozilla.org/en-US/firefox/addon/jxl/
Wonderful. Allow an "unmonitored" extension from a random stranger on the Internet have access to "all data for all websites" just to support an image format for which Mozilla should have long built in native support...