Ask HN: Why aren't more apps using WebP format?
1–10 of 22 posts
Re: Ask HN: Why aren't more apps using WebP format?
#2Also many people forget about JPE, which is rare, but I've had problems with it, its basically a DOS format for JPEG, and alternative for JPG
Re: Ask HN: Why aren't more apps using WebP format?
#3Re: Ask HN: Why aren't more apps using WebP format?
#4Neither offered a big enough improvement for end-users to care.* Cloud operators did care, and Imgix and Cloudinary can automatically transform older formats to WebP or AVIF, for example: https://docs.imgix.com/en-US/getting-started/tutorials/perfo... and https://cloudinary.com/documentation/image_optimization#auto...
There are also a bunch of Wordpress extensions that can do the same, and FOSS proxies too.
* Hell, you think PNGs are bad? We still use animated GIFs and MP3s, even though both are terrible by today's efficiency standards. Sometimes good enough is good enough.
Re: Ask HN: Why aren't more apps using WebP format?
#5Because you also want to sell to customers who have older devices, which can't display WebP. People who are not computer enthusiasts can keep a machine around for a decade or more. The gains from using WebP are negligible, the downside when they break are significant.
Re: Ask HN: Why aren't more apps using WebP format?
#6Because you also want to sell to customers who have older devices, which can't display WebP. People who are not computer enthusiasts can keep a machine around for a decade or more. The gains from using WebP are negligible, the downside when they break are significant.
Re: Ask HN: Why aren't more apps using WebP format?
#7Because you also want to sell to customers who have older devices, which can't display WebP. People who are not computer enthusiasts can keep a machine around for a decade or more. The gains from using WebP are negligible, the downside when they break are significant.
If a computer/browser is so old it can't support WebP, it probably also can't support modern HTTPS/TLS requirements. How do they even check out?
Re: Ask HN: Why aren't more apps using WebP format?
#8So, at least for me, it's 99% inertia.
Re: Ask HN: Why aren't more apps using WebP format?
#9Earlier quoted context omitted.
If a computer/browser is so old it can't support WebP, it probably also can't support modern HTTPS/TLS requirements. How do they even check out?
the http stack is updated as part of the app/browser, media codecs are often updated as part of the OS
I thought that was mainly true in the Apple world. Does that apply to Windows and Linux too? (As in, I thought many browsers implement their own codecs)
Re: Ask HN: Why aren't more apps using WebP format?
#10Because you also want to sell to customers who have older devices, which can't display WebP. People who are not computer enthusiasts can keep a machine around for a decade or more. The gains from using WebP are negligible, the downside when they break are significant.
If a computer/browser is so old it can't support WebP, it probably also can't support modern HTTPS/TLS requirements. How do they even check out?