Search found 2 matches

by San Zamoyski
2016-01-06T11:15:59-07:00
Forum: Users
Topic: -gravity center gives captions on bottom of images
Replies: 2
Views: 1691

Re: -gravity center gives captions on bottom of images

convert old_book_cover_1.svg \
\( -background none -font Ubuntu-Regular -bordercolor black -fill "#C8B56D" \
-gravity Center -pointsize 32 -size 540x caption:"Olivia Newton-John" \
-pointsize 72 -size 540x caption:"Gorączka Sobotniej Nocy" -append \) \
-compose over -composite -resize 600x +noise ...
by San Zamoyski
2016-01-06T10:55:20-07:00
Forum: Users
Topic: -gravity center gives captions on bottom of images
Replies: 2
Views: 1691

-gravity center gives captions on bottom of images

Hi!

I have SVG image and i'm trying to put text on it - horizontally and vertically centered, like this:
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 ...