Text on images

GD and GD2 are useful libraries for creating graphics on-the-fly. Discuss your PHP GD and GD2 scripts here.

Moderators: onion2k, General Moderators

Post Reply
thiscatis
Forum Contributor
Posts: 434
Joined: Thu Jul 20, 2006 11:00 am

Text on images

Post by thiscatis »

Is there an easy way to have something like this:

A user fills in a form field with his name and uploads a photo,
as a result the php page creates a NEW image with his name is some font on that image.

I really dont have a clue how to start on this one
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

imagettftext() may be of interest.
Post Reply