> mkSlideShow.pl |
---|
mkSlideShow.pl - 2000/07/31 - v1.2.0 - Andreas
Hetey
scan Image directory and generate 2 html-files o slidesh.html with java-slideshow-applet o pics.html html-image-file with pictures downsize large pictures to (600 x 800) and thumbnails to (300 x 400) rotate pictures before by hand !! ---------------------------------------------------- usage : mkSlideShow.pl [options] options: -f: option File (containing all other options mkSlideShow.pl -F for example) -a: size of Applet [300x400] -m: read Max pics (testing) -I: no Image manipulation (reading, writing) - just create new html-pages -i: Image dir -s: Slide dir [slides/] -t: Thumb dir [thumb/] -p: Picture size [600x800] -o: Output file slideshow [slidesh.html] -O: Output file pictures [pics.html] -v: verbose (show picts) -T: html Title
[SlideShow]
example:
|
you may want to save all the options into one option-file and then call
the script like this
> mkSlideShow.pl -f ../../Imgs/sofe-03.opt |
---|
# example contents of a option file:
[dir_imgs]
/home/hetey/slideshow/Imgs/SoFe-03_Abend/
|