here is a perl script to make web page that has a table of images

you can download it here

it requires perl and Imager the Perl module to run

this how you run it
perl makeimgtable.pl input_directory output_directory
where input_directory is a directory that
has image files like BMP, JPEG or PNG
and output_directory is where
you want the output images and thumbnails to go

if Imager the Perl module supports that image type then you
can add support for that image type by editing the if statement
right next to a comment that says "you can add more file types here"
you can see what images it supports here

there some options you change by editing makeimgtable.pl
if you open up makeimgtable.pl you should see something that
says "here are some options you can change" follow by a bunch
of options below

you can also get perl by downloading cygwin
cygwin comes with perl if
you choose to install perl when you setup cygwin

notes
the perl script tells you that what files it writing to
so if you see nothing in the output that means no files had been written to
also it does not overwrite any files
if you make a new set of output files
then choose a different output directory



return to frank's home page