Hi All...
My development site is working on PHP5 and GD 1.6.2 without Freetype support. Resultantly I am not able to work with functions like imagefttext or imagettftext or the image*box counterparts either. After talking over m=with my Admin, I cannot think of installing/compiling the libraries/PHP.
So can anyone tell me a workaround for this particular code?
Its a very urgent requirement. Any help is appreciated.
Regards,
Smita
My development site is working on PHP5 and GD 1.6.2 without Freetype support. Resultantly I am not able to work with functions like imagefttext or imagettftext or the image*box counterparts either. After talking over m=with my Admin, I cannot think of installing/compiling the libraries/PHP.
So can anyone tell me a workaround for this particular code?
Code:
list($llx, $lly, $lrx, $lry, $urx, $ury, $ulx, $uly) = imagefttext($img, $fontSize, 0, 0, 0, $color->getColor($img), $fontFileName, $text);
Regards,
Smita