|
|
|
Built-in PHP library gd does not have ready-to-use function for photo(jpeg) thumbnail generation. Although there are many such examples on the net, they are usually not suitable for effective generating series of thumbnails (for ex. 240x240, 140x140, 80x80). This article provides php function thumbnail_generator and trivial image uploading script, which generates series of thumbnails.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 06, 2007 |
|
|
|
|
A simple 2 file, 2-part tutorial about how to upload a picture of .gif or .jpg format and how to store that photo in a folder and also make a thumbnail of that picture.
Version: 1.0
Platforms: linux, windows, freebsd
Last Updated: April 11, 2007 |
|
|
|
|
This tutorial will show how to create images, draw lines, rectangles, ellipses and arcs, how to add text to images, and how to manipulate them (rotate, resize of modified). Eleven scripts are used in this tutorial, and the code is explained line by line.
Version: 1.0
Platforms: n/a
Last Updated: May 08, 2007 |
|
|
|
|
In this tutorial I will show you how to create a simple photo gallery. The script creates thumbnail images if needed and displays all images in the given directory.
Version: 1.0
Platforms: linux, windows, freebsd, osx, sun
Last Updated: May 28, 2007 |
|
|
|
|
In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any other cases when you need to create a thumbnail from your image. Using a this image resize script gives you the possibility to create various images which are different in their size.
Version: 1.0
Platforms: linux, windows, freebsd, osx, sun
Last Updated: June 02, 2007 |
|
|
|
|