yquake2remaster/stuff/icon
svdijk b3ba71c09a Quake2.ico: Recreated to have the same margins as the source PNG
The ImageMagick command to generate the ICO was:

convert Quake2.png \
    \( -clone 0 -resize 16x16 \) \
    \( -clone 0 -resize 32x32 \) \
    \( -clone 0 -resize 48x48 \) \
    \( -clone 0 -resize 64x64 \) \
    \( -clone 0 -resize 96x96 \) \
    \( -clone 0 -resize 128x128 \) \
    \( -clone 0 -resize 256x256 \) \
    \( -clone 0 -resize 512x512 \) \
    -delete 0 Quake2.ico
2015-11-18 18:59:53 +01:00
..
Quake2.ico Quake2.ico: Recreated to have the same margins as the source PNG 2015-11-18 18:59:53 +01:00
Quake2.png Quake2.png: Recreated to have the same margins as the source SVG 2015-11-18 18:54:02 +01:00
Quake2.svg Add a new icon with much higher resoultion (suitable for Win 10). 2015-10-25 06:55:01 +01:00