convert ist deprecated ersetzt durch magick

This commit is contained in:
dewomser 2024-06-09 16:24:10 +02:00
parent f54257c7af
commit 88df687fbf
No known key found for this signature in database
GPG key ID: 3A312467A034D190

View file

@ -76,7 +76,7 @@ if [ -z "${a[6]}" ]; then a[6]="url: ohne"; fi
#//Bild kopieren #//Bild kopieren
lolo1=$(urldecode "${a[0]}") lolo1=$(urldecode "${a[0]}")
convert "$lolo1" -gravity south -background YellowGreen -splice 0x18 -annotate +0+2 'Die Toot_Music-App ist vom @dewomser' "$BASEDIR"/cover.jpg magick "$lolo1" -gravity south -background YellowGreen -splice 0x18 -annotate +0+2 'Die Toot_Music-App ist vom @dewomser' "$BASEDIR"/cover.jpg
#a[7]="$( ${a[6]} | sed -e 's/youtube/invidious/g')" #a[7]="$( ${a[6]} | sed -e 's/youtube/invidious/g')"
#olo1="$(echo ${a[6]} |sed -e 's/www.youtube.com/invidio.us/g')" #olo1="$(echo ${a[6]} |sed -e 's/www.youtube.com/invidio.us/g')"