gallery2.php

PHP script to create a HTML thumbnail gallery on the fly.

Description

Using gallery2.php you can dynamically create a HTML thumbnail gallery. You won't have to create thumbnail images and a HTML page anymore. gallery2.php can create thumbnails out of JPEG and PNG images.

Requirements

gallery2.php requires PHP >= 3, including the GD library <= 1.6.

Request parameters

action Defines what gallery2.php should do, either create a HTML thumbnail gallery (value gal) or create a thumbnail (value thumb). (Default: gal)
path The relative or absolute path where the original images reside. (Default: .)
pprow Pics per row in a created HTML thumbnail gallery. (Default: 4)
bgcolor Background color for a created HTML thumbnail gallery. (Default: #cccccc)
text Text color for a created HTML thumbnail gallery. (Default: #000000)
link Link color for a created HTML thumbnail gallery. (Default: #0000ff)
alink Active link color for a created HTML thumbnail gallery. (Default: #ff0000)
vlink Visited link color for a created HTML thumbnail gallery. (Default: #990099)

License

gallery2.php is released under the GNU General Public License.

Copyright

gallery2.php is (c) 200?,2006 Robert Weiler.

See also


Downloads

There is only a single version of this script available: gallery2.php.

Of course you may have your own look at the release directory.


a digiGeek.net project