Description: Use PHP Thumbnail Generator to generate thumbnails from JPG, GIF, or PNG images. Script can save thumbnail as file on your server or output it directly to the browser. Features: * JPG, PNG, GIF image type supported (depends on GD2) * Proportional image resize * Generate image from file on the server or from remote image (by URL) * Save to file on server or output directly to browser * You can override thumbnail type. All thumbnails can be of the same type (i.e. all JPG) regardless of the source image type * All thumbnail properties can be controlled via parameters * Supports custom default values (change default values in the script code)
|