Arcticons-Team / Arcticons

A monotone line-based icon pack for android
https://arcticons.com/
GNU General Public License v3.0
953 stars 310 forks source link

[IDEA] Webp icons? #2227

Open Donnnno opened 1 month ago

Donnnno commented 1 month ago

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

Donnnno commented 1 month ago
Scherm­afbeelding 2024-08-02 om 13 16 20 Scherm­afbeelding 2024-08-02 om 13 50 37

shoutout to webp

Kaiserdragon2 commented 1 month ago

If the launcher support is there i could rewrite the script to convert to webp

kaanelloed commented 1 week ago

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.