sprites/tools/padsprite.sh
2020-04-16 02:49:01 -04:00

9 lines
131 B
Bash
Executable File

#!/bin/sh
# input output w h
set -e
gm convert $1'[0]' -background transparent -gravity center -extent $3x$4 $2
advpng -q -z $2