I have SVG image and i'm trying to put text on it - horizontally and vertically centered, like this:
Code: Select all
convert old_book_cover_1.svg -font Ubuntu-Regular -bordercolor black -fill "#C8B56D" -gravity Center -pointsize 32 -size 540x caption:"Olivia Newton-John" -pointsize 72 -gravity Center -size 540x caption:"Gorączka Sobotniej Nocy" -append -resize 600x +noise gaussian out.png
I'm quite new at IM, and sorry it my mistake is obvious.
Regards!