Re: Icons in *.ico format for psppire (MS Windows)
From:
Harry Thijssen
Subject:
Re: Icons in *.ico format for psppire (MS Windows)
Date:
Wed, 6 Nov 2013 10:45:49 +0100
Bastian
I use the GNU software "convert" for generating the icons at build time. My syntax is: convert -background transparent -resize 48x48
xx/src/ui/gui/artwork/apps/48x48/pspp.svg yy//share/pspp/icons/pspp.ico
If necessary I could use another GNU program to convert to .ico format as long as I can call it from a script.