Login   Register  
PHP Classes
elePHPant
Icontem

File: z-readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Herman Gómez  >  Process Images  >  z-readme.txt  >  Download  
File: z-readme.txt
Role: Documentation
Content type: text/plain
Description: Readme file
Class: Process Images
Resize and present images in gallery pages
Author: By
Last change:
Date: 2008-01-04 07:28
Size: 1,115 bytes
 

Contents

Class file image Download
***********************************************************

z-process.php - image resizing and page creation library.

Herman Gomez - Jan, 4th. 2008 - herman_internet@yahoo.es

***********************************************************

Intro:
******
This library takes a list of the local images (.GIF, .JPG or .JPEG) (case insensitive)
and creates a new version reduced approximately 128 x 72 pixels. These little images 
are perfect for web pages with a bunch of images, like an album.

The library also creates a web page with the standard links to show the local images 
(in their original size) in a new browser window.

Comments:
*********
This library can be easily extended to more graphic formats.
Also you can change easily the format of the web page (the one implemented it's very 
specific to my needs).

Files:
******
z-process.php 				- the main library
z-process-all.php 			- reduces images and creates the web page
z-process-only-images.php	- only reduces the images. no page is created.
z-process-only-page.php		- only web page is created. no image is reduced.

EOF