talgo-libwebp/examples
2023-07-03 15:11:23 +00:00
..
decode Rename 2023-07-03 15:11:23 +00:00
encode Rename 2023-07-03 15:11:23 +00: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.