Hi
I am using this function for write the text on the image
imagettftext ($im, 20, 0, 10, 20, $white, "/path/arial.ttf", "Testing...Omega: Ω");
For using this function we need to enable the both the Gd library and freetype library. I enabled the gd library, how can i enable Freetype library. plz any one can help me....