How to create thumbnails with PHP and gd
January 12th, 2007 by mescalito
How to make sure your server can generate images
This small article will explain how you create a thumbnail from an image in PHP. Furthermore you learn how to batch process a whole folder of images and create their thumbnails.
To create images with PHP you need to have the gd image library installed and activated in your PHP.
http://icant.co.uk/articles/phpthumbnails/





















