PHP Generating Images?

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
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

PHP Generating Images?

Post by JPlush76 »

Anyone out there use the php image generator?

How useful has it been to you if so?

I've been thinking about writing my own polls and graphs for my site and this seems the way to go.
User avatar
haagen
Forum Commoner
Posts: 79
Joined: Thu Jul 11, 2002 3:57 pm
Location: Sweden, Lund

Post by haagen »

I've used it in a few diffrent applications. It's not very hard either. You'll basicly makes theese steps:

1. Create a image.
2. Create colors.
3. Paint on your image with your colors (line, circles, add text and so on).
4. Generate & send image to client.

Check hotscripts.com, I belive there are some good tutors to follow when you try it the first time.
Post Reply