Smart Image Resizer
Image, PHP September 24th, 2008smart image resizer php a simple way to create thumbnails and more on the fly
Features
- Resizes JPEGs, GIFs, and PNGs
- Intelligently sharpens for crisp photos at any size
- Can crop based on width:height ratios
- Can color-fill transparent GIFs and PNGs
- Built-in caching keeps image variations for optimal performance
Requirements
- PHP 5.1.0+
- GD
To Install
- Unzip on your web server
- In the same directory, create a directory called “imagecache”
- Make your imagecache directory is writable by the web server (usually chmod 775)
December 3rd, 2008 at 2:09 pm
Thanx for sharing the info!