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

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
jack
Posts: 4
Joined: 2018-08-25T20:13:22-07:00
Authentication code: 1152

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

Post by jack »

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.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post by fmw42 »

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
jack
Posts: 4
Joined: 2018-08-25T20:13:22-07:00
Authentication code: 1152

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

Post by jack »

Now i use gif2webp directly, thanks for your reply.
jack
Posts: 4
Joined: 2018-08-25T20:13:22-07:00
Authentication code: 1152

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

Post by jack »

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.
Post Reply