Back
php Thumbnail creator - a simple PHP integration tool
Thumbnail creator is an GD library PHP script. It attempts to be "PHP-like", and simple to use. This optimize the website, and blocks the larger image to be flushed down. Some features include: Supports jpg, png images. Required GD library version 2 open minded [1] simple, functional interface simple script which will create thumbnail for given width and height from a image. GETTING STARTED Install:1) copy file thumbnail.php in your folder2) include the file thumbnail.php in the file from where you want to call this script.3) Then pass four parameters to the function given below: create_thumbnail("$srcIma gePath","$destImagePath", $w,$h);
Download this script