Does anyone know why ImageTTFtext() works with php_gd.dll ("1.6.2 or higher" in phpinfo) but with php_gd2.dll ("2.0.0 or higher") it no longer works?
Note these are the 2 dll's that came with PHP when I downloaded the zip for Windows.
Also, when using the php_gd.dll true color images don't work. I read the GD 2.0.0 readme and it says true color support was just added in that version. What I need is true color support and a working imagettftext function but I right now its either one or the other.
It makes sense that true color doesnt work in 1.6.2 because it wasn't added but how come imagettftext function no longer works with php_gd2.dll.
Can anyone help me?