views:

156

answers:

1

I want to create text as a watermark for an image. the water mark should have the following properties

front: Impact
color: white
opacity: 31%
Font style: regular, bold 
Bevel and Emboss 
size: 30 pixels

how can i do that. any help?

+2  A: 

The PHP documentation is not always so good with examples but in this case the imagefttext() docs should help.

Ben
but is it possible to have bevel,emboss, opacity properties for that?
Jasim