Hi all,
ImageString function takes some text as one of the parameter.
for Ex:
ImageString ($img_handle, 31, 5, 5, "My first Program with GD", $txt_color);
Lets suppose I Create a PNG image by Imaepng function.
How to get the same text given the image formed by Imagepng
|