Earlier quoted context omitted.
You probably want the JPEG XL Info[1] site then. A nice site outlining what JPEG XL actually is. [1] https://jpegxl.info/
While I get why, it bugs me that they have comparison images between jxl and other formats, yet it doesn't actually use jxl, as evidenced by all images displaying correctly on my chrome browser.
JPEG XL Test Page
121–130 of 170 posts
Re: JPEG XL Test Page
#122Re: JPEG XL Test Page
#123Earlier quoted context omitted.
Replace? Why bring that up? The company that owns whatever system can and should be able to convert formats.
They request formats that their equipment handles. They're not in the business of converting a user's file type from one to another. That would be inconsistent from what the user sent. Here's who I order from, you can see the particulars of what they request. https://support.bayphoto.com/hc/en-us/articles/4026658357979...
Their job is getting an image file into reality, not to be the absent owner of a big machine.
> That would be inconsistent from what the user sent.
If the machine accepts some type of normal image file, then they can losslessly convert other file formats to that type. There is nothing inconsistent about that.
Re: JPEG XL Test Page
#124I think JPEG XL's naming was unfortunate. People want to associate new image formats with leanness, lightness, efficiency.
Re: JPEG XL Test Page
#125I'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
#126Starting 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/
Like this demo page: https://bevara.github.io/Showcase/libjxl/
Re: JPEG XL Test Page
#127I think JPEG XL's naming was unfortunate. People want to associate new image formats with leanness, lightness, efficiency.
There was a constraint - since 2009, the Joint Photographic Experts Group had published JPEG XR, JPEG XT and JPEG XS, and they were probably reluctant to break that naming scheme. They're running out of good options, but I hope they stick with it long enough to release "JPEG XP" :-)
Re: JPEG XL Test Page
#128https://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
#129One 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…
Re: JPEG XL Test Page
#130Support is not a boolean. A proper test page should have HDR images, images testing if 10-bit gradients are posterised to 8-bit or displayed smoothly, etc... iOS for example can show a JPEG XL image, but can't forward it in iMessage to someone else.