mirror of
https://github.com/smogon/sprites.git
synced 2026-04-05 00:35:58 -05:00
6 lines
165 B
Bash
Executable File
6 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Smogdex Facebook social images
|
|
|
|
convert $1'[0]' -trim -resize 150x150 -background white -gravity center -extent 198x198 -bordercolor black -border 1 $2
|