←back to thread

A new PNG spec

(www.programmax.net)
614 points bluedel | 8 comments | | HN request time: 0.952s | source | bottom
Show context
poisonborz ◴[] No.44375523[source]
Not backwards compatible. We just add it to that nice cupboard "great advanced image formats we will forget about".

Society doesn't need a new image format. I'd wager to say not any new multimedia format. Big corporate entites do, and have churning them out at a steady pace.

Look at poor webp - a format pushed by the largest industry players - and the abysmal everyday use it gets, and the hate it generates.

replies(10): >>44375537 #>>44375557 #>>44375998 #>>44376442 #>>44376512 #>>44376957 #>>44376999 #>>44377083 #>>44377151 #>>44380128 #
michaelmior ◴[] No.44375537[source]
> and the abysmal everyday use it gets

Estimates are that 95% of Internet users have a browser that supports WebP and that ~25% of the top million websites serve WebP images. I wouldn't call that abysmal.

replies(5): >>44375570 #>>44375590 #>>44375752 #>>44376063 #>>44376879 #
Geezus_42 ◴[] No.44375752[source]
Great, so I can download it, but then I have to convert it to a different format before half my apps will be able to use it.
replies(5): >>44376017 #>>44376715 #>>44376771 #>>44377354 #>>44378114 #
wltr ◴[] No.44376017[source]
Maybe the issue is with your operating system then?
replies(2): >>44376098 #>>44376559 #
1. echelon ◴[] No.44376559[source]
You can't use webp on Reddit, Instagram, and hundreds of other websites. Which is ironic because some of them serve images as webp.
replies(3): >>44376703 #>>44376783 #>>44376869 #
2. wltr ◴[] No.44376703[source]
That doesn’t mean it’s dead, it rather shows sheer incompetence of the web dev departments of these wonderful companies for whom webp or avif aren’t images, I guess.
replies(1): >>44376780 #
3. PaulHoule ◴[] No.44376780[source]
Instagram's image uploading interface is klunky compared to Mastodon which is entirely unfunded.
replies(1): >>44376885 #
4. socalgal2 ◴[] No.44376783[source]
Just tested reddit. It works fine with .webp I don't have an instagram account
replies(1): >>44376871 #
5. ◴[] No.44376869[source]
6. echelon ◴[] No.44376871[source]
Try https://www.reddit.com/settings/profile

There are so many uneven areas of Reddit where WebP doesn't work. Old reddit, profile support, mod tools, etc.

replies(1): >>44377994 #
7. echelon ◴[] No.44376885{3}[source]
This shows the unfortunate power of distribution.

It doesn't matter if the alternative is technically superior once the majority use the mainstream thing.

8. kccqzy ◴[] No.44377994{3}[source]
I'm convinced that this is because of the prevalent MVP culture in modern software engineering. Instead of holistically looking at a new feature request such as "support webp images" we break it down into parts (e.g. "serve webp" "accept webp upload here" "accept webp upload there") and then we call it a MVP when only the highest priority items are done.