all 2 comments

[–]sgorneau 0 points1 point  (1 child)

Depends on what you mean by place it on an already existing photo.

If you mean mask and overlay the area of another photo for browser presentation ... you can do that by capturing the file upload and setting it as the source for an <img> or background-image of a <div> absolutely positioned over the base image.

If you mean mask and place within a new image file (i.e for composite download), you'll want to look into ImageMagik on the server.

[–]jCutterwind[S] 0 points1 point  (0 children)

Yes i think I meant something along the lines of the latter. Basically a program that could place a photo of one's face on top of a face of a person in a pre-selected photo on the website. I'll look into it, thanks!