this post was submitted on 29 Mar 2025
199 points (99.5% liked)
Technology
68245 readers
5389 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This all sounds like standard jpeg compression. Is it just jpeg with extra channels?
Yeah, it compresses better too though, and jpeg XL can be configured to compress lossless, which I imagine would also work here
Lossless JPEG would be amazing.
JPEG 2000 supports lossless mode.
In my experience, as you increase the quality level of a jpeg, the compression level drops significantly, much more than with some other formats, notably PNG. I'd be curious to see comparisons with png and gif. I wouldn't be surprised if the new jpeg compresses better at some resolutions, but not all, or with only some kind of images.
jpeg xl has been in development from FLIF for like 15 years there are tons of comparisons all over, even live ones on youtube
Kind of, but JPEG converts image data to its own internal 3 came channel colour space before applying DCT. It is not compressing the R, G and B channels of most images. So a multichannel compression is not just compressing each channel separately.
Yeah, jpeg converts to lab (or something similar, I think). But the dimensions are the same: one channel for lightness, and then a number of channels one less than the total number of sampled frequencies to capture the rest of the color space.
It's not just like jpeg with extra channels. It's technically far superior, supports loss less compression, and the way the decompression works would make thumbnails obsolete. It can even recompress already existing JPEGs even smaller without additional generation loss. It's hard to describe what a major step this format would be without getting very technical. A lot of operating systems and software already support it, but the Google chrome team is practically preventing widespread adoption because of company politics.
https://issues.chromium.org/issues/40168998