1//////////////////////////////////////////////////////////////////
2//   phpThumb() by James Heinrich <info@silisoftware.com>       //
3//        available at http://phpthumb.sourceforge.net          //
4//             and/or https://github.com/JamesHeinrich/phpThumb //
5//////////////////////////////////////////////////////////////////
6///                                                             //
7//    phpThumb() included and related demos                     //
8//                                                             ///
9//////////////////////////////////////////////////////////////////
10
11The phpThumb() distribution includes several demos, and it
12should be self-evident what they do when you run them:
13
14* phpThumb.demo.check.php - configuration checker, will check
15    your config file and server configuration and warn of any
16    potential problems
17
18* phpThumb.demo.demo.php - shows a wide variety of samples,
19    basically all the different features and filters of phpThumb.
20    Note: sample image files are not included in the distribution
21    but can be downloaded from http://phpthumb.sourceforge.net/demo
22
23* phpThumb.demo.gallery.php - basic demonstration of a photo
24    gallery with ability to browse subdirectories. May use
25    phpThumb.demo.showpic.php for fullsize popup display
26
27* phpThumb.demo.showpic.php - auto-resizes a popup window to
28    match the dimensions of the image it is displaying
29
30* phpThumb.demo.object.php - example of how to call phpThumb
31    as an object.
32
33* phpThumb.demo.object.simple.php - simplified version of
34    phpThumb.demo.object.php with fewer options shown.
35
36* phpThumb.demo.random.php - select & display a random thumbnail
37    from a directory of images.
38
39
40
41Other people have created useful demos and/or extensions to
42phpThumb(). Some of these I know of are:
43(also see http://phpthumb.sourceforge.net for an updated list)
44
45* iManager/iBrowser        - http://www.j-cons.com/news/
46* ThumbnailSelector        - http://www.silisoftware.com/scripts/ThumbnailSelector
47* Applejuice Build_Gallery - http://twofivethreetwo.com/?nav=scripts
48
49If you know of any others you think should be mentioned here
50please let me know: info@silisoftware.com