Log in

View Full Version : PHP Image Building.



MrSheen
06-15-2007, 01:52 PM
Hey guys, im looking into building a website which has avatar creation programs on it.

Now ive seen some websites, and you can buy like clothes to put on the character. Then when you view the character, it builds up your avatars to show what clothes you are wearing.

It looks like

char.png?t=00

How is building up a image in php possible? Say i want to have:

1.png, 2.png, 3.png all layered up on top of each other.

Is this possible?

Thanks :)

thetestingsite
06-16-2007, 01:39 AM
Read through this and it should help you out.

http://www.php.net/manual/en/ref.image.php

Hope this helps.

MrSheen
06-16-2007, 02:23 PM
I can never understand them. I tried reading through that, i dont understand what it means. =/

shachi
06-16-2007, 02:56 PM
This is definitely going to help you: http://se2.php.net/manual/en/function.imagecopymerge.php

And you'll never get what it means until you try them out. :p

MrSheen
06-16-2007, 04:24 PM
Nah, doesnt help.

alexjewell
06-16-2007, 05:59 PM
For something like this, you may want to go with flash. But...I'm not the biggest flash advocate.