talgo-libwebp/examples
Rohan Singh dd1cead28d Fork and add module
The upstream harukasan/go-libwebp hasn't been updated in almost three
years, so we're officially forking this into tidbyt/go-libwebp and
making it a Go module.
2022-03-01 22:33:50 -05:00
..
decode Fork and add module 2022-03-01 22:33:50 -05:00
encode Fork and add module 2022-03-01 22:33:50 -05: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.