#!/bin/bash #Requires Gimp and ~/.gimp*/scripts/whiteborder.scm #Adds a white border and a faint glow to the specified images, based on their alpha channel. #WARNING: Overwrites existing image files. gimp -d -f -i \ -b '(whiteborder "armor.png" 16 3 4 1 3)' \ -b '(whiteborder "health.png" 16 3 4 1 3)' \ -b '(gimp-quit 0)'