|
|
|
|
|
by xenonite
2246 days ago
|
|
This is only one half of the story. Given the increased network bandwidth, decoding speed matters. And here, JPEG is much faster. Also note that the JPEG decompression algorithms are highly optimized and coded in assembly language, and there are maybe even hardware decoders. On android: WebP 66% less file size than JPG, 267% more time to decode. WebP 38% less file size than JPG, 258% more time to decode. WebP 89% less file size than JPG, 319% more time to decode. https://stackoverflow.com/questions/37812950/jpg-vs-webp-per... |
|
Any size gains will be much more noticeable in the context of network transmission.