mirror of
https://github.com/smogon/sprites.git
synced 2026-04-04 16:25:54 -05:00
9 lines
131 B
Bash
Executable File
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
|