756
Webp
(lemmy.ml)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
To be fair, it’s not terrible quality loss, it’s just worse than JPEG, the main format it was trying to replace. It’s way better than GIF though.
GIF compression is endearing, though. It only has 256 colors, but it tries its hardest anyway.
The little format that could. 🥺
People didn't really jif it a chance.
A little format's jrand adventure
That's kind of terrible as JPEG is lossy af
That depends on the compression level
JPEG is pretty great. There’s a reason it’s the standard basically everywhere. It’s only when you get into the low quality settings (like below 80) or have sharp edges like text (technically any very high frequency data) that artifacting is noticeable. WebP is worse than JPEG at lossy compression in terms of quality.
WebP’s saving grace is that it supports animations and JPEG doesn’t. GIF is absolutely atrocious in terms of quality and compression, so WebP is a huge step up from GIF.
There are, of course, better alternatives to all three, but that doesn’t make WebP bad, just not as good.