11# go-webp
22[](https://travis-ci.com/github/kolesa-team/go-webp)
3- [](https://godoc.org/github/pastelnetwork/gonode /go-webp)
4- [](https://goreportcard.com/report/github/pastelnetwork/gonode /go-webp)
3+ [](https://godoc.org/github.com/kolesa-team /go-webp)
4+ [](https://goreportcard.com/report/github.com/kolesa-team /go-webp)
55
66Golang Webp library for encoding and decoding, using **C** binding for Google libwebp
77
@@ -13,13 +13,13 @@ Golang Webp library for encoding and decoding, using **C** binding for Google li
1313% go test -bench "^BenchmarkDecode" ./webp
1414goos: darwin
1515goarch: amd64
16- pkg: github/pastelnetwork/gonode /go-webp/webp
16+ pkg: github.com/kolesa-team /go-webp/webp
1717BenchmarkDecodeLossy-12 45 25965139 ns/op
1818BenchmarkDecodeXImageLossy-12 13 90735879 ns/op
1919BenchmarkDecodeLossless-12 64 18887482 ns/op
2020BenchmarkDecodeXImageLossless-12 27 42422596 ns/op
2121PASS
22- ok github/pastelnetwork/gonode /go-webp/webp 7.877s
22+ ok github.com/kolesa-team /go-webp/webp 7.877s
2323```
2424
2525## Install libwebp
@@ -34,7 +34,7 @@ sudo apt-get install libwebp-dev
3434```
3535
3636## Install
37- `go get -u github/pastelnetwork/gonode /go-webp`
37+ `go get -u github.com/kolesa-team /go-webp`
3838
3939## Examples
4040
@@ -47,8 +47,8 @@ import (
4747 "log"
4848 "os"
4949
50- "github/pastelnetwork/gonode /go-webp/decoder"
51- "github/pastelnetwork/gonode /go-webp/webp"
50+ "github.com/kolesa-team /go-webp/decoder"
51+ "github.com/kolesa-team /go-webp/webp"
5252)
5353
5454func main() {
@@ -83,8 +83,8 @@ go run example/decode/main.go
8383package main
8484
8585import (
86- "github/pastelnetwork/gonode /go-webp/encoder"
87- "github/pastelnetwork/gonode /go-webp/webp"
86+ "github.com/kolesa-team /go-webp/encoder"
87+ "github.com/kolesa-team /go-webp/webp"
8888 "image/jpeg"
8989 "log"
9090 "os"
0 commit comments