Appreciating the new features. Now I only need a chrome extension that does server side conversion of jpgs, pngs and gifs to WebP, a bit like Opera Turbo.
@Hirou mod_pagespeed, an Apache module will do that for you - http://code.google.com/speed/page-speed/docs/module.html Although the documentation does not state WebP support, mod_pagespeed has it already. However the mod_pagespeed implementation does not support conversion from png and gif as yet, since the bitstream for these features have not yet been finalized.
Vikas and Urvang, You guys need to get some pictures where you are at least smiling. It looks like this is a picture of when they let you outside for air and your ticked off that they want you to pose.
None of this means anything without 100% browser adoption. It's like writing a book you never publish. Web Technology takes 5-10 years to catch on, so I hope to see some real adoption soon, otherwise this will retain status of "could have been great".
If you can get printer manufacturers, camera manufacturers and image editing/viewing applications to add support for webp then it could really take off. Without that I can't see this taking off.
what a coincidence. i received ur update as i was struggling for the past few days to compress couple of pics for upload. its nice u updated me. thanks to google for making things easy n faster.
I would like to see Google reach out to other projects and developers to get WebP support in their software and products. No one will use it unless creative software can output it. I would love to see it supported in Blender, as PNG sequences are quite slow. Also I would love to see not just an animation version of it, but specifically a container and codec based on WebP with support for alpha channels, lossless or lossy compression, and mp3 or aac audio (or perhaps FLAC and/or ogg to keep things free). WebP looks encouraging, Motion WebP + audio in a container would be great, particularly if encoding/decoding could be hardware accelerated eventually.
is there a good way to use WeBP while at the same time keep compatibility with older browsers that do not support it?
i.e. is there a simple way to make a page that would cause Chrome to load the WebP image while other browsers would load the jpeg? (without doing things like browsers sniffing and serving different pages to different browsers)
also, another concern is that jpeg images that have been indexed by google image could lost their ranking in the google search database is they were replaced by new files using the WeBP format. any comment on that?
You should consider renaming it GPEG for Google Picture Expert Group, heh. The rhyme and similarity would speed adoption. Something about filename.webp bugs me. :P
would like to see Google reach out to other projects and developers to get WebP support in their software and products. No one will use it unless creative software can output it. I would love to see it supported in Blende.
Very nice, I updated the Wikipedia-article.
ReplyDeleteUrvang u r a Rock star
ReplyDelete@SyP: Thanks a ton for updating the wiki page!
ReplyDeleteAppreciating the new features. Now I only need a chrome extension that does server side conversion of jpgs, pngs and gifs to WebP, a bit like Opera Turbo.
ReplyDelete@Hirou mod_pagespeed, an Apache module will do that for you - http://code.google.com/speed/page-speed/docs/module.html Although the documentation does not state WebP support, mod_pagespeed has it already. However the mod_pagespeed implementation does not support conversion from png and gif as yet, since the bitstream for these features have not yet been finalized.
ReplyDeleteVikas and Urvang,
ReplyDeleteYou guys need to get some pictures where you are at least smiling. It looks like this is a picture of when they let you outside for air and your ticked off that they want you to pose.
Why you don't just buy this company and their patents ?
ReplyDeletehttp://www.jpegmini.com/main/home
They use the standard jpeg file format and they reduce the size by a factor up to x5
But AskMP: They ARE!!!! ;-)
ReplyDeleteNice work on the WebP, guys.
None of this means anything without 100% browser adoption. It's like writing a book you never publish. Web Technology takes 5-10 years to catch on, so I hope to see some real adoption soon, otherwise this will retain status of "could have been great".
ReplyDeleteThis comment has been removed by the author.
ReplyDeleteIf you can get printer manufacturers, camera manufacturers and image editing/viewing applications to add support for webp then it could really take off. Without that I can't see this taking off.
ReplyDeleteThis is a lossless format. As a developer, I can make a second set of all my png images very easily. Nothing gets lost.
ReplyDeletePlease make a javascript implementation of the decoder (with output) so that this can be used on all modern browsers.
ReplyDeletePlease make a javascript implementation of the decoder (with CANVAS output) so that this can be used on all modern browsers.
ReplyDeletewhat a coincidence. i received ur update as i was struggling for the past few days to compress couple of pics for upload. its nice u updated me. thanks to google for making things easy n faster.
ReplyDeleteI would like to see Google reach out to other projects and developers to get WebP support in their software and products. No one will use it unless creative software can output it. I would love to see it supported in Blender, as PNG sequences are quite slow. Also I would love to see not just an animation version of it, but specifically a container and codec based on WebP with support for alpha channels, lossless or lossy compression, and mp3 or aac audio (or perhaps FLAC and/or ogg to keep things free). WebP looks encouraging, Motion WebP + audio in a container would be great, particularly if encoding/decoding could be hardware accelerated eventually.
ReplyDeleteis there a good way to use WeBP while at the same time keep compatibility with older browsers that do not support it?
ReplyDeletei.e. is there a simple way to make a page that would cause Chrome to load the WebP image while other browsers would load the jpeg? (without doing things like browsers sniffing and serving different pages to different browsers)
also, another concern is that jpeg images that have been indexed by google image could lost their ranking in the google search database is they were replaced by new files using the WeBP format. any comment on that?
You should consider renaming it GPEG for Google Picture Expert Group, heh. The rhyme and similarity would speed adoption. Something about filename.webp bugs me. :P
ReplyDeletewould like to see Google reach out to other projects and developers to get WebP support in their software and products. No one will use it unless creative software can output it. I would love to see it supported in Blende.
ReplyDeleteThis is excellent, I can't wait for widespread adoption!
ReplyDeleteget it built into paint.net, gimp, acdsee and photoshop then we may see it take off.
ReplyDeleteI'd love to see it supported in PDFs. Right now, for lossless image encoding in PDFs, I use ZIP compression... yes... uggg...
ReplyDelete"Please make a javascript implementation of the decoder (with output) so that this can be used on all modern browsers."
ReplyDeleteIt seems that this has already been done: http://webpjs.appspot.com/
I haven't tried it, but the WebPJS site says it supports Chrome, Opera, Firefox, Safari, and IE 6-9.
Of course you can also just detect WebP support and serve JPEG/PNG images to older browsers if you don't like the idea of image transcoding via JS.