Page 1 of 1

Unable to identify/convert animated WEBP

Posted: 2015-08-31T02:28:35-07:00
by moneytoo
ImageMagick can't convert animated WEBP images, even identify doesn't work for such images http://res.cloudinary.com/demo/image/up ... ation.webp

Code: Select all

identify: DataEncodingSchemeIsNotSupported `bored_animation.webp' @ error/webp.c/ReadWEBPImage/319.

Re: Unable to identify/convert animated WEBP

Posted: 2015-08-31T03:28:42-07:00
by magick
ImageMagick uses the webp delegate library to decode Webp-encoded images and its returning a "data encoding scheme not supported". We'll need to investigate.