How to Use PHP To Dynamically Resize an Image
in PHP added by Walkere, on 6/2/2008 advanced tutorials image php5
Sometimes you want to display an image - but it's not stored in the right size. If you allow the browser to resize the image, it will get distorted and waste bandwidth. Instead, you can use the PHP GD library to resize the image on the fly. This tutorial will show you how to use the GD library to read an image, resize it, and output it as part of an HTML page.
comment save report