mkpicindex/README

24 lines
449 B
Plaintext
Raw Permalink Normal View History

2019-10-23 14:31:49 +02:00
Usage (via Makefile):
2019-10-23 09:38:26 +02:00
$ make
2019-10-23 14:31:49 +02:00
Usage:
$ ./mkpicindex.sh > index.html
2019-10-23 09:38:26 +02:00
This will create a justified gallery with all jpg, png and gif pictures
in the current directory.
$ make clean
2019-10-23 14:31:49 +02:00
This will remove all autogenerated files except the generated thumbnail
files.
Configuration can be done by altering `mkpicindex.sh`. Configuration
2019-10-23 14:46:19 +02:00
variables are at the top (after the license).
Dependencies:
* Bourne Shell (sh)
* Base64
* ImageMagick