phpThumb() 1.7.6 review

Download
by rbytes.net on

phpThumb() uses the GD library to create thumbnails from images (PNG, GIF, BMP, JPEG, etc) on the fly

License: GPL (GNU General Public License)
File size: 0K
Developer: James Heinrich
0 stars award from rbytes.net

phpThumb() uses the GD library to create thumbnails from images (PNG, GIF, BMP, JPEG, 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.

True color and resampling is used if GD v2.0+ is available, otherwise paletted-color and nearest-neighbour resizing is used. ImageMagick is used wherever possible for speed. Basic functionality is available even if GD functions are not installed (as long as ImageMagick is installed).

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)

Here are some key features of "phpThumb":
Source image can be a physical file on the local server, remote file over HTTP, or can be retrieved from a database.
GIFs are supported on all versions of GD (even if GD does not have native GIF support) thanks to the GIF Util class by Fabien Ezber.
BMP source images can be used even if ImageMagick is not available.
ImageMagick (if available) can be called to generate thumbnails for source images larger than PHP's memory limitation would allow a GD-only thumbnailer to do, or for image formats that GD does not support.
phpThumb's basic features will work even if the server has no GD support, as long as ImageMagick is installed
HTTP thumbnail creation can be limited to the current (or other list of) domain to prevent other sites from using your server to create their thumbnails.
Linking to thumbnails from another domain can be prevented or watermarked.
Thumbnails can be cached for less server load. Mulitple sizes of any source image can be cached seperately. Thumbnails are automatically updated when (local) source image is modified.
Embedded EXIF thumbnails (if available) can be extracted as-is, or used as the source image for thumbnailing if the real source image would take more memory than PHP has available.
Images can be rotated, either by an arbitary angle or auto-rotated to either portrait or landscape.
Images can be cropped, either by a specified number of pixels or by a percentage of original image.
Output is antialiased into the alpha channel where appropriate when PNG output is selected.
Quality can be auto-adjusted to fit a certain output byte size.
Corners of the thumbnailed image can be optionally rounded.
A number of filters can be applied (most require GD v2.0+ and/or PHP v4.3+):
A watermark image or text can be applied over the thumbnail in one of 10 positions or tiled.
A border or frame can be applied.
Thumbnails can be a fixed dimension regardless of source aspect ratio and background filled with configurable color. Border corners can optionally be rounded (independant horizontal & vertical radius)
Unsharp Mask sharpening can be applied thanks to Torstein H?nsi's phpUnsharpMask function.
Other filters:
Alpha channel mask from mask file
Auto Contrast / Levels
Bevel edge
Blur
Brightness
Colorize to target color by amount
Contrast
Drop shadow
Edge Detect
Flip Horizontal / Vertical
Gamma
Grayscale
Mean Removal
Negative color
Reduce Color Depth
Saturation
Sepia
Smooth
Threshold
White Balance

What's New in This Release:
This release fixes an "unsupported operand types" bug and Levels filter bugs.

phpThumb() 1.7.6 keywords