Firstly, I am sorry if this is wrong section for posting:- I want to create certain effects for the image uploaded online as 1) Bending the photo 2) Converting it into BLACK AND WHITE image 3) replacing a half part of image with other image etc. Can somebody please tell me, If this is possible with PHP ? Else what courses are to be learned to accomplish this task...? Please remember I want to create all my effects online (I mean somebody uploads a photo in my web-server, and the effects should be taken) Thanks in advance
Hey, There is an Image processing library for PHP called GD. You can read the manual here or view some live examples here All of the effects you have mentioned are possible with PHP GD. Regards, Steve
Thank you very much STEVE!!! I am new to PHP and, hence I might be silly to you I still have a question Is it possible to create our own image effects in PHP, I mean 1) Face swapping, Body swapping 2) Automatic face or body re sizing May you please tell me some resources for the above subject. Thanks in advance