Connecting Tech Pros Worldwide Forums | Help | Site Map

rotate text

ojorus
Guest
 
Posts: n/a
#1: Apr 10 '07
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



Krustov
Guest
 
Posts: n/a
#2: Apr 10 '07

re: rotate text


<comp.lang.php>
<ojorus>
<Tue, 10 Apr 2007 15:08:32 +0200>
<461b8c52$1@news.broadpark.no>
Quote:
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.
>
You could try a google search on how to create a image code as more
often than not the text on the image code will be rotated .

Richard Brooks
Guest
 
Posts: n/a
#3: Apr 10 '07

re: rotate text


ojorus said the following on 10/04/07 14:08:
Quote:
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
Try looking up a captcha script, some use what you're after.


Richard.


--
"Initiative is punishable."
Russian business saying.
ipluta@wp.pl
Guest
 
Posts: n/a
#4: Apr 12 '07

re: rotate text


On Apr 10, 3:08 pm, "ojorus" <ojo...@hotmail.comwrote:
Quote:
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

Closed Thread


Similar PHP bytes