-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Labels
Description
Animated webp decoder
It looks like the libwebp cwebp code doesn't support decoding animated webp.
I can't find this feature anywhere which is a bit of a puzzling problem after all this time.
However I noticed in the webpmux muxer code, there is the possibility to extract frames from an animated webp. So it could be possible to use this official sublibrary to effectively decode a webp file.