summaryrefslogtreecommitdiff
path: root/doc/icon-command
blob: ae1e74fc8b3331f6efe82ab0a4a3beab93ce5507 (plain)
1
2
Using inkscape, export svg as a png with transparent background. Then use imagemagick convert to build an ico file.
convert -transparent '#000000' 7w.png -define icon:auto-resize=16,24,32,48,256 -compress zip icon.ico
bgstack15