album.pl v0.2.1 (older version with only a
single index page)
.albumrc sample file (optional). This can go in
your home dir and/or the directory containing your images. The local
values take priority over the values from ~/.albumrc if there is a
conflict.
Install Instructions:
Put your copy of album.pl somewhere appropriate: /usr/local/bin or
~/bin
Make sure the path to perl on the first line is correct for your system.
Edit the $comment and $name fields.
You will need the ImageMagick mogrify utility. This is standard on many
modern Linux distros.
You will also need these two perl modules. They also may already be installed on
system. If not, try:
Give it the -g 640x480,800x600,1024x768 flag to create
different scaled images. (without -g will only create thumbnails and html)
Be sure to list your resolutions in ascending order.
By default, if you run the album.pl again, it will not regenerate the
scaled images if they exist. Give the -f option to force recreation.
The original files are included in the indexing. If you want to exclude
them, add the -e option. This will leave them out of the html but won't
delete the originals. That part is up to you.