Search found 4 matches

by jack
2018-08-27T08:02:17-07:00
Forum: Developers
Topic: how to config WEBP delegate library(libwebp) on windows ?
Replies: 3
Views: 10245

Re: how to config WEBP delegate library(libwebp) on windows ?

fmw42 wrote: 2018-08-25T21:57:14-07:00 Imagemagick does not support creating animated WEBP. If you look at

Code: Select all

convert -list format
it says

WEBP* WEBP rw- WebP Image Format (libwebp 0.6.1[0208])

For animated webp, it would need to have rw+

+ support for multiple images
Now i use gif2webp directly, thanks for your reply.
by jack
2018-08-27T08:01:03-07:00
Forum: Developers
Topic: how to config WEBP delegate library(libwebp) on windows ?
Replies: 3
Views: 10245

Re: how to config WEBP delegate library(libwebp) on windows ?

Now i use gif2webp directly, thanks for your reply.
by jack
2018-08-25T21:29:59-07:00
Forum: Developers
Topic: how to config WEBP delegate library(libwebp) on windows ?
Replies: 3
Views: 10245

how to config WEBP delegate library(libwebp) on windows ?

I want to convert Animated GIF to animated WebP. It seems to need to modify the delegates.xml,I had a try but it's still not work.
Anyone know how to config WEBP delegate library(libwebp) with ImageMagick on windows? thx.
by jack
2018-08-25T20:26:22-07:00
Forum: Developers
Topic: imageMagick supportd webp?
Replies: 3
Views: 21939

Re: imageMagick supportd webp?

how to config libwebp on windows ? Anyone can help?thx.