Hacker News new | ask | show | jobs
by andrius4669 1830 days ago
lossless reversible jpeg recompression seems to be a nod to the fact that jpegs aren't going anywhere.
2 comments

JPEG XL has a non backwards compatible mode too for highest quality/compression and the bitstream can be improved with better encoders in the future.
On the web you want to use WebP nowadays so I would not be so sure.
JPEG XL is allegedly better than WebP, so once browsers get support, seems like it would be the future.
WebP has a bit less features, for example it's only 4:2:0 (which looks great).
Well that kinda depends, 4:2:0 is good enough for video and photo uses, but falls over pretty hard when confronted with synthetic images (e.g. UIs).
WebP is slower and frequently the size benefits are quite small, even non-existent, as you’d expect for an old codec. Anyone concerned about bandwidth or features is probably going to want to support newer formats like HEIC which offer better performance to offset the cost of managing multiple formats.