AuthoradminReading 4 minViews598Published byModified by
I found this amazing small little image resizing code which will resize and display images quickly. All resizing i done on server side.
“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:
imageResize() is used to process the image
loadImage() inserts the image url in a simpler format”