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?
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?
The PHP documentation is not always so good with examples but in this case the imagefttext() docs should help.