Log in

View Full Version : Image Manipulation



Fusedgraphics
02-16-2009, 10:50 PM
Ok hey everybody I really need some help.

Here is what I want. I want a script that can be placed on a website or can be an independent application on the computer. I want the script to open up a picture (not defined by the user) copy it and paste it on the top of the image the user picks. Then save it into a user defined location or just display it.

THanks for any advice how to do this

George

P.S the first pic is kind of like a water mark

djr33
02-17-2009, 12:57 AM
You could do this with the PHP GD library, or extensions like imagemagik. It's also possible to make this a standalone, and you could use bamcompile to stick with php for that, or use another language-- once it doesn't need to be webbased, you have a lot more options, like C++, Java, etc.
Your question is general, and so is my answer.... if you want more specific information, refine your question.