thumbnail generation php

ThumbnailCreator

ThumbnailCreator

A simple library that can create thumbnails from various file types, by use of ThumbnailProviders. Easily extendable with your own ThumbnailProviders. Out of the box it can create thumbnails from Text files and image files as well as watermarked images. Also to add a provider just created a PHP class that implements IThumbnailProvider to add your own ThumbnailProvider. ThumbnailProvider is easy to use, it’s as simple as this. <?php...

anySize - Caching image resizer

anySize - Caching image resizer

Description anySize is a lightweight, drop-in, fully automated, caching, make-you-coffee-and-serve-it-in-bed script that lets you request and generate images (jpg, gif or png) of any size. For example: You upload “image.png” to your image folder, “images” <img src=”images/image.png” /> The image is returned at its native resolution <img src=”images/resized/image.png?s=thumb” /> A thumbnail is presented <img src=”images/r...

Easy Image Edit

Easy Image Edit

Let’s say you’re building an image gallery, and need to resize, scale, crop or compress images on the fly without doing it manually, this is the right script for you! This PHP image editor class is a small, yet extremely powerful script for you to do those boring time consuming batch editing tasks without any hassle! Supports the following file types: JPEG GIF PNG This script allows you to: Resize image to a certain height and ...

Image Upload and Resize Script

Image Upload and Resize Script

A quick and easy Image Upload and Resize form and script. This file includes a PHP script (class) that will let you easily resize in ratio and proportion form-uploaded or pre-uploaded images in your server, will also let you create high quality thumbnails of uploaded images.