]> git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/hud/wickedhud/icons_notify/w
added a note about morphed's change to the laser
[xonotic/mediasource.git] / gfx / hud / wickedhud / icons_notify / w
1 #!/bin/bash
2 #Requires Gimp and ~/.gimp*/scripts/whiteborder.scm
3 #Adds a white border and a faint glow to the specified images, based on their alpha channel.
4 #WARNING: Overwrites existing image files.
5
6 gimp -d -f -i \
7 -b '(whiteborder "notify_death.tga" 16 2 4 0 2)' \
8 -b '(whiteborder "notify_kill.tga" 16 2 4 0 2)' \
9 -b '(gimp-quit 0)'