Search found 5 matches
- 2014-11-24T11:46:53-07:00
- Forum: Users
- Topic: Centered text in imported image
- Replies: 11
- Views: 5043
Re: Centered text in imported image
With Gimp, I saw that the centre of the red box was roughly 300 pixels left of the centre of the image, and 150 pixels lower. You should use accurate numbers. My happiness does not last long…The alignment gets messy if the text is to short…There's a more precise way to deal with it that adjust to th ...
- 2014-11-24T06:06:26-07:00
- Forum: Users
- Topic: Centered text in imported image
- Replies: 11
- Views: 5043
Re: Centered text in imported image
snibgo wrote:Find the offset of the centre of the red box with respect to the centre of the image. This is roughly -300, +150Code: Select all
convert example.jpg -pointsize 100 -gravity Center -annotate -300+150 "Hello world" y.png
Hi snibgo. It worked. How do you get -300+150 values?
- 2014-11-24T05:47:22-07:00
- Forum: Users
- Topic: Centered text in imported image
- Replies: 11
- Views: 5043
Re: Centered text in imported image
yes Bonzo…it's the red area. It's driving me crazy!Bonzo wrote:Is the "marked area" bordered by the red box?
- 2014-11-24T05:43:29-07:00
- Forum: Users
- Topic: Centered text in imported image
- Replies: 11
- Views: 5043
Re: Centered text in imported image
yes Bonzo…the red area...
- 2014-11-24T05:09:20-07:00
- Forum: Users
- Topic: Centered text in imported image
- Replies: 11
- Views: 5043
Centered text in imported image
Hi, how can I write a centered text in a portion of a imported image? I've tried everything but couldn't position the text using gravity center. The text is dynamic… This is the example image. The text the user types in must appear centred in the marked area (red square)… http://www.rodrigoperes.com. ...