Server Side Image Resizer

The code uses PHP to resize an image (currently only jpeg). Using this method, the resized image is of much better quality than a browser-side resizing. The file size of the new downsized image is also smaller (quicker to download). The code comes in two parts: imageResizer() is used to process the image loadimage() inserts … Continue reading Server Side Image Resizer