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