Skip to content

Commit

Permalink
convert ist deprecated ersetzt durch magick
Browse files Browse the repository at this point in the history
  • Loading branch information
dewomser committed Jun 9, 2024
1 parent f54257c commit 88df687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toot_music
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ if [ -z "${a[6]}" ]; then a[6]="url: ohne"; fi
#//Bild kopieren
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')"
#olo1="$(echo ${a[6]} |sed -e 's/www.youtube.com/invidio.us/g')"
Expand Down

0 comments on commit 88df687

Please sign in to comment.