-gravity center gives captions on bottom of images
Posted: 2016-01-06T10:55:20-07:00
Hi!
I have SVG image and i'm trying to put text on it - horizontally and vertically centered, like this:
It works quite cool, but the text is situated UNDER whole original image.
I'm quite new at IM, and sorry it my mistake is obvious.
Regards!
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!