I just relaunched a website that makes extensive use of photographic collages that necessitate alpha backgrounds. They were previously shipping "retina-grade", multi-megabyte images all over, a typical page load could easily reach 25mb. I managed to refit it with ` ` tags using WEBP as well as JP2. The latter was a great deal of trouble, it appears that "the community" (notably Gatsby and Contentful) are very happy t…
Safari Mobile is a broken mess not worth supporting.
Is WebP really better than JPEG?
41–50 of 319 posts
Re: Is WebP really better than JPEG?
#42chrome keeps changing downloaded images to webP which is annoyin af. can't even find a way to disable it
It's not and you can't. The website is service up the images as webP. Chrome is just giving you what the website gives you, there's nothing to "disable".
https://chrome.google.com/webstore/detail/save-image-as-type...
In theory, you could probably do some combination of altering the user agent, and/or blocking .onload for webp images (which is often used to detect webp support).
If you changed both, most sites would probably serve you a jpg/png version.
Re: Is WebP really better than JPEG?
#43I'm a typical social networks browser, so among the images I see a high majority of them don't need high quality. I'm running the extension with max compression but still keep colors: compression artifacts are clearly visible, but in my opinion they're not a problem. Looking at /r/all right now, there are 2 images that "deserve" to remain at the original resolution, the rest is typical pictures of text/memes that don't need all the bytes they currently have.
The result: overall I saved 80% of data, just with images.
In my case it's not so much a debate of JPEG vs WebP, but a debate of whether it's ok to keep images _on the web_ in their unoptimized form the way they are today, to which of course my answer is no. We don't need high quality images of a Facebook screenshot when compressing it to 20% of its original size can convey the same information with no subjective loss.
I do agree on the unwieldy nature of WebP though, it's still mostly a read-only format right now and turns the web into a consumption platform
Re: Is WebP really better than JPEG?
#44Does anyone know how these compare with the HEIC format that it seems my iPhone now uses by default? Is that non-mainstream, or otherwise not fit for comparison?
Re: Is WebP really better than JPEG?
#45Does anyone know how these compare with the HEIC format that it seems my iPhone now uses by default? Is that non-mainstream, or otherwise not fit for comparison?
It's a proprietary patent-encumbered format which isn't really widely supported in the web browsers.
Re: Is WebP really better than JPEG?
#46I just relaunched a website that makes extensive use of photographic collages that necessitate alpha backgrounds. They were previously shipping "retina-grade", multi-megabyte images all over, a typical page load could easily reach 25mb. I managed to refit it with ` ` tags using WEBP as well as JP2. The latter was a great deal of trouble, it appears that "the community" (notably Gatsby and Contentful) are very happy t…
Safari Mobile is a broken mess not worth supporting.
Re: Is WebP really better than JPEG?
#47I just relaunched a website that makes extensive use of photographic collages that necessitate alpha backgrounds. They were previously shipping "retina-grade", multi-megabyte images all over, a typical page load could easily reach 25mb. I managed to refit it with ` ` tags using WEBP as well as JP2. The latter was a great deal of trouble, it appears that "the community" (notably Gatsby and Contentful) are very happy t…
Safari Mobile is a broken mess not worth supporting.
Re: Is WebP really better than JPEG?
#48I'm surprised this doesn't include Google Guetzli ( https://github.com/google/guetzli ) in the comparison. In my experience trying to optimize product images for an eCommerce site, this provided the best compression. Yes, it's ridiculously slow, but for encode-once-transmit-often scenarios, it's perfectly usable.
https://www.pixelz.com/blog/guetzli-mozjpeg-comparison/
"MozJPEG files had fewer bytes 6 out of 8 times
MozJPEG and Guetzli were visually indistinguishable
MozJPEG encoded literally hundreds to a thousand times faster than Guetzli
MozJPEG supports progressive loading"
Re: Is WebP really better than JPEG?
#49Does anyone know how these compare with the HEIC format that it seems my iPhone now uses by default? Is that non-mainstream, or otherwise not fit for comparison?
It's a proprietary patent-encumbered format which isn't really widely supported in the web browsers.
> proprietary
No. It is an open standard (ISO/IEC 23008)