Search found 3 matches

by SamL
2011-11-12T19:16:11-07:00
Forum: Users
Topic: -draw centering text from absolute XY coords
Replies: 6
Views: 12354

Re: -draw centering text from absolute XY coords

I think I might be getting somewhere but am not really sure... This command produces text at the center of the image as expected: /usr/bin/convert "/var/dgfiles/automate/incoming/aip4-test.jpg" -font "/var/dgfiles/automate/fonts/TitilliumText22L003.otf" -pointsize 38 -fill White -gravity Center ...
by SamL
2011-11-11T12:18:15-07:00
Forum: Users
Topic: -draw centering text from absolute XY coords
Replies: 6
Views: 12354

Re: -draw centering text from absolute XY coords

Are you saying the only way this can work is if i know the size of the area the text is supposed to be placed within??
by SamL
2011-11-11T09:16:48-07:00
Forum: Users
Topic: -draw centering text from absolute XY coords
Replies: 6
Views: 12354

-draw centering text from absolute XY coords

Dear Magicians.. I am pulling a set of xy coords from a database. These xy coords are supposed to be the center point from where text would become centered. I've tried every combination of gravity to accomplish this to no avail. Keep in mind, that the only coords that I have, are the CENTER POINT ...