Search found 7 matches

by Kree
2017-05-13T12:27:41-07:00
Forum: Users
Topic: Text: first line, accent issue
Replies: 5
Views: 6378

Re: Text: first line, accent issue

Thank you guys! This \n beginning and -trim works like a charm! Because of the problem is with the font itself, this hacking is a good solution for me! Thanks again!
by Kree
2017-05-09T14:07:42-07:00
Forum: Users
Topic: Text: first line, accent issue
Replies: 5
Views: 6378

Text: first line, accent issue

Hello guys! I try to create a picture from a text, my command similar like this: convert -font Turnpike -pointsize 72 label:"ÖÜÓÚÉÁ\nÖÜÓÚÉÁ" text.png As you can see, I try to use the Turnpike font, what have accent characters, and they are only visible in the second line, but not in the fi...
by Kree
2015-04-21T14:27:30-07:00
Forum: Users
Topic: How can I make border for a transparent image, and increase it's size?
Replies: 5
Views: 10027

Re: How can I make border for a transparent image, and increase it's size?

Thank you guys! Sorry for the lately response. This -trim command works well, thanks again!
by Kree
2015-04-21T14:00:56-07:00
Forum: Users
Topic: How can I redraw a text without "-draw" to get only outward stroke?
Replies: 3
Views: 2897

Re: How can I redraw a text without "-draw" to get only outward stroke?

try this Windows: convert -respect-parentheses ^ ( -background none -font Tahoma -fill red -pointsize 100 -stroke red -strokewidth 20 label:"Test text" ) -gravity center -font Tahoma -fill white -pointsize 100 -annotate -20-10 "Test text" result.png Next time please identify you...
by Kree
2015-04-17T12:48:44-07:00
Forum: Users
Topic: How can I make border for a transparent image, and increase it's size?
Replies: 5
Views: 10027

Re: How can I make border for a transparent image, and increase it's size?

It is much better, the corners aren't cutted, but now the image size a little bit too big for the image. There is some space around the borders.

How could I calculate the amount of sigma, depend on the border width?
by Kree
2015-04-17T12:26:20-07:00
Forum: Users
Topic: How can I redraw a text without "-draw" to get only outward stroke?
Replies: 3
Views: 2897

How can I redraw a text without "-draw" to get only outward stroke?

I try to create a text image with ImageMagick, where is the stroke expands only outward. I found a solution , where I should use the "-draw" command, but with it I would need to define the size of my image, but I don't know it in advance. The command below should be upgrated. Somehow I wou...
by Kree
2015-04-17T12:14:23-07:00
Forum: Users
Topic: How can I make border for a transparent image, and increase it's size?
Replies: 5
Views: 10027

How can I make border for a transparent image, and increase it's size?

Hello! I try to add border to a transparent png image, and I found some solutions here But my problem is I can't increase the image size in the same amount like the border size. Currently I use this code: convert stone.png -bordercolor none -border 15 -background red -alpha background -channel A -bl...