this post was submitted on 20 Sep 2025
615 points (82.7% liked)

Programmer Humor

26628 readers
1775 users here now

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.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Awkwardparticle@programming.dev 11 points 1 week ago (1 children)

Webp's purpose is to display images on web pages in a format that allows fast loading and rendering. When a user downloads or views an image it should be served in a better format. Webp serves it's purpose perfectly. Don't try to download a background of a webpage with the expectation that it will be in a format that is not beneficial to the pages function.

[–] cupcakezealot@piefed.blahaj.zone 4 points 1 week ago (1 children)

When a user downloads or views an image it should be served in a better format.

tell that to google chrome

[–] kuberoot@discuss.tchncs.de 2 points 1 week ago

I believe they've made the point that it's not chrome's fault, but the site's/user's - images displayed on websites should be webp to benefit from optimizations for displaying images, but download links should be a different format. The error would be either the user downloading the images from the display instead of the download (including from sites that do not offer images for downloading purposes?), or the website not including separate versions for download where relevant.

I'm not necessarily sure if that's a good take, but that's my interpretation of what's being said.