phpThumb() uses the GD library to create thumbnails from images (JPEG, PNG, GIF, BMP, etc) on the fly.
The output size is configurable (can be larger or smaller than the source), and the source may be the entire image or only a portion of the original image.
Supported source image formats:
- JPEG (via GD or ImageMagick)
- PNG (via GD or ImageMagick)
- GIF (via GD, ImageMagick, or phpthumb.gif.php)
- BMP (via ImageMagick or phpthumb.bmp.php)
- any image format ImageMagick can read
Supported output image formats:
- JPEG (via GD or ImageMagick)
- PNG (via GD or ImageMagick)
- GIF (via GD or ImageMagick)
- BMP (via ImageMagick or phpthumb.bmp.php)
- ICO (via ImageMagick or phpthumb.ico.php)














