From 0c0ce889cff6d8cac6e8bff9f949d5fa0a3a0528 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Thu, 6 Jul 2023 08:30:29 -0400 Subject: add a pyramid icon --- doc/icon-command | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 doc/icon-command (limited to 'doc') diff --git a/doc/icon-command b/doc/icon-command new file mode 100644 index 00000000..ae1e74fc --- /dev/null +++ b/doc/icon-command @@ -0,0 +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 -- cgit