I have a little projet that will do basicly 3 steps
- Upload image from your computer
- place it under another photo, only the face missing
- Scale it, rotate it, move it in place
- save the muckup and send it by email
It’s a electonis version of the plywood board you put your face in the hole to have your friend take a photo of you. If you know http://www.elfyourself.com/ it’s something like that, without the dancing !
QUESTION : I know PHP, jQuery, Javascript and NO FLASH.Do you know a library already done that manage upload-scale-rotate and how do you do that, without reinventing the wheel
Or it’a a thing for flash, wich library will you used ?
Thanks in advance
From my comment:
This can be done a day or two days using PHP (gd or imagick) and jQuery. The user can manipulate the image client side using jQuery and then send the info to the server which will then generate a whole image out of the two. I did something similar for a facebook app a while ago.
Found it: http://apps.facebook.com/gongum_til_gods/?ref=ts
You could use the same method except you put the movable image under the main image and then overlay an invisible div on top to move the underlaying image. I’m sure you’ll figure it out :p
The source code is a bit messy but I had a tight deadline: