this post was submitted on 25 Mar 2026
280 points (98.3% liked)

simpsonsshitposting

5178 readers
324 users here now

I just think they're neat!

founded 2 years ago
MODERATORS
 
top 27 comments
sorted by: hot top controversial new old
[–] stom@sh.itjust.works 3 points 4 hours ago

Firefox: Ctrl + Shift + S -> Captures an iamge from the page, allowing you to save or copy it in PNG format.

[–] Widdershins@lemmy.world 2 points 13 hours ago

?format=jpeg

I've got that shit pinned on my clipboard.

[–] Kolanaki@pawb.social 4 points 17 hours ago (1 children)

I don't think I have seen errors about it being an unrecognised or unsupported format since it's inception... Where the fuck are y'all trying to upload shit that don't take .webp?

[–] Appoxo@lemmy.dbzer0.com 1 points 7 hours ago

Photoshop CC 2022-m0nkrus

[–] waigl@lemmy.world 28 points 1 day ago (8 children)

I feel like this meme is five years old and describing a situation that is no longer reality.

[–] Redjard@reddthat.com 3 points 8 hours ago* (last edited 7 hours ago)

What I see now is pages lossily compressing pngs "because webp can do lossless" instead of just handing me the png file they still have.

And there are still tons of issues with webapps out of my control not supporting it.

[–] numanair@lemmy.ml 1 points 7 hours ago

Etsy uses webp internally but won't let you upload one.

[–] darkstar@sh.itjust.works 1 points 8 hours ago

I encounter on a weekly basis issues with trying to work with or upload webp formats

[–] mogoh@lemmy.ml 44 points 1 day ago (1 children)

Just this week I tried to upload a webp to google drawings (the google drive document for some kind of vector graphics), but google drawings only accepted gif, jpeg, and png. That taught me, that google drawings dosn't receive any updates any more and probably soon will be killed by google, and also, that webp still isn't available everywhere.

[–] Calfpupa@lemmy.ml 30 points 1 day ago (1 children)

Webp is funded by google holy fuck

[–] Sturgist@piefed.ca 10 points 19 hours ago

I'm personally convinced that every Google project team has at minimum 3 people whose only job is to optimise that projects incompatibility with other Google products....

[–] mr_pip@discuss.tchncs.de 17 points 1 day ago

still have that problem and i hate how much of a pita it is to switch it off in most browsers (that i tried at least)

[–] grue@lemmy.world 5 points 1 day ago (1 children)

I feel like even five years ago, this was a Windows problem I was too Linux to understand.

I have literally never had a problem opening a .webp. By the time my browser started downloading in that format, all my other software (Dolphin, Gwenview, GIMP, etc.) already supported it too.

[–] mushroommunk@lemmy.today 6 points 1 day ago

It's more a website thing. A lot of websites for a while didn't take .webp. Roll20 was the most annoying one to me

[–] Rhynoplaz@lemmy.world 5 points 1 day ago

Still pisses me off on the regular, but maybe there's a trick to fix this that I haven't learned.

[–] three@lemmy.zip 1 points 1 day ago* (last edited 1 day ago)

True. I never SMS memes to anyone, so having images download to webp is not a problem.

[–] ICastFist@programming.dev 15 points 1 day ago (1 children)

I have that problem avif, especially on lemmy, as it opens as a new tab instead of loading the image below the post title. A bunch of android apps I use don't recognize avif either

[–] Starski@lemmy.zip 2 points 19 hours ago

Sort of same, only I don't have any issues with it on Lemmy, only everywhere else. Anytime I try downloading an image I swear it's always an avif and the group chat I use doesn't support avif, so I have to screenshot it real quick if I want to share any memes. Idk if it's Lemmy putting things as avif, or if there's a couple people in the shit posting community who exclusively posts avif, but I hate it.

[–] arcine@jlai.lu 7 points 21 hours ago

More websites take jpeg XL than webp x)

[–] HeyThisIsntTheYMCA@lemmy.world 3 points 22 hours ago* (last edited 22 hours ago)

spoilers because bigmy least favorite is this one:

because you have to click it.

[–] switcheroo@lemmy.world 1 points 20 hours ago (3 children)

Don't hate me, but can't you just change the extension to .jpg?

[–] morrowind@lemmy.ml 8 points 19 hours ago (1 children)

No, it's a different format underneath.

Occasionally it'll work, cause an app will use a library that supports webp but forget to add it to the file picker (or deliberately don't want it) but generally no.

[–] Hazmatastic@lemmy.world 3 points 19 hours ago (1 children)

Just had this experience with some .png files I downloaded. Apparently Chrome, which i used on my work computer to get some game files, downloads images in .webp by default. Even if specifically saved as other formats. Game wouldn't recognize my pngs until I changed them back to .webp like you described, opened them in PS, and exported as .png. The filetype does some funky stuff

[–] SteveTech@aussie.zone 2 points 13 hours ago (1 children)

Apparently Chrome, which i used on my work computer to get some game files, downloads images in .webp by default.

Some servers will serve webp to supported browsers to save bandwidth, even if the URL ends in .png. So its not Chrome's default, its the website.

[–] Axolotl_cpp@feddit.it 1 points 8 hours ago* (last edited 8 hours ago)

Adding ?png at the end of the image URL may help

[–] ICastFist@programming.dev 2 points 17 hours ago

Simply changing the extension wouldn't work because each image type has a specific header - even changing a .png to .jpg wouldn't work - and organizes the actual image data in different ways.

The header is what actually identifies the file type. For webp, it's called the RIFF header and it must be 21 bytes (it's a standardized specification, btw). For jpeg, the header is only 2 bytes and has the values FF D8. In theory, this means that you could even rename the file to image.zip and, if you opened it in an appropriate program, it would read the header and still render it properly

If we made a list of things you could do, that would be on the list.

If that's the only thing that changed, the data in the file isn't changed, it's still a webp file not a jpg, it's just mislabeled now. I just tried it, Dolphin will let you do it but throw a dialog telling you it's not actually going to change the file, just the name. Some systems might be smart enough to recognize the intent and run a conversion program in the background. Feels like an Apple thing to do. Also feels kind of Pythonic.

A lot of image viewing software doesn't know what to do with the webp format so they'll try to load it and throw an error.