Честно говоря я уже пол дня промучался с imagerotate.
Вообще ничего не поворачивается
вот код который я пишу
<?php
$image = imagecreatetruecolor(200,200) or die('Cannot create image');
imagefill($image, 0, 0, 0xFFFFFF);
imageellipse($image, 100, 100, 150, 150, 0x000000);
$radius=160;
$x0=100;
$y0=100;
$radius=75;
$corner=45;
$x = $x0+($radius*cos($corner));
$y = $y0+($radius*sin($corner));
imagestring ( $image, 4, $x, $y,"e", 0x000000);
imagerotate ( $image, 10000 ,0xEEEEEE);
header('Content-type: image/png');
imagepng($image);
imagedestroy($image);
?>
Может кто-то поможет
Мне надо повернуть букву