نحتاج الي حل بسيط في اللغة العربية عند الكتابة علي الصورة

header ('Content-Type: text/html; charset=UTF-8');

 $im = imagecreatefromjpeg("1.jpg");

$bg = imagecolorallocate($im, 255, 255, 255);

$textcolor = imagecolorallocate($im, 0, 0, 255);

$text = "المغرب";

$font = 'arial.ttf';

$text=arab($text);

echo($text);

imagettftext($im, 50, 0, imagesx($im)/2-150, imagesy($im)/2-50, $textcolor, $font,$text);

imagejpeg($im,"12.jpg",100);

imagedestroy($im);

echo "";

جربة اكثر من طريق ولم تعمل تظهر في الصورة حرف متقطعة

عندما اجرب دالة imagestring تعمل ولكن حد الكتابة صغير 5

 لاتظهر جيدا

هنا حل ولكن لم افهم

وشكرا لم