swiggle 0.4
swiggle is a small command line tool that generates HTML pages, including
thumbnail indexes, for given images (a so called "web gallery"). It's
intended to be easy to use, and since it is written in C, it's quite
speedy. It uses libjpeg for decompression and compression of images,
libexif for getting EXIF information contained in the images, and it
caches scaled images so that subsequent runs don't need to scale images
again and are faster. Of course, the original images aren't changed.
Usage:
1. create "jpg" directory on your HDD
makedir sys:jpg
2. create "album1" directory (you can use any other name)
makedir sys:jpg/album1
3. copy your *.jpg files to "sys:jpg/album1" directory
4. run swiggle
swiggle sys:jpg
Swiggle will generate html files and resized versions of your original pics
in "sys:jpg" directory.
Author: Lukas Ertl
Amiga 68k port by Piotr Bandurski
|