Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
[deleted comment]
convert is an tools of imagemagick (
http://www.imagemagick.org/script/convert.php )
The support isn't here.
if you use the Google WebP Tools the command are:
cwebp -q 85 051600005327A60D67379F62450A63E6 -o
051600005327A60D67379F62450A63E6.webp
Original comment by marcomsousa
on 9 May 2014 at 8:57
I didn't check what the current state is, but this sounds like a bug/feature
request for imagemagick. You should post a request on their forums [1][2].
[1] http://www.imagemagick.org/discourse-server/
[2]
http://www.imagemagick.org/discourse-server/viewforum.php?f=2&sid=e229cc860fd3f5
6d10fa77abe84cbede
Original comment by jz...@google.com
on 23 Jul 2014 at 1:04
it works with ImageMagick 6.8.0-7 at least (the one i have for test)
Just use, for instance: convert in.jpg out.webp
Original comment by pascal.m...@gmail.com
on 23 Jul 2014 at 1:16
'convert -list format' should give you the list of supported format.
The line with WebP (if supported) looks like:
WEBP* rw- WebP Image Format (libwebp 0.3.1)
For the reminder, the WebP encoding options are described here:
http://www.imagemagick.org/script/webp.php
Original comment by pascal.m...@gmail.com
on 19 Aug 2014 at 1:31
Original issue reported on code.google.com by
laokanli...@gmail.com
on 9 May 2014 at 8:08