initial commit

This commit is contained in:
harukasan 2015-01-09 12:51:34 +09:00
commit 5af6d93b3b
26 changed files with 1165 additions and 0 deletions

5
examples/README.md Normal file
View file

@ -0,0 +1,5 @@
Example Codes and Images
========================
- [decode/decode.go](./decode/decode.go) -- a example code to decoding WebP image into image.RGBA.
- [encode/encode.go](./encode/encode.go) -- a example code to encoding and writing image.RGBA into WebP file.