Resize, create thumb and rename

  •  08-04-2009, 5:41 PM

    Resize, create thumb and rename

    I've been running a simple php script that resizes, renames, and creates a thumb for all photos uploaded to our company website.  The volume of photos have increased and I was tasked with finding a way to select groups of photos and upload them all at once, so I purchased this PHP Uploader script.  It really works well, but I still need the other funtions.  Can anyone help.
    1. rename my photo
    2. resize my photo to a width of 500 pixels (length will be automatic based on the aspect ratio)
    3. create thumb of the photo that is named "XXXX_thumb.jpg"  - 50px wide
View Complete Thread