July 16, 200917 yr Hi all, i am building a cms that requires the images to be resised for a thumbnail's its not a problem to upload the file to the sever and stop unwanted files been uploaded i just cannot work out how to resize the images thanks for any help
July 17, 200917 yr Hi all, i am building a cms that requires the images to be resised for a thumbnail's its not a problem to upload the file to the sever and stop unwanted files been uploaded i just cannot work out how to resize the images thanks for any help You will need to use a graphics library. The most popular and most commonly installed is the GD Library (GD Manual). You can check whether it's installed using phpinfo();. I find that using the imagecopyresampled function is good for maintaining quality. Just look through the manual on the PHP site for functions you might need, theres a lot of examples on it
July 20, 200917 yr I find this PHP class very easy to use with GD! http://www.white-hat-web-design.co.uk/articles/php-image-resizing.php
Create an account or sign in to comment