I just wanted to mention a program which (I think) does something similar, for people who might be interested in what KM described but don't want to write the program: ids. I haven't actually used the program (only seen the results on a friend's site), so this might not be the right tool for this sort of task.

Here's a brief blurb on the project:
IDS (Image Display System) is a CGI written in Perl that generates a photo album website on the fly. All you need to provide are the images and (optionally) text descriptions. As you add new pictures, they will appear automatically. Each image will be displayed with information such as image type, file size, image size, and date uploaded. If EXIF information is embedded in the image (shutter speed, aperature, focal length, etc.), it will be displayed.

It will create thumbnail preview images for JPEG, PNG, and GIF images. It will also recognize and display QuickTime movies, MPEG movies, and MP3 files.

IDS will break up large albums into multiple pages.

IDS uses HTML templates, so you can easily customize the look of your site.


In reply to (kudra: ids?) Re: Holiday Gifts, Made with Perl by kudra
in thread Holiday Gifts, Made with Perl by KM

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.