Click to See Complete Forum and Search --> : Merge users photo with frame


sanam_s
05-02-2009, 10:58 PM
hello

I want to write a code that in the web page I have some frame then user can upload his picture on this page And choose frame to see his photo on these frame(merge her photo with frame) when user like any one he can save her photo with frame on his computer.

Pleaes help me ?

Graysblog
05-03-2009, 02:52 AM
Alright, well I know this is the .NET section but you mentioned you wanted it in a site, so I'd suggest rather then .NET, PHP and the PHPGD library.

It's fairly simple to use and is installed on most common webhosts. Just google PHPGD.

You'll want to load 2 images, your background (the frame) and your foreground (the user). Center the picture in the frame / crop with PHPGD(there are tutorials on PHP's website), and then output to the user.

Simple, quick and easy way of accomplishing what you wanted.