-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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: non-Alpha VP8X is not implemented error #25738
Comments
/cc @nigeltao |
Can you attach an example .webp file that triggers the bug? |
Hi @nigeltao , |
Hi, |
+1 |
Any solution to this problem? |
Nobody is working on it. Also, please note our policy on "+1" type comments - https://github.com/golang/go/wiki/noplusone. |
Same issue here |
https://github.com/chai2010/webp should help |
Change https://golang.org/cl/249445 mentions this issue: |
We already support VP8 + alpha, but reject e.g. VP8 + EXIF. After this commit, we still don't implement VP8 + EXIF (or ANIM, ICCP, etc.), but we now silently ignore the EXIF chunk instead of rejecting it. Fixes golang/go#25738, golang/go#38341 Change-Id: I4e9cdb718f0768f34336eab9528b82d2c40a3ee1 GitHub-Last-Rev: a0c2e53 GitHub-Pull-Request: #5 Reviewed-on: https://go-review.googlesource.com/c/image/+/249445 Trust: David Symonds <dsymonds@golang.org> Reviewed-by: Nigel Tao <nigeltao@golang.org>
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?1.6.2
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?Mac, amd64
What did you do?
Resizing of an image.
If possible, provide a recipe for reproducing the error.
image.Decode(bytes.NewReader(bs))
A complete runnable program is good.
A link on play.golang.org is best.
What did you expect to see?
Image decoding should have worked without error
What did you see instead?
webp: non-Alpha VP8X is not implemented
The text was updated successfully, but these errors were encountered: