go-libwebp

Experimental translation from libwebp to Go source.
Log | Files | Refs | README | LICENSE

commit 1af6a17bd21050902fb88e6b134a0fa9273c73b2
parent c6720b22ffa412fd2e74c76f2b8ebf21bb372d7f
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Tue, 25 Jan 2022 22:02:15 +0800

doc: todos

- high level tests for various image formats
- porcelain wrapper package to integrate with image.Decode
- build script for recompiling from upstream

Signed-off-by: Jack Mordaunt <jackmordaunt.dev@gmail.com>

Diffstat:
MREADME.md | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -5,7 +5,9 @@ in the hope to bring webp codec into Go space. `go run . megopher.png` -Can consume JPEG and PNG images. +Can consume JPEG and PNG images. + +Status: Experimental ## Notes @@ -19,3 +21,9 @@ Can consume JPEG and PNG images. This repo represents a joint effort between Chris Waldon (~whereswaldon) and myself. Thanks Chris for figuring out the build process for compiling libwebp to Go! + +## Todo + +- [ ] high level tests for various image formats +- [ ] porcelain wrapper package to integrate with image.Decode +- [ ] build script for recompiling from upstream