How to create effects on image online

Discussion in 'PHP' started by Nandamuri, Apr 30, 2009.

  1. #1
    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
     
    Nandamuri, Apr 30, 2009 IP
  2. Steve136

    Steve136 Peon

    Messages:
    240
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    Steve136, Apr 30, 2009 IP
  3. Nandamuri

    Nandamuri Peon

    Messages:
    665
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    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
     
    Nandamuri, Apr 30, 2009 IP