41 lines
1.7 KiB
Plaintext
41 lines
1.7 KiB
Plaintext
//////////////////////////////////////////////////////////////
|
|
/// phpThumb() by James Heinrich <info@silisoftware.com> //
|
|
// available at http://phpthumb.sourceforge.net ///
|
|
//////////////////////////////////////////////////////////////
|
|
/// //
|
|
// phpThumb() included and related demos //
|
|
// ///
|
|
//////////////////////////////////////////////////////////////
|
|
|
|
The phpThumb() distribution includes several demos, and it
|
|
should be self-evident what they do when you run them:
|
|
|
|
* phpThumb.demo.demo.php - shows a wide variety of samples,
|
|
basically all the different features and filters of phpThumb.
|
|
Note: sample image files are not included in the distribution
|
|
but can be downloaded from http://phpthumb.sourceforge.net/demo
|
|
|
|
* phpThumb.demo.check.php - configuration checker, will check
|
|
your config file and server configuration and warn of any
|
|
potential problems
|
|
|
|
* phpThumb.demo.object.php - example of how to call phpThumb
|
|
as an object.
|
|
|
|
* phpThumb.demo.random.php - select & display a random thumbnail
|
|
from a directory of images.
|
|
|
|
* phpThumb.demo.showpic.php - auto-resizes a popup window to
|
|
match the dimensions of the image it is displaying
|
|
|
|
|
|
|
|
Other people have created useful demos and/or extensions to
|
|
phpThumb(). Some of these I know of are:
|
|
|
|
* iManager - http://www.j-cons.com/news/
|
|
* iBrowser - http://www.j-cons.com/news/
|
|
* ThumbnailSelector - http://www.silisoftware.com/scripts/ThumbnailSelector
|
|
|
|
If you know of any others you think should be mentioned here
|
|
please let me know: info@silisoftware.com |