talgo-libwebp/examples
Rohan Singh 7718986fb5 Add support for decoding an animated WebP
The initial implementation doesn't fully expose `WebPAnimDecoderOptions`.
2020-10-15 13:37:51 -04:00
..
decode Update comments 2015-01-09 18:02:14 +09:00
encode Update examples. 2016-06-28 16:49:57 +09:00
images Add support for decoding an animated WebP 2020-10-15 13:37:51 -04:00
out initial commit 2015-01-09 12:52:13 +09:00
README.md initial commit 2015-01-09 12:52:13 +09:00

Example Codes and Images

  • decode/decode.go -- a example code to decoding WebP image into image.RGBA.
  • encode/encode.go -- a example code to encoding and writing image.RGBA into WebP file.