How can I write a semi transparent text on an Image (Jpg,Bmp), or a transparent text (color as same background Image) but with a shadow, something I want to do to watermark
You could use the bitblt routines to merge an image to a common canvas, then save the image again.