Giter Club home page Giter Club logo

go-webpbin's People

Contributors

alsofr avatar calvin-huang avatar michael34435 avatar nickalie avatar thedevsaddam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

go-webpbin's Issues

Mod Name Change?

go get -u

go: downloading golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8
go get: github.com/nickalie/[email protected] updating to
        github.com/nickalie/[email protected]: parsing go.mod:
        module declares its path as: github.com/CapsLock-Studio/go-webpbin
                but was required as: github.com/nickalie/go-webpbin

Is there a reason why the module name has changed?

Thank you.

Using the vendor folder

Hi there.

Thanks for the great package.

I have a question about the vendor directory. Currently when I install this package it downloads the webp binary a to /vendor but then it seems to want all of my external packages in the project to sync with the vendor folder.

Do you know how to fix this? Or would it be possible to set a folder other than vendor?

Many thanks.

cant install package

C:\Users*\go\src\upload-files>go get github.com/mjarkk/go-webpbin/
package github.com/pierrec/lz4/v3: cannot find package "github.com/pierrec/lz4/v3" in any of:
C:\Go\src\github.com\pierrec\lz4\v3 (from $GOROOT)
C:\Users*
\go\src\github.com\pierrec\lz4\v3 (from $GOPATH)

undefined: archiver.SupportedFormats

../vendor/github.com/nickalie/go-binwrapper/binwrapper.go:341:20: undefined: archiver.SupportedFormats ../vendor/github.com/nickalie/go-binwrapper/binwrapper.go:354:12: arc.Open undefined (type archiver.Archiver has no field or method Open)

invalid memory address or nil pointer dereference

pngData, _ := base64.StdEncoding.DecodeString(img)
buf := new(bytes.Buffer)
err := cwebp.Quality(100).Input(bytes.NewReader(pngData)).Output(buf).Run()

this is error:

waitid: no child processes.
panic: runtime error: invalid memory address or nil pointer dereference

Add license

Please add license file. MIT or GNU GPLv3 or other license file.

We can't use it library in our targets, when there is no license!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.