Tag Archives: thumbnail

PHP: Generate a Thumbnail from a JPG, PNG or GIF Image File

With PHP’s built in access to the decent GD graphics library, generating a thumbnail image from a larger photo turns out to be pretty simple to achieve. Below is a function you can use to create a thumbnail image from either a JPG, PNG or GIF source image. Continue reading

Posted in PHP | Tagged , , , , | 1 Comment

Image Resize: TimThumb PHP Script

PHP-logo

TimThumb, created and maintained by Tim McDaniels, Ben Gillbanks and Darren Hoyt, is a rather popular open source, image resizing PHP script, mostly used for generating thumbnails for blogging purposes on the fly. Continue reading

Posted in Software & Websites, Technology & Code | Tagged , , , , , , | Leave a comment