Script Installation
Thumbnail and Watermark Script Installation and Configure Services
|
Script Description:This is a class that can process an image on the fly by either generate a thumbnail and/or apply an watermark to the image.rrnrrnThe processed image can either be displayed in a page, saved to a file, or returned to a variable.rrnrrnIt requires the PHP with support for GD library extension in either version 1 or 2. If the GD library version 2 is available it the class can manipulate the images in true color, thus providing better quality of the results of resized images.rrnrrnFeatures description:rrnrrn- Thumbnail: normal thumbnail generationrrn- Watermark: Text or image in PNG format. Suport multiples positions.rrn- Auto-fitting: adjust the dimensions so that the resized image aspect is not distortedrrn- Scaling: enlarge and shrink the imagerrn- Format: both JPEG and PNG are supported, but the watermark image can only be in PNG format as it needs to be transparentrrn- Autodetect the GD library version supported by PHPrrn- Calculate quality factor for a specific file size in JPEG format. Site Url: http://www.phpclasses.org/browse/package/2086.html |