go-webpbin icon indicating copy to clipboard operation
go-webpbin copied to clipboard

WebP Encoder/Decoder for Golang based on official libwebp distribution

Results 11 go-webpbin issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20210628002857-a66eb6448b8d to 0.10.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/image&package-manager=go_modules&previous-version=0.0.0-20210628002857-a66eb6448b8d&new-version=0.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

The latest version of libwebp is 1.3.0. See: [https://github.com/webmproject/libwebp/tags](https://github.com/webmproject/libwebp/tags)

This PR adds support for resize command of cwebp

Without settings `VENDOR_PATH=/usr/local/bin/` , it throws errors like `.webp/bin/cwebp command not found`

Changed `cd /libwebp` to `cd libwebp` .

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!

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...

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)

`../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)`