Search found 8 matches
- 2019-03-23T03:35:47-07:00
- Forum: Users
- Topic: Watermark color depending on the background
- Replies: 3
- Views: 3882
- 2019-03-23T01:13:21-07:00
- Forum: Users
- Topic: Watermark color depending on the background
- Replies: 3
- Views: 3882
Watermark color depending on the background
Hello Friends! Help me with command... How can determine the color of a particular selected area in the picture, so that later i can insert a watermark depending on the background color. If the color background is light, then insert a black watermark. Or if the background color is black, then insert ...
- 2019-03-23T00:52:22-07:00
- Forum: Users
- Topic: Strange Problem - Stroke is cut on half text
- Replies: 8
- Views: 7010
Re: Strange Problem - Stroke is cut on half text
Check your version of Freetype delegate. convert -list format TTF* TTF r-- TrueType font ( Freetype 2.9.1 ) Is it as current as mine above? You're right. I have an old version. TTF* TTF r-- TrueType font (Freetype 2.5.2) Please, can you tell me how to upgrade to the latest?
- 2019-03-22T12:49:44-07:00
- Forum: Users
- Topic: Vertical text on the right side.. I do not understand how?
- Replies: 2
- Views: 4542
Re: Vertical text on the right side.. I do not understand how?
Excellent! It worked!
Thank very you, kind man!
Thank very you, kind man!
- 2019-03-22T11:58:32-07:00
- Forum: Users
- Topic: Vertical text on the right side.. I do not understand how?
- Replies: 2
- Views: 4542
Vertical text on the right side.. I do not understand how?
Friends, help with the command please! In the picture on the left side, the text is obtained using the command: convert input.jpg -set option:my:left_edge '0,%[fx:h/2]' \ \( -font '/var/www/photos/fonts/10051.ttf' -pointsize 50 -background none label:'Long Long Text Here' \ +distort SRT '%[fx:w/2 ...
- 2019-03-22T11:52:19-07:00
- Forum: Users
- Topic: Strange Problem - Stroke is cut on half text
- Replies: 8
- Views: 7010
Re: Strange Problem - Stroke is cut on half text
The conversions works for us meaning we get expected results (all text properly stroked). We're using ImageMagick 7.0.8-34 and 6.9.10-34, the latest IM releases. Yes, it looks like a bug of this version. I tried it on another server with the 7th version and there is no such problem ... Very sad.
- 2019-03-22T01:31:20-07:00
- Forum: Users
- Topic: Strange Problem - Stroke is cut on half text
- Replies: 8
- Views: 7010
Re: Strange Problem - Stroke is cut on half text
Thank you for answer! I tried the minimum command without font like this: convert -size 500x100 xc:lightblue -pointsize 50 -fill white -stroke black -annotate +25+65 'Photo Long Text' result_2.jpg Result: http://tester.kapaceb.com/result_2.jpg And witout Pointize: convert -size 500x100 xc:lightblue ...
- 2019-03-21T01:06:31-07:00
- Forum: Users
- Topic: Strange Problem - Stroke is cut on half text
- Replies: 8
- Views: 7010
Strange Problem - Stroke is cut on half text
Hello! Help me please! I use next command: convert -size 300x100 xc:lightblue -font '/var/www/photos/fonts/15516.ttf' -pointsize 50 -annotate +30+70 'Photo Long Text' -blur 0x4 -fill white -stroke black -annotate +25+65 'Photo Long Text' result.jpg Result: http://tester.kapaceb.com/result.jpg What's ...