Image gallery creator with shell tools (static + js version)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
sh+github@codevoid.de f5ee654612 Document Limitation and hide process output 2 years ago
.gitattributes Print Version String 4 years ago
Makefile Support CLI Options 4 years ago
README Too much license for a few lines of code 4 years ago
mkpicindex-static.sh Document Limitation and hide process output 2 years ago
mkpicindex.sh Do not randomize per default 4 years ago

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