am try to have -geometry on each -size, example
Code: Select all
magick inputimage.png ( ( -size 200\x50 xc:none -fill white -font C:/xampp/htdocs/namewish/storage/app/public/fonts/The-Kids-Mraker.ttf -pointsize 30 -gravity west -annotate +0+0 "Reguards," -geometry +70+380 ) ( -size 200\x50 xc:none -fill white -font C:/xampp/htdocs/namewish/storage/app/public/fonts/The-Kids-Mraker.ttf -pointsize 30 -gravity east -annotate +0+0 "Your Name Here " -geometry +70+380 ) -alpha set -background none -smush 10 +gravity -alpha set -background none -rotate 0 ) -background none -compose over -composite outputimage.png
Code: Select all
magick inputimage.png ( ( -size 200\x50 xc:none -fill white -font C:/xampp/htdocs/namewish/storage/app/public/fonts/The-Kids-Mraker.ttf -pointsize 30 -gravity west -annotate +0+0 "Reguards," ) ( -size 200\x50 xc:none -fill white -font C:/xampp/htdocs/namewish/storage/app/public/fonts/The-Kids-Mraker.ttf -pointsize 30 -gravity east -annotate +0+0 "Your Name Here " ) -alpha set -background none -smush 10 +gravity -alpha set -background none -rotate 0 ) -geometry +70+380 -background none -compose over -composite outputimage.png