chiark / gitweb /
Code to construct Windows icon files for the puzzles, by munging the
authorSimon Tatham <anakin@pobox.com>
Tue, 26 Dec 2006 22:00:11 +0000 (22:00 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 26 Dec 2006 22:00:11 +0000 (22:00 +0000)
commit90e6864579d740a6df3bdbbcf3cbc42cc5181d82
treea120c2974b70efe6f50f62fe33ae7ac68722d5d2
parentd55ad9fc42ab1f1d38dcf6ef02fe9254e6839165
Code to construct Windows icon files for the puzzles, by munging the
screenshots into appropriate sizes and colour depths. This is all
done with a nasty Perl script, because ImageMagick does not output
correct .ICO format. Not sure why; it isn't _that_ hard.

I intend at some point to link the resulting icons into the actual
Windows puzzle binaries, but before then I have to make them
prettier: most of them would benefit from being derived from a
smaller crop of the puzzle screenshot instead of trying to fit the
whole thing in.

[originally from svn r7017]
icons/Makefile
icons/icon.pl [new file with mode: 0755]
icons/square.pl
icons/win16pal.xpm [new file with mode: 0644]