User composite photo ?

Discussion in 'PHP' started by 123GoToAndPlay, Jun 14, 2006.

  1. #1
    Hi all,

    How to make a application where an user must select a part of his uploaded photo? (for example: Just like your profile photo on Joga.com)

    I know how to upload and create thumbs on the fly with GD. But now I want to let an user upload a photo and with a fix sized rectangle an user must select a part of his photo and this will be saved on the server.

    Where should I start??

    tx
     
    123GoToAndPlay, Jun 14, 2006 IP
  2. jnestor

    jnestor Peon

    Messages:
    133
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Find a good intro book on AJAX.

    What you want to do is certainly possible but not easy and not for inexperienced programmers.
     
    jnestor, Jun 14, 2006 IP
  3. sketch

    sketch Well-Known Member

    Messages:
    898
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    148
    #3
    I'm not 100% sure but I think this is possible now with Flash 8. But it would still require some advanced programming.
     
    sketch, Jun 14, 2006 IP
  4. jnestor

    jnestor Peon

    Messages:
    133
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Here's a script that does pretty much what you want. Not sure if you can modify it to make the cropped image a fixed size.

    www.dhtmlgoodies.com/index.html?whichScript=image-crop
     
    jnestor, Jun 14, 2006 IP