-
-
Notifications
You must be signed in to change notification settings - Fork 327
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
[IDEA] Webp icons? #2227
Comments
If the launcher support is there i could rewrite the script to convert to webp |
I don't think it's a matter of launcher support. Unless, for some reason, there's a launcher that decompiles icon pack apk, they're all supposed to get the drawable from Resources.getDrawable(), so they'll get a BitmapDrawable whether it's a png or a webp. Since webp has been fully supported in Android since sdk 18, there should be no problem for any launcher. |
Great to hear that! |
Given the fact that Arcticons is getting pretty chonky, it might be a good idea to look into webp icons instead of pngs.
I know that Candybar supports it, I don't know how good launcher support is tho.
Investigating this at a point sometime later
The text was updated successfully, but these errors were encountered: