Add support for decoding an animated WebP

The initial implementation doesn't fully expose `WebPAnimDecoderOptions`.
This commit is contained in:
Rohan Singh 2020-10-15 13:33:23 -04:00
parent 98c7c251dd
commit 7718986fb5
22 changed files with 200 additions and 1 deletions

View file

@ -135,7 +135,6 @@ func main() {
## TODO
- Incremental decoding API
- Animation decoding
## License