go-libwebp

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

commit 22c5efa9218599cff6fb7e616e78e44196dd0cab
parent 6bc1e4d456a0d8d5f68ab979ba46c212a75884cb
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date:   Wed, 26 Jan 2022 14:04:29 +0800

doc: update usage to reflect new structure

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

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -3,7 +3,7 @@ This is a [`ccgo`-based](https://pkg.go.dev/modernc.org/ccgo/v3) translation from [libwebp](https://github.com/webmproject/libwebp/) in the hope to bring webp codec into Go space. -`go run . megopher.png` +`go run ./cmd ./cmd/megopher.png` Can consume JPEG and PNG images.