this post was submitted on 05 Sep 2026
135 points (99.3% liked)
Technology
87854 readers
2138 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
the big win is that it can re-encode existing jpegs to shrink them by like 30%. also the image is compressed spatially (i think that's the word) so it can be displayed as it's downloading rather than coming in line by line.
But if you’re going through the trouble of re-encoding you might as well re-encode to AVIF, no?
Re-encoding from JPEG to AVIF will always drop quality. Lossless re-encoding from JPEG to JPEG XL makes a pixel perfect reproduction, while shrinking file size.
jxl can also extract the original jpeg bit-for-bit, meaning you can save space on disk and still serve exactly the same images as some clients expect. no rewrites.
I think many of us have several GBs of JPEGs that have accumulated over the years. It would be nice to shrink them a bit.
However I wouldn't do it until the majority of my software supports it. At least with JXL, you can transcode it back to legacy jpeg without losing quality
The biggest hurdle are messengers, especially including cross-platform support and mobile devices.
Does the lossless transcode work both ways? Thought it was only jpg -> jxl
There seems to be a "JPEG reconstruction" feature that gets the original JPEG back.