Search found 4 matches

by artex
2015-04-05T14:02:03-07:00
Forum: Users
Topic: how to render a long text in an area with automatic wrap
Replies: 8
Views: 10757

Re: how to render a long text in an area with automatic wrap

But I start by a comand that works: convert -size "500"x"500" xc:white -density "72"x"72" -units PixelsPerInch -draw "translate 0,0 image Over 0,0 425,425 "background.jpg"" -draw "translate 155,100 image Over 0,0 125,125 "image/sun.jpg"" -font "font_ttf/font_ttf/Helvetica.ttf" -pointsize "16" -fill ...
by artex
2015-04-05T11:51:17-07:00
Forum: Users
Topic: how to render a long text in an area with automatic wrap
Replies: 8
Views: 10757

Re: how to render a long text in an area with automatic wrap

my I use -size parameter two time? After your indication i have tried: convert -size "500"x"500" xc:white -density "72"x"72" -units PixelsPerInch -draw "translate 0,0 image Over 0,0 425,425 "background.jpg"" -draw "translate 155,100 image Over 0,0 125,125 "image/sun.jpg"" -font "font_ttf/font_ttf ...
by artex
2015-04-04T01:18:27-07:00
Forum: Users
Topic: how to render a long text in an area with automatic wrap
Replies: 8
Views: 10757

Re: how to render a long text in an area with automatic wrap

Thanks,
how I have to specify the size of the box where render the text (es. 150 pixel large) ?

If I repeat -size parameter does'nt works.

Can you hlp me?

Thanks
by artex
2015-04-03T15:09:43-07:00
Forum: Users
Topic: how to render a long text in an area with automatic wrap
Replies: 8
Views: 10757

how to render a long text in an area with automatic wrap

Hello everyone, with php I create this command for image composition that works. But I want to render the text in a box area of a width of 100px (es.). Does anyone know tell me the parameters to give the text? if I use-size parameter again for text area doesn't work convert -size "500"x"500" xc ...