You get the exact same quality at around ~25% smaller than other image formats. Unfortunate that it’s not supported by everything, but yeah it’s a better image format practically in that sense.
On the web this saves money when storing at a large scale, and it can have a significant impact on page speed when loading websites on slower connections.
You are saying that you use an extension to convert from WebP to PNG, right? PNG is a lossless file format. It’s compressed, but losslessly. Like zip is also lossless compression. You can remove information to make it more compressible and then it’s a lossy process, but that’s not because of PNG, but because of the specific workflow.
I’d rather see the savings in the army of Javascript I apparently need today for the ‘modern’ web experience. Image files have gotten lots of love, but hey, here’s a shitty 27 year old language designed for validating form input!
You get the exact same quality at around ~25% smaller than other image formats. Unfortunate that it’s not supported by everything, but yeah it’s a better image format practically in that sense.
On the web this saves money when storing at a large scale, and it can have a significant impact on page speed when loading websites on slower connections.
deleted by creator
How does converting to a lossless format cause loss?
deleted by creator
Not true.
Only if the output format is lossy.
deleted by creator
You are saying that you use an extension to convert from WebP to PNG, right? PNG is a lossless file format. It’s compressed, but losslessly. Like zip is also lossless compression. You can remove information to make it more compressible and then it’s a lossy process, but that’s not because of PNG, but because of the specific workflow.
deleted by creator
Save a lot more debloating your code. Storage is cheap. Processing power is not.
There are still places where bandwidth is a bottleneck, even on internal network is essential to optimize for bandwidth
I’d rather see the savings in the army of Javascript I apparently need today for the ‘modern’ web experience. Image files have gotten lots of love, but hey, here’s a shitty 27 year old language designed for validating form input!
It’s already supported in many more places than it was a couple years ago. It just takes time.