mirror of
https://github.com/He4eT/oddkb.git
synced 2026-05-04 17:17:21 +00:00
add_border: use magick
This commit is contained in:
parent
554c60f203
commit
a9ece5b0be
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ if [ ! -f "$filename" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
convert \
|
||||
magick \
|
||||
"$filename" \
|
||||
-bordercolor "$bordercolor" \
|
||||
-border "${bordersize}x${bordersize}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue