PHP Images
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 …