Im developing a small - medium online photo album system and i would like to know how i can have my site automatically create a thumbnail version of the uploaded image (as apart of my upload script).
I dont want to just change the display size other wise i would just set the size in the img tag, I want to create a thumbnail where the complete img size is 200x200 px (so the thumbnail file size is smaller and loads fast)...
True a batch photo re-sizer program could be used at my clients end but then they would have to upload the thumbnail and original. So to make it as user friendly i would like a way automate it on uploading / prepossessing the images.
I am still fairly new to web development and like learning how it all works so detailed / explained answers would be great not just the code.
Thanks in advance for any help you are able to provide.
I dont want to just change the display size other wise i would just set the size in the img tag, I want to create a thumbnail where the complete img size is 200x200 px (so the thumbnail file size is smaller and loads fast)...
True a batch photo re-sizer program could be used at my clients end but then they would have to upload the thumbnail and original. So to make it as user friendly i would like a way automate it on uploading / prepossessing the images.
I am still fairly new to web development and like learning how it all works so detailed / explained answers would be great not just the code.
Thanks in advance for any help you are able to provide.