Мой код с функцией imagettftext не работает на Linux, но хорошо работает на моих окнах.
imagettftext($thumb, 10, 0, 130, 60, $textcolor, "./arial.ttf", "123");
Я установил gd lib, freetype и шрифт
Вывод gd_info ():
array(12) {
["GD Version"]=>
string(13) "2.0 or higher"["FreeType Support"]=>
bool(true)
["FreeType Linkage"]=>
string(13) "with freetype"["T1Lib Support"]=>
bool(true)
["GIF Read Support"]=>
bool(true)
["GIF Create Support"]=>
bool(true)
["JPG Support"]=>
bool(true)
["PNG Support"]=>
bool(true)
["WBMP Support"]=>
bool(true)
["XPM Support"]=>
bool(false)
["XBM Support"]=>
bool(false)
["JIS-mapped Japanese Font Support"]=>
bool(false)
}
Результат функции:
array (
0 => -53534192,
1 => 32627,
2 => -53534184,
3 => 32627,
4 => -53534176,
5 => 32627,
6 => -1169942752,
7 => 32767,
)
бесплатная версия не совместима с моей версией Centos
Других решений пока нет …