Skip to content
Snippets Groups Projects
make-card.sh 131 B
Newer Older
#!/bin/sh
input="$1"
output="$2"
Cédric Krier's avatar
Cédric Krier committed
magick "${input}" -strip -quality 50 -resize 300x200^ -gravity center -extent 300x200 "${output}"