Image gallery creator with shell tools (static + js version)
Go to file
sh+git@codevoid.de 98dad294a1 Delete unused code 2019-10-26 14:45:50 +00:00
Makefile Add static version 2019-10-26 12:13:47 +00:00
README Too much license for a few lines of code 2019-10-24 07:33:50 +00:00
mkpicindex-static.sh Delete unused code 2019-10-26 14:45:50 +00:00
mkpicindex.sh Do not randomize per default 2019-10-24 14:54:51 +00:00

README

Usage (via Makefile):

    $ make

Usage:

    $ ./mkpicindex.sh > index.html

This will create a justified gallery with all jpg, png and gif pictures
in the current directory.

    $ make clean

This will remove all autogenerated files except the generated thumbnail
files.

Configuration can be done by altering `mkpicindex.sh`. Configuration
variables are at the top (after the license).

Dependencies:
* Bourne Shell (sh)
* Base64
* ImageMagick