Album

 view release on metacpan or  search on metacpan

helper/README  view on Meta::CPAN

This directory contains some helper programs.

Makefile        A generic Makefile to maintain albums.

mpegstill.c	A fast tool to extract a still image from an MPEG movie.
		Requires libmpeg2, http://libmpeg2.sourceforge.net

shellrun.exe	MS Windows autostart helper program. Put this program,
autorun.inf	and autorun.inf, both in the root of the CD-ROM.
		Inserting the CD-ROM in a Windows system will then
		automatically open index.html in a browser.

shellrun.c	Source for shellrun.c. No secrets.

lib/Album/Tutorial.pm  view on Meta::CPAN


Album::Tutorial - How to use the Album program

=head1 SYNOPSIS

This tutorial describes the basic use of the Album program to create
and maintain browser based photo albums.

=head1 DESCRIPTION

=head2 Getting started

To get started, create a new directory and cd to it. Create a
subdirectory 'large' and put some pictures there. If you have
installed the 'album' tool in your execution path, you can now execute
it as follows:

  $ album -v
  No info.dat, adding images from large
  info.dat: Cannot update (does not exist)
  Number of entries = 7 (7 added)
  mkdir thumbnails
  mkdir icons

lib/Album/Tutorial.pm  view on Meta::CPAN

=item *

set tag and description information

=item *

control other settings

=back

The format of 'info.dat' is simple. Empty lines and lines starting with
a '#' are ignored. Data lines contain the name of an image file,
followed by its description. Control lines start with an '!' mark.

'album' can fill 'info.dat' for you. To obtain this, create an empty
'info.dat' file, and run 'album':

  $ touch info.dat
  $ album -v --medium --title "My First Album"
  No info.dat, adding images from large
  Updating info.dat
  Number of entries = 7 (7 added)
  .......[7]



( run in 0.284 second using v1.01-cache-2.11-cpan-0d8aa00de5b )