Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/image/webp: issue with colors contrast when converting to jpeg/png #19672

Open
badoux opened this issue Mar 23, 2017 · 1 comment
Open

x/image/webp: issue with colors contrast when converting to jpeg/png #19672

badoux opened this issue Mar 23, 2017 · 1 comment
Milestone

Comments

@badoux
Copy link

badoux commented Mar 23, 2017

When i try to convert a webp image to a PNG image doing like that: https://play.golang.org/p/yAGNTfQrx2

The converted PNG dont keep the same "contrast" as the source webp image, while it's ok when converting the webp image with:
dwebp in.webp -o out.png

The same thing occurs when i convert a WEBP to JPEG.

Im using go1.8 darwin/amd64

@gopherbot gopherbot added this to the Unreleased milestone Mar 23, 2017
@octopepper
Copy link

Works well using C libwebp with https://github.com/chai2010/webp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants