Does anyone know how to take a text string for GD and flip all the characters horizontally?
Or the whole string?
Hell for that matter is there a way to do the text in GD so it looks like this? t e s t
? I dont see anyway to do that either.
Originally posted by rayge99 Hell for that matter is there a way to do the text in GD so it looks like this? t e s t
Possibly imagestringup()?
to rotate [man]imagerotate[/man] to flip/copy [man]imagecopy[/man] (giving frm and to pixels in reverse manner will flip the image)