|
Posted by ipluta@wp.pl on 04/12/07 16:12
On Apr 10, 3:08 pm, "ojorus" <ojo...@hotmail.com> wrote:
> Hi! I wonder if anyone has a quick example on how to rotate text 30 degrees
> with PHP. I believe the best way to do this is create an image with the
> text, and then rotate the image..? I would appreciate a practic example on
> this,or any other method which will do the work.
>
> Regards ojorus
draw the text in an image and then
imagerotate($image, $angle, $background_color);
as described here:
http://us.php.net/manual/en/function.imagerotate.php
Navigation:
[Reply to this message]
|