How to download .webp image OR, Pictures downloading as .webp ??

There's numerous ways to convert from webp files. Here are some examples (non exhaustive!)

* use 'dwebp' tool (windows executables are available here: https://code.google.com/p/webp/downloads/list)
* online converters. There's quite some available that are webp-aware, here's an example: http://image.online-convert.com/convert-to-jpg
* offline tools: Konvertor (http://www.logipole.com/konvertor_en.htm), Picasa client, NxConvert (http://www.xnview.com/en/xnconvert/), 
* you can even upload the webp file to Google+ and further edit it from there..



And of course, i forgot the one i'm using everyday: ImageMagick 6.8!

http://www.imagemagick.org/script/binary-releases.php#windows

It's as simple as 'convert in.webp out.jpg'

Just make sure you have version 6.8 and up ('identify --version' e.g. Or just 'convert --version', too)




There's also an open-source editing program named JPEGView which (unlike what the name says) can
handle a lot of image formats, including WebP. It's based on WIC:

http://sourceforge.net/projects/jpegview

(source tree: http://sourceforge.net/p/jpegview/code/HEAD/tree/)




0 comments:

Post a Comment