View Single Post
  #1 (permalink)  
Old 2005-06-15, 07:15 AM
vamsy vamsy is offline
Junior Member
 
Join Date: Jun 2005
Posts: 2
vamsy
Default

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
Reply With Quote