mirror of
https://github.com/talgo-cloud/talgo-libwebp.git
synced 2026-03-07 21:48:16 -08:00
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.
This commit is contained in:
parent
7718986fb5
commit
dd1cead28d
12 changed files with 29 additions and 133 deletions
15
README.md
15
README.md
|
|
@ -1,8 +1,7 @@
|
|||
go-libwebp
|
||||
==========
|
||||
|
||||
[](https://travis-ci.org/harukasan/go-libwebp)
|
||||
[](https://godoc.org/github.com/harukasan/go-libwebp/webp)
|
||||
[](https://godoc.org/github.com/tidbyt/go-libwebp/webp)
|
||||
|
||||
A implementation of Go binding for [libwebp](https://developers.google.com/speed/webp/docs/api).
|
||||
|
||||
|
|
@ -20,8 +19,8 @@ The [examples](./examples) directory contains example codes and images.
|
|||
package main
|
||||
|
||||
import (
|
||||
"github.com/harukasan/go-libwebp/test/util"
|
||||
"github.com/harukasan/go-libwebp/webp"
|
||||
"github.com/tidbyt/go-libwebp/test/util"
|
||||
"github.com/tidbyt/go-libwebp/webp"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
@ -52,8 +51,8 @@ import (
|
|||
"bufio"
|
||||
"image"
|
||||
|
||||
"github.com/harukasan/go-libwebp/test/util"
|
||||
"github.com/harukasan/go-libwebp/webp"
|
||||
"github.com/tidbyt/go-libwebp/test/util"
|
||||
"github.com/tidbyt/go-libwebp/webp"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
@ -86,8 +85,8 @@ import (
|
|||
"image"
|
||||
"time"
|
||||
|
||||
"github.com/harukasan/go-libwebp/test/util"
|
||||
"github.com/harukasan/go-libwebp/webp"
|
||||
"github.com/tidbyt/go-libwebp/test/util"
|
||||
"github.com/tidbyt/go-libwebp/webp"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue