blob: 4e68c9a7b41615c698e5d2ccb70b888d80695af2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
creating a gallery of a bunch of images:
* Display Exif informations
* Display Image informations (like size, date, resolution, compression...)
* Create CSS data for customizing
* Create Thumbnails (maybe in more than one size, eg: full,1024x768,800x600,640x480)
* Descriptions for every image
* Comments
* Ratings
* Watermarks
* Some javascript for easy navigation (see [photon](http://www.saillard.org/programs_and_patches/photon/) for a good example)
It should be possible to disable every feature for every directory.
|