|
what it is
a perl script that will autogenerate thumbnails given a directory of
images. it can generate multiple sizes based on reduction factors that
you pass to it and does not require that that all the images be of
the same size.
what it needs
thumbelizer needs the following support software in order to work.
how it works
thumbelizer can be run in interactive and batch mode. interactive
is recommended in most cases. config options may be changed in the
script.
the default output directory is target/ and output is directed
into a set directory target/myphotos/. you may move the set
directory after thumbnail generation is complete.
target/
myphotos/
index.html
images/
originals/
thumbs/
slides/ (optional)
where it is
the most recent version can be obtained
here.
what it looks like
check out the
sample output of
thumbelizer.
what else is there
slider can generate a slide show.
thumbelizer can be run in
slider compat mode.
this is set with $config{slider_compat} = 1. this option creates
an additional directory slides for the slide show files and
a link to it.
this software is released under the GPL license.
|