Can anyone tell me why this isn't print exactally on the bottom of image when I create it ?
I need it exactly on the bottom of image

   @imagestring ($im, $font, 0, 0, $str, $fg);


    Your x,y coordinates are set to top left, not bottom left.

    Hope that helps.

      Well figured out my problem, I forgot that letters in lower case like y,q,p,j make it seem like it wasnt writing on bottom but it was.

      Thank you

        Write a Reply...