Mirror Text

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
niketa

Mirror Text

Post by niketa »

I have 2 line text. In first line there is normal text but in second line there is mirror image of text. I am doing this creating 2 different image for both line and then compose those image into one. But is there any other way to create mirror text in one line without affecting another line.
mkoppanen
Posts: 309
Joined: 2007-06-09T07:06:32-07:00

Re: Mirror Text

Post by mkoppanen »

niketa wrote:I have 2 line text. In first line there is normal text but in second line there is mirror image of text. I am doing this creating 2 different image for both line and then compose those image into one. But is there any other way to create mirror text in one line without affecting another line.

You could try annotating the first part of the text, using ImagickDraw::rotate and then annotate the second piece of the text.
Mikko Koppanen
My blog: http://valokuva.org
Post Reply