Image Manipulation

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
SheDesigns
Forum Commoner
Posts: 42
Joined: Tue Nov 18, 2008 9:51 am
Location: Buffalo, NY

Image Manipulation

Post by SheDesigns »

Can anyone point me in the direction of a good tutorial that could help me with the following:

Client wants to build their own e-invites. The cards are images that have already been picked out. They need to be able to add text on top of the image; and have it save & send. The text would start about 20 pixels from the top, and 10 pixels to the left.

It should make a new image that is stored on the server to be viewed later on if they wish.

Thank You!!
User avatar
mfrank410
Forum Newbie
Posts: 4
Joined: Fri Feb 27, 2009 1:45 pm
Location: Toronto, Canada

Re: Image Manipulation

Post by mfrank410 »

You will want to use GDLib. Check out this site, might be what you are looking for.

http://phpthumb.sourceforge.net/demo/de ... o.demo.php
Post Reply