mirror of
https://github.com/notwa/rc
synced 2025-03-18 23:55:38 -07:00
add transparency padding thing for twitter
This commit is contained in:
parent
787cf81258
commit
722624035c
1 changed files with 8 additions and 0 deletions
8
sh/tpad
Normal file
8
sh/tpad
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
tpad() {
|
||||||
|
while [ $# -gt 0 ]; do
|
||||||
|
gm convert -bordercolor "#000000FF" -border 1x1 "$1" "${1/.png/}.tt.png";
|
||||||
|
shift
|
||||||
|
done
|
||||||
|
}
|
||||||
|
tpad "$@"
|
Loading…
Add table
Reference in a new issue