mirror of
https://github.com/smogon/sprites.git
synced 2026-04-23 10:21:03 -05:00
9 lines
192 B
Bash
Executable File
9 lines
192 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Smogdex Facebook social images
|
|
|
|
set -e
|
|
|
|
gm convert $1'[0]' -trim -resize 150x150 -background white -gravity center -extent 198x198 -bordercolor black -border 1 $2
|
|
advpng -q -z $2
|