On Wed, Nov 06, 2013 at 10:45:49AM +0100, Harry Thijssen wrote:
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.
For the record, "convert" is from the ImageMagick suite and is not GNU software.
If
you are looking for an alternative program to convert between image formats,
there is also GIMP (which is GNU software). But scripting it is a little more
complicated. I don't know if it knows about .ico format.
J'