putty/icons
Simon Tatham b08895f02c New script to generate OS X icon files.
The Xcode icon composer doesn't seem to exist any more in modern
versions of Xcode, or at least if it does then it's well hidden and
certainly doesn't live at the top-level path at /Developer where web
pages still claim it can be found.

There is a free software 'libicns' and associated command-line tools,
but they're large, complicated, picky about the exact format of PNGs
they get as input, and in any case a needless extra build dependency
when it turns out the important parts of the file format can be done
in a few dozen lines of Python. So here's a new macicon.py, and
icons/Makefile additions to build a demo icon for OS X PuTTY, as and
when I finally get it working.

Also I've deleted the static icon file in the neglected 'macosx'
source directory, because this one is better anyway - the old one was
appalling quality, and must have been autogenerated from a single
image in some way.
2015-09-06 10:12:15 +01:00
..
Makefile New script to generate OS X icon files. 2015-09-06 10:12:15 +01:00
cicon.pl Shiny new script which constructs the various icons for the PuTTY 2007-01-06 18:15:35 +00:00
icon.pl Improve error reporting. 2007-01-22 14:04:33 +00:00
macicon.py New script to generate OS X icon files. 2015-09-06 10:12:15 +01:00
mkicon.py Stop using physical tabs in Python. (I was goaded into doing this by 2009-02-28 23:04:58 +00:00