this post was submitted on 03 Jul 2025
823 points (100.0% liked)

Technology

72788 readers
2689 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 week ago (4 children)

They should have let it die because nearly everything else is nowadays somehow better:

https://en.wikipedia.org/wiki/PNG#Comparison_with_other_file_formats

[–] [email protected] 11 points 1 week ago

What are u saying bro, itz still my go to option for transparency saves!, I don't exactly know the details of the update but I am happy they are showing it some love

[–] [email protected] 9 points 1 week ago (1 children)

I absolutely hate WebP. Worst format ever.

[–] [email protected] 2 points 1 week ago (1 children)

What's wrong with webp? It support animation, lossless compression, lossy compression and transparency. Animation has a smaller size than gif.

[–] [email protected] 2 points 1 week ago (2 children)

I hate that you can’t right click copy images, it always wants to share as a link. Plus some other issues when sharing, but it’s just such a pain in the ass.

[–] [email protected] 2 points 1 week ago

That’d be the browser’s (or whatever app you’re using) fault, not the format. I guess you could choose to hate it for poor support.

[–] [email protected] 2 points 1 week ago

To ELI5 this, this happens when whoever made the webpage put a text layer above the image - probably on purpose to make it harder for people to download the image.

[–] [email protected] 7 points 1 week ago

Maybe I'm just a newb, but it still looks like PNG is the goto to ensure lossless image storage.

Everything else on that list that is "better" does/can do lossy compression. I'm not sure how to force apps to use lossless compression, so to me, all those lossy-capable formats are a drawback.

[–] [email protected] 2 points 1 week ago (1 children)

did you read your own source before posting this comment?

[–] [email protected] 1 points 1 week ago (1 children)

Yes? Did you?

Example:

AVIF

AVIF is an image format developed by the Alliance for Open Media. AVIF was designed by the foundation to make up for the shortcomings of other image codecs, including PNG, GIF, and WebP.

AVIF is generally smaller in size than both WebP and PNG. AVIF supports animation while PNG does not.

[–] [email protected] 2 points 1 week ago

AVIF is generally smaller in size than both WebP and PNG. AVIF supports animation while PNG does not.

The lossless mode in AVIF is so bad that a BMP in a ZIP file produces smaller results.

Which makes sense, as it doesn't actually have a dedicated lossless mode (like WebP does), the encoder is just to not quantise the video data it produces.