QUOTE(Gibbons @ Dec 7 2007, 07:46 PM)

Php Captcha and GDI have managed to create my own php captchas using php and GD, however I was wondering how to go about changing the orientation of the text. Does anyone know what to do?
I want to produce something similar to the curving shown below:
Click to view attachmentThanks very much.

Yeah for simple rotation's Glenn's posted the link.
But for google like captcha's I'm pretty sure the majority of these are done via custom distortion algorithms, doing it on a pixel by pixel basis; you could also use imagemagick, but the issue with just throwing it through imagemagick is someone can reverse the effects with the right variables.
There's quite detailed information on image algorithms here :
ftp://rtfm.mit.edu/pub/faqs/graphics/algorithms-faq it's by no means an easy read though and largely relates to C but you might find some insight.
Recaptcha is fantastic though and pretty straight forward to implement (plus you're helping translate books!).
http://www.recaptcha.net