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

support more image format #49

Open
blacklee123 opened this issue Sep 28, 2021 · 1 comment
Open

support more image format #49

blacklee123 opened this issue Sep 28, 2021 · 1 comment

Comments

@blacklee123
Copy link

some apk icon image format is .webp,but not supported
use golang.org/x/image This repository holds supplementary Go image libraries.

@shogo82148
Copy link
Owner

golang.org/x/image/webp registers its image format.
So you can use webp by importing it.

import _ "golang.org/x/image/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

2 participants