|
Dynamic Forum Signature
|
Other links at PHP > Scripts and Programs > Image Handling |
| 1. |
ImageThumb
|
|
|
ImageThumb is a small piece of software written in the PHP language that lets you create thumbnails on the fly for a given image, whether it is local ore remote. Currently supported formats are GIF, PNG and JPEG. To use this script, you must have the GD library installed, and obiously a webserver capable of running PHP scripts.
|
| 2. |
Thumbnail and Watermark
|
|
|
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. The processed image can either be displayed in a page, saved to a file, or returned to a variable. It 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. Features description: - Thumbnail: normal thumbnail generation - Watermark: Text or image in PNG format. Suport multiples positions. - Auto-fitting: adjust the dimensions so that the resized image aspect is not distorted - Scaling: enlarge and shrink the image - Format: both JPEG and PNG are supported, but the watermark image can only be in PNG format as it needs to be transparent - Autodetect the GD library version supported by PHP - Calculate quality factor for a specific file size in JPEG format.
|
| 3. |
Dacios Picture of the day
|
|
|
This is a simple picture of the day script that uses a flat file. Photos are changed once a day. Just copy pictures in directory "photos" and run script.
|
| 4. |
Boostys ASCII Artist
|
|
|
This small class converts images into some kind of ASCII art. Black/white and colour modes for rendering are available. Requires the GD library. Source, Demo and API Doc available for download.
|
| 5. |
Display visitors IP Address in a graphic
|
|
|
Display visitors IP Address in a graphic on your website pages (or any other pages) with this simple PHP script. This script makes use of the GD image tools. Can easily be changed to match whatever colors you wish.
|
|
|