My web page making scripts
thumb2 makes 1 megapixel normal
images and 20 kilopixel thumbnails. It needs a list of filenames
as command line arguements to know what to work on, but don't worry
it is smart about not making thumbnails of thumbnails or HTML. I
always tend to run it with thumb2 *
thumb3 is like thumb2 but also
makes a mid-size "*_half.jpg" image.
preformat3 makes a web page
out of the thumbnails in the current directory.
The preformat scripts write to standard output
so redirect it to a file. For example.
preformat3 >blah.html
Please remember to run wwwis on the html file to include width and height tags so the page formats faster
wwwis adds width and
height attributes to your html file's img tags. This
will let web browsers format the page faster (i.e. before the pictures load). wwwis stands
for WWW Image Size.
zoomhtml modifies HTML files
to change links to _zoom.jpg where existing. The new HTML file has
a _zoom.html ending. halfhtml is similar.
makepeople.pl was used to create a page for each
person's thumbnails in a directory. See the comment at the top of the
script for more information.
JPGtojpg fixes upper case filename extensions.