My Server assised the image gd libary. (the php_gd2 package ist enabled) Also I want to use the code below:
imagefttext($im, 12, 0, 1, 1, $mycolor, $myfont, "Hello", array());
After that I get the following error message:
Fatal error: Call to undefined function: imagefttext()
Does anyone know what I can do to resolve this?
Do I have to install more extensions?