Hello,
I'm looking for a script that creates Windows icons from an SVG image. I've seen in the repository that Iconify2.scm will create Windows icons, but is does not generate the large icons format at 256x256 (which I also would like to have).
Before I start to reinvent the wheel, is there already some script that creates the icon file that I can use/modify?
I'm a programmer (C, C++, Java, C#, gawk, etc...) so I could write/adjust existing scripts.
My goal: start gimp without GUI with the script and end up with an ICO file with the SVG nicely rescaled
So my two questions are:
1) Does some script already exist?
2) Should I use Script-Fu or perhaps some other tool?

