I have a peculiar situation. I need to be able to allow a user to upload a particular picture as a jpeg only. I will then need to take this uploaded image and create a reversed negative of the picture with a transparent background. Then I need to overimpose that modified picture onto a particular background selected by the user. I'm aware that there is an upload function and I'm also pretty well versed in how to go about doing the whole process. My only problem is the following:
First, Can an image (such as the uploaded JPEG) be manipulated as needed (reversed negative with transparent background), overimposed onto another image (JPEG or GIF) and finally saved on the servers as another image so that the user can preview their uploaded image after the manipulations? I'm aware that PHP can create a PDF file, but i'm not sure about image manipulation.
Secondly, is there a script out there that can be implemented or that I could view to see how to go about doing this?
Thank you in advance,
First, Can an image (such as the uploaded JPEG) be manipulated as needed (reversed negative with transparent background), overimposed onto another image (JPEG or GIF) and finally saved on the servers as another image so that the user can preview their uploaded image after the manipulations? I'm aware that PHP can create a PDF file, but i'm not sure about image manipulation.
Secondly, is there a script out there that can be implemented or that I could view to see how to go about doing this?
Thank you in advance,