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.
PHP Generating Images?
Moderator: General Moderators
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.
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.