Unable to identify/convert animated WEBP

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
moneytoo
Posts: 1
Joined: 2015-08-31T02:08:20-07:00
Authentication code: 1151

Unable to identify/convert animated WEBP

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Unable to identify/convert animated WEBP

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