I’ve had an idea for a website and would like a character creator.
One that has options for different eyes, mouth, hair, etc.
Then the options the person has chosen be submitted to their wordpress account photo.
What would be the best way to pull this off?
Any help is greatly appreciated! 🙂
Thanks
Assuming that all you need to do is overlay the pieces, you could simply have a bunch of
imgelements absolutely positioned within a container, and when the user selects a different thing for a particular part, you can change the appropriateimg‘ssrc. When they want to apply it, you can send what they selected for each thing and PHP can use the GD image functions to composite the pieces on the server side and use that as the account image.