=?windows-1251?Q?=CB=E0=EF=E8=ED_=C2=2E?= on  wrote...
| Hi, Anthony
|
| I want to create dented text on image. For example I have image with
| tree and want to output over trunk some text. And text should be as it
| carved on the trunk.
| May be you know how get such effect.
|
| I do some experiments and got something using
| convert -size 320x100 xc:white -font Adonais.ttf -pointsize 72
|         -fill red -annotate +25+65 Anthony -shade 180x45 -negate
|         -shade 180x45  res.png
|
best I have so far is...

 convert -font Candice -pointsize 72  label:Anthony -blur 0x15 \
         -shade 140x30 -normalize -fill '#888' -colorize 30% \
         -background none label:Anthony -compose DstIn -composite \
         +compose -background '#888' -flatten \
         -size 300x100 tile:STORE/texture_wood.gif \
         -compose overlay -composite  x:

But as you can see the font does not produce a proper 'carved look'
as parts close to each other get blurred together.

A different type of 'blur' is neede that only blurs into objects from
the edge, never beyond that edge.

I tried replacing the -blur in the above with -adaptive-blur  but
it only seems to produce a bevelled edge, rather than 'inside only
blur'.

Sorry.

  Anthony Thyssen ( System Programmer )    <[EMAIL PROTECTED]>
 -----------------------------------------------------------------------------
      Aero ergo sum. (I fly, therefore, I am)
                        --- Gary Engvall <[EMAIL PROTECTED]> (a kite flyer)
 -----------------------------------------------------------------------------
     Anthony's Home is his Castle     http://www.cit.gu.edu.au/~anthony/
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to