Album - Create and maintain browser based photo albums


Album documentation  | view source Contained in the Album distribution.

Index


NAME

Top

Album - Create and maintain browser based photo albums

SYNOPSIS

Top

A photo album consists of a number of (large) pictures, small thumbnail images, and index pages. Optionally, medium sized images can be generated as well. Also, it is possible to embed other albums.

The album will be organised as follows:

  index.html       first or only index page
  indexN.html      subsequent index pages (N = 1, 2, ...)
  icons/           directory with navigation icons
  css/		   directory with stylesheets
  large/           original (large) images, with HTML pages
  medium/          optional medium sized images, with HTML pages
  thumbnail/       thumbnail images

Each image can be labeled with a description, a tag (applies to a group of images, e.g. a date), the image name, and some characteristics (size and dimensions).

Images can be handled 'in situ', or imported from e.g. a CD-ROM or digital camera. Optionally, EXIF information from digital camera files can be taken into account.

The photo albums are the digital equivalents of paper albums, but easier to create and maintain. Although you can publish a photo album on the Web, this tool is not specifically targeted at creating Web shows.

DESCRIPTION

Top

For a description how to use the program, see Album::Tutorial.

DEPENDENCIES

Top

Album requires the following Perl modules, all available on CPAN:

The following tools / packages will be used if available:

BUGS AND PROBLEMS

Top

Some versions of Perl may exhibit Data::Dumper problems with non-ASCII data. Perl 5.6.x and 5.8.3 and later should be fine.

AUTHOR AND CREDITS

Top

Johan Vromans (jvromans@squirrel.nl) wrote this module.

Web site: http://www.squirrel.nl/people/jvromans/Album/index.html.

COPYRIGHT AND DISCLAIMER

Top


Album documentation  | view source Contained in the Album distribution.