Page 1 of 1

Add a title

Posted: 2011-05-09T23:50:34-07:00
by teebe
How to add a title to a picture, controlling the pointsize, position, etc etc.
I tried convert -title but it get too far from my expectations, cropping title or reserving too wide empty space.
Also convert -append points too far from were i want to go...

Thank you

Tiberio

Re: Add a title

Posted: 2011-05-10T10:09:33-07:00
by fmw42
teebe wrote:How to add a title to a picture, controlling the pointsize, position, etc etc.
I tried convert -title but it get too far from my expectations, cropping title or reserving too wide empty space.
Also convert -append points too far from were i want to go...

Thank you

Tiberio

Where do you want the title to be placed? In the image or above or below the image?

If the former, you need to create some text as an image and then composite it over your image where you want it to be located.

see

http://www.imagemagick.org/Usage/text/
http://www.imagemagick.org/Usage/layers/#convert


A little more detail or example would be helpful. Also you should identify what version of IM and platform you are using.

Re: Add a title

Posted: 2011-05-10T19:30:08-07:00
by anthony
See Annotating Images
http://www.imagemagick.org/Usage/annotating/
It has all the examples you probably want.
The other seconds before it 'text to image' and 'compound fonts' gives you more options.