Search found 10 matches

by abs2act
2015-01-14T12:25:30-07:00
Forum: Users
Topic: Different fontsize for each line
Replies: 13
Views: 8534

Re: Different fontsize for each line

One last thing. So I'm trying to shift the lines x pixels over. Here's my code. convert -size 720x480 xc:black -fill white -font Arial \ -pointsize 30 -annotate +0+30 "TEST1" \ -pointsize 35 -annotate +0+65 "TEST2" \ -extent 720x480-50+0 result.png The lines shift but for some re...
by abs2act
2015-01-14T11:15:31-07:00
Forum: Users
Topic: Different fontsize for each line
Replies: 13
Views: 8534

Re: Different fontsize for each line

That's it! Thank you so much fmw42!!

Thanks to everyone else that replied. You guys rock!
by abs2act
2015-01-14T10:52:04-07:00
Forum: Users
Topic: Different fontsize for each line
Replies: 13
Views: 8534

Re: Different fontsize for each line

snibgo - so that stacks the images together versus having just one image with both lines of text.
by abs2act
2015-01-14T10:50:36-07:00
Forum: Users
Topic: Different fontsize for each line
Replies: 13
Views: 8534

Re: Different fontsize for each line

fmw42 - I see you what you're saying. Can you provide an example of how to use the -draw command with the context I've provided?
by abs2act
2015-01-13T17:16:16-07:00
Forum: Users
Topic: Different fontsize for each line
Replies: 13
Views: 8534

Re: Different fontsize for each line

Thanks fmw42 for the links. So the image doesn't turn out the way I exactly want. For example: convert -background black -fill white -size 720x480 -gravity NorthWest \ -font Roboto-Regular -pointsize 30 label:'TEST1' \ -font Roboto-Regular -pointsize 35 label:'TEST2' \ +append test.png This creates ...
by abs2act
2015-01-13T15:57:20-07:00
Forum: Users
Topic: Different fontsize for each line
Replies: 13
Views: 8534

Different fontsize for each line

I'm trying to create labels with different font sizes for each line. E.g. convert -background black -fill white -size 720x480 -pointsize 50 -gravity NorthWest -font Roboto-Regular label:'TEST1\nTEST2' -extent 720x480-70+0 test.png I would like to increase the pointsize for TEST2 to lets say 60. Any ...
by abs2act
2014-08-12T23:05:05-07:00
Forum: Users
Topic: Bulleted list
Replies: 3
Views: 2054

Re: Bulleted list

Thanks again for the quick reply. That's actually what I'm using now for my text image. I was hoping there was an actual way of displaying a bullet instead of using an asterisk in its place.
by abs2act
2014-08-12T22:38:51-07:00
Forum: Users
Topic: Bulleted list
Replies: 3
Views: 2054

Bulleted list

Is there a way to create a bulleted text image list?

Something to this effect

Groceries:
*Apple
*Orange
*Banana
by abs2act
2014-08-12T22:35:18-07:00
Forum: Users
Topic: How to indent text?
Replies: 5
Views: 3075

Re: How to indent text?

Thanks for the reply fmw42!
by abs2act
2014-08-12T20:48:47-07:00
Forum: Users
Topic: How to indent text?
Replies: 5
Views: 3075

Re: How to indent text?

Is there a way to use different pixel indents if I am using multiple sentences for my image?