Uploading Multiple Images and Resizing them

Discussion in 'PHP' started by swaymedia, Aug 2, 2007.

  1. #1
    Ok, this is the problem.

    I need to know how to upload multiple images and how to create 80x80 thumbnails for each one.

    The thing is, users will upload multiple photos of any random size and I need thumbnails of each photo to be 80x80 pixels.

    can any one help?

    I will repay the favour...

    Im not that experienced in PHP although I can script, but I do most of my PHP work of tutorial sites. But this time I just cant find a working script or the right tutorial! Any guidance of any sort will also be repayed.
     
    swaymedia, Aug 2, 2007 IP
  2. jOE :D

    jOE :D Peon

    Messages:
    47
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You have one of 2 options depending on how you want to do things:

    1) Find an automatic cropper script that will automatically crop the top/center pictures with an 80x80 ratio and then shrink it down to an 80x80 image

    2) Find a script that will let you manually crop images and let users crop them theirselves
     
    jOE :D, Aug 2, 2007 IP