PHP Image generator

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
boonika
Forum Newbie
Posts: 18
Joined: Tue May 24, 2005 1:46 pm

PHP Image generator

Post by boonika »

Hi,

What I would like is to display an image that consists of different images (a face image consisting of hair, eyes, face, nose, etc).

Example: http://www.mzitalia.com/modules.php?name=FaceGenerator
The problem is that I have no idea how I could display such an image. Could somebody tell me how I could possibly do it? Thanks! :)
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

You'll want to use http://us2.php.net/manual/en/ref.image.php GD, but it'll require some programming gymnastics to get to work. Try something simple first.
Post Reply