$im=imagecreatefromjpeg("../".$category."/img/wallpaper_info_".$name_image.""); $color_text1=imagecolorallocate($im,255,255,255); $color_text2=imagecolorallocate($im,0,0,0); $str="blablabla"; imagettftext($im, 10, 0, 10, 20, $color_text1, "inc/MAIAN.TTF", $str); imagettftext($im, 10, 0, 100, 20, $color_text2, "inc/MAIAN.TTF", $str); imagejpeg($im,"123.jpg",90);