this post was submitted on 26 Aug 2025
876 points (99.1% liked)
memes
17055 readers
3218 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads/AI Slop
No advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
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
Irfanview is the answer.
I don't even know what the question was tbh, but I'm still right.
Irfanview is always the answer!
Unless the question was do you use faststone 😉
not allowing webp is the answer.
webp, as the name suggests, is a web image format. not a digital image format.
webp is a fucking cancer and deserves to be put in the same place betamax and 8-tracks were left to rot.
I use webp a lot, it's smaller than PNG for lossless images like screenshots and smaller than JPG for lossy while working for both. All the image editors and image viewers I use support it, so it's not inconvenient for me in any way.
Also Portable Network Graphics, as the name suggests, is a network image format, not a digital image format. Just having a laugh : )
why does the size of images matter when the compiled JS bloat is 60x what it should be?
if you're properly using content caching load times shouldn't be a problem at all, thus negating challenges to image file sizes.
and if you're using webp for HQ images you're better off using png or even jpg.
I think you are talking about website hosting, which has nothing to do with my offline images. I have nothing to do with websites.
But if you are talking about using it for publishing, some time ago I published a mobile app that shows an offline map for some mountain trails. All the map tiles were originally PNG and took 900MB, but I got them to 50MB as WebP tiles. That's quite a reduction, nobody would download a 900MB app!
There are many valid criticisms one can make of webp; perhaps discussing the pros and cons. Rather than using those you instead went after it's name not being linguistically accurate.
A bold strategy cotton.
Why is it bad? Like what should I use instead on my website for images and icons?
The lossless mode is great (but more limited than PNG), the lossy mode sucks though. Like it only supports a quarter of the colour resolution compared to formats like JPEG.
Also being a video format, it's not actually tuned to store still images, it likes to blur/smear things.
Edit: But if you're using it for the intended purpose, low resolution previews, thumbnails and stuff like branding, it's fine. I wouldn't use it where quality matters.
webp is fine for web publishing.
I have a problem with websites that use middleware that makes webp masquerade as jpg or png. so when you go to save it locally, it's a surprise webp.
not only that, webp is a standard that google made and pushed into the web consortium. I explicitly hate anything Google forces on the Internet.