Earlier quoted context omitted.
WebP support transparency with lossy compression which is a huge advantage over JPEG. When I was studying image compression back at university we wrote a whole bunch of lossy/lossless codecs. The issue is that most of the cool algorithms are protected by patents (such as Arithmetic coding). JPEG is quite old now and you can achieve much better results with wavelet coding as opposed to the traditional DCT approach. Pl…
> such as Arithmetic coding Isn't range coding widely viewed as being a legitimate workaround for the arithmetic coding patents? I guess in a year or two the question will be irrelevant, as the last of those patents will expire soon.
WebP - A new image format for the Web (by Google)
11–20 of 58 posts
Re: WebP - A new image format for the Web (by Google)
#12One-time 25% decrease in image size, years in development and more years to widespread adoption, not worth it.
Re: WebP - A new image format for the Web (by Google)
#13I feel like this is one of those: "good inventions that are better than the competition but have no demand from the market."
Re: WebP - A new image format for the Web (by Google)
#14I really believe that the companies involved in web standards are holding progress back at this point. At the same time, even if they all agreed to put this in tomorrow, we'd still be stuck supporting IE6-9 which will never have it. Being a web developer sucks sometimes.
Re: WebP - A new image format for the Web (by Google)
#15Earlier quoted context omitted.
Not just browsers, but all image editors (natively) like Photoshop. But at its core, WebP hasn't been shown to be more than marginally better than JPEG, so why bother modifying your tool chain and work flow? You generally need something to be an order of magnitude better for people to bother.
WebP support transparency with lossy compression which is a huge advantage over JPEG. When I was studying image compression back at university we wrote a whole bunch of lossy/lossless codecs. The issue is that most of the cool algorithms are protected by patents (such as Arithmetic coding). JPEG is quite old now and you can achieve much better results with wavelet coding as opposed to the traditional DCT approach. Pl…
Re: WebP - A new image format for the Web (by Google)
#16Earlier quoted context omitted.
> such as Arithmetic coding Isn't range coding widely viewed as being a legitimate workaround for the arithmetic coding patents? I guess in a year or two the question will be irrelevant, as the last of those patents will expire soon.
I think it is all still a little sketchy. There's a lot of uncertainty regarding the patents so most people seem to just stay away from it.
Re: WebP - A new image format for the Web (by Google)
#17Even if it's significantly better, do the means justify the ends? On massive sites with millions of images, like flickr or facebook, converting all their jpegs into webps to save on bandwidth and speed would mean that they would have to duplicate every single jpeg image (keep the jpegs for older browsers) with a webp copy to serve to newer browsers that support webp. But by doing that you're nearly doubling the HD sp…
With enough browser support an animation like this could just fallback to a single PNG for older browsers and newer browsers would be better experiences.
Re: WebP - A new image format for the Web (by Google)
#18No one needs smaller images anymore. With today's bandwidths getting higher, image sizes are irrelevant. One-time 25% decrease in image size, years in development and more years to widespread adoption, not worth it.
Re: WebP - A new image format for the Web (by Google)
#19We could make the web a lot faster and/or do some really cool stuff if we had a lossy image format with an alpha channel. It'd be nice this got picked up by all browser vendors. Sadly, I fear that they'll be squabbling over it, just like they are with VP8/Ogg/h.264. I really believe that the companies involved in web standards are holding progress back at this point. At the same time, even if they all agreed to put t…