I am working with an article manager. I need to modify image of a tree (or plant) as the number of articles increase or as number of users grow.
That means for every 10 articles posted in the db the image of tree/plant should modify itself and grow a branch.
For every member who registers it should modify itself to grow a leaf.
The tree image is visible on the front page of the site; and it's branches and leaves should reflect the current number of articles and members.
I don't have any clue how to implement such a thing. But i think some kind of image modification should be there in php
Image modification with number of articles
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
What exactly are you asking? How to manipulate images in php? If so, you'll want to use the gd library