Ok here we go:
$im
http://i1181.photobucket.com/albums/x431/Steve_Price/4289_banner-lg2_MASTER.jpg
I take the above image and place the next image over it with a gravity of south west
$bottom_left_image
http://i1181.photobucket.com/albums/x431/Steve_Price/bottom.png
This creates this:
http ...
Search found 10 matches
- 2012-06-01T03:45:01-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
- 2012-05-24T13:12:05-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
Re: position text string immediatly before another text stri
Looking back it doesn't make much sense. I'll post an example of the image I want to achieve
- 2012-05-24T02:01:32-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
Re: position text string immediatly before another text stri
I've made some progress in creating a mask, but I'm having trouble changing background to a gradient.
"\( -gravity SouthEast "\( -pointsize 30 -background black -fill white -font \"$below_font\" \"label:$content\" -splice 0x8 \) ".
"\( +clone +matte -fill Sienna -colorize 100% \) ".
" \( -clone ...
"\( -gravity SouthEast "\( -pointsize 30 -background black -fill white -font \"$below_font\" \"label:$content\" -splice 0x8 \) ".
"\( +clone +matte -fill Sienna -colorize 100% \) ".
" \( -clone ...
- 2012-05-21T06:44:25-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
Re: position text string immediatly before another text stri
Apologies anthony, my server doesn't like it when it's split into lines annoyingly.
This is a bit cheeky of me, but could you refactor my command with your suggested fixes? I'm struggling to visualise how the code should look.
Thanks!
This is a bit cheeky of me, but could you refactor my command with your suggested fixes? I'm struggling to visualise how the code should look.
Thanks!
- 2012-05-18T02:35:42-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
Re: position text string immediatly before another text stri
Can you create a label and use it as a mask in one command instead of creating the label as an image, then using that image as a mask?
Here is the command I currently have:
convert "master/4289_banner-lg2_MASTER.jpg" \( -gravity SouthWest "tabs/bottom_bar.png" \( -pointsize 20 -background ...
Here is the command I currently have:
convert "master/4289_banner-lg2_MASTER.jpg" \( -gravity SouthWest "tabs/bottom_bar.png" \( -pointsize 20 -background ...
- 2012-05-17T14:26:13-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
Re: position text string immediatly before another text stri
Gradients for the letters is what I meant.
- 2012-05-17T03:07:57-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
Re: position text string immediatly before another text stri
I got to a point where I can do what I want with labels as suggested. Now what if I want to add a gradient to the text? Is that possible with labels, or will I have to use -annotate? If so, can I use +append with -annotate?
- 2012-05-15T09:28:52-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
Re: position text string immediatly before another text stri
anthony, that's where I was before pango, but couldn't work out how to position the fonts.
I was looking for something similar to the draw text position.
I'll take a look at those examples though.
I was looking for something similar to the draw text position.
I'll take a look at those examples though.
- 2012-05-06T06:29:48-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
Re: position text string immediatly before another text stri
Pango looks very very interesting. I don't know how I've not come across it before!
I'll give it a go, thanks alot!
I'll give it a go, thanks alot!
- 2012-05-04T03:31:42-07:00
- Forum: Users
- Topic: position text string immediatly before another text string
- Replies: 21
- Views: 26450
position text string immediatly before another text string
I have a the following text "FROM £1.99" that I want to generate.
The problem is I want the "FROM" to be a different size font to the "£1.99".
Is there any way to place the "FROM" next to the "£1.99" ? I tried using -repage but that sets the canvas to the middle of the £1.99, what I need is to ...
The problem is I want the "FROM" to be a different size font to the "£1.99".
Is there any way to place the "FROM" next to the "£1.99" ? I tried using -repage but that sets the canvas to the middle of the £1.99, what I need is to ...