Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Fabian11306yJust today I sent this into a group chat:
".webp is just an all-around useless format. (fight me ;P)"
I just see no advantage in it and it's incompatible with some image openers/editors. So why not just use jpg/png? -
Skayo88596y<@Fabian>
The compression is fucking insane. You have to compare it! It's like 25% less -
Fabian11306y@Skayo So? When have you last used a device where storage space is an issue, especially for images?
(Well, I still do, it's a phone model from 2013, but I'll buy a new one very soon.) -
@Fabian WebP is especially useful for storing lots of images for things like a smaller social media network or a blog with lots of articles. Remember, web space might just be limited.
-
musician9426y@Fabian
Its not about storage space, its about bandwidth. And more compression is always great in that regard.
Also there are services like cloudinary which autodetect if the user agent supports webp. Otherwise they fall back to something else
Just got into WebP images.
What's your experience with them?
Is it worth the effort?
question