Reorganize icon data as an embedded icon theme (#226)

This commit is contained in:
Jaye Evins
2025-08-25 23:44:40 -04:00
committed by GitHub
parent de85d47765
commit ffd634075f
132 changed files with 305 additions and 834 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
#! /bin/sh
inkscape -f ../icons/16x16/apps/glabels.svg -w 16 -h 16 -e /tmp/glabels-016x016x32.png
inkscape -f ../icons/32x32/apps/glabels.svg -w 32 -h 32 -e /tmp/glabels-032x032x32.png
inkscape -f ../icons/48x48/apps/glabels.svg -w 48 -h 48 -e /tmp/glabels-048x048x32.png
inkscape -f ../icons/scalable/apps/glabels.svg -w 256 -h 256 -e /tmp/glabels-256x256x32.png
inkscape -f ../icons/glabels-flat/16x16/apps/glabels.svg -w 16 -h 16 -e /tmp/glabels-016x016x32.png
inkscape -f ../icons/glabels-flat/32x32/apps/glabels.svg -w 32 -h 32 -e /tmp/glabels-032x032x32.png
inkscape -f ../icons/glabels-flat/48x48/apps/glabels.svg -w 48 -h 48 -e /tmp/glabels-048x048x32.png
inkscape -f ../icons/glabels-flat/scalable/apps/glabels.svg -w 256 -h 256 -e /tmp/glabels-256x256x32.png
convert /tmp/glabels-016x016x32.png -colors 256 -depth 8 /tmp/glabels-016x016x08.png
convert /tmp/glabels-032x032x32.png -colors 256 -depth 8 /tmp/glabels-032x032x08.png