1phpThumb
2========
3
4phpThumb() - The PHP thumbnail generator
5
6phpThumb() uses the GD library and/or ImageMagick to create thumbnails from images (GIF, PNG or JPEG) on the fly.
7The output size is configurable (can be larger or smaller than the source), and the source may be the entire
8image or only a portion of the original image. True color and resampling is used if GD v2.0+ is available,
9otherwise low-color and simple resizing is used. Source image can be a physical file on the server or can be
10retrieved from a database. GIFs are supported on all versions of GD even if GD does not have native GIF support
11thanks to the GIFutil class by Fabien Ezber. AntiHotlinking feature prevents other people from using your server
12to resize their thumbnails, or link to your images from another server. The cache feature reduces server load.
13