Album
view release on metacpan or search on metacpan
lib/Album.pm view on Meta::CPAN
#! perl
package Album;
# NOTE: This is a documentation-only module.
use strict;
our $VERSION = "1.901.1";
=head1 NAME
Album - Create and maintain browser based photo albums
=head1 SYNOPSIS
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/ index pages and thumbnails
icons/ directory with navigation icons
large/ original (large) images, with HTML pages
medium/ optional medium sized images, with HTML pages
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.
=head1 DESCRIPTION
For a description how to use the program, see L<Album::Tutorial>.
=head1 DEPENDENCIES
B<Album> requires the following Perl modules, all available on CPAN:
=over 4
=item *
File::Spec (Standard part of perl 5.8)
=item *
Image::Info
=item *
Image::Magick (PerlMagick). Of course, this requires an ImageMagick
install as well.
=back
The following tools / packages will be used if available:
=over 4
=item *
jpegtrans, a tool for lossless JPEG rotation
=item *
mplayer, to manipulate MPEG movies and VOICE images
=item *
mencoder, to manipulate MPEG movies
=back
=head1 BUGS AND PROBLEMS
( run in 3.915 seconds using v1.01-cache-2.11-cpan-ad19def0cd9 )