You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I write code to convert WEBP image to PNG, the code is:
go run main.go
What did you see happen?
The image is in much lower color.
I try png to png, not happened this thing. And I try Apple convert tool and dwebp in libwebp-1.4.0-mac-x86-64 to do it, they just have a little color changed.
I use digital color meter in Mac to measure them, they are actually different.
What did you expect to see?
dwebp image generated just have a little color changed.
The text was updated successfully, but these errors were encountered:
Go version
go version go1.22.0 darwin/amd64
Output of
go env
in your module/workspace:What did you do?
I write code to convert WEBP image to PNG, the code is:
What did you see happen?
The image is in much lower color.
I try png to png, not happened this thing. And I try Apple convert tool and
dwebp
in libwebp-1.4.0-mac-x86-64 to do it, they just have a little color changed.I use digital color meter in Mac to measure them, they are actually different.
What did you expect to see?
dwebp image generated just have a little color changed.
The text was updated successfully, but these errors were encountered: