Page 1 of 1

Resize an image after upload

Posted: Mon Sep 06, 2010 11:06 am
by spec36
Can anyone steer me in the right direction here?

What functions, etc... would be best to use for resizing images after they have been uploaded? Any suggestions on the best approach for this would be great? This is my first attempt to do anything with PHP and images so all help is greatly appreciated.

EXAMPLE:
-------------
1. User uploads an image
2. Images gets placed in the uploads folder
3. Images gets resized to a fixed dimension and maybe moved to another folder (images or something, if needed)
4. All resized images in the uploads folder are displayed on a webpage.

Re: Resize an image after upload

Posted: Mon Sep 06, 2010 12:06 pm
by buckit
Look up the GD library.. can do everything you are looking for and more :)

Re: Resize an image after upload

Posted: Thu Sep 16, 2010 6:12 pm
by spec36
Thanks for the help