Commit Graph

54 Commits

Author SHA1 Message Date
David Todd
a71a06a765 create directories 2019-04-09 00:38:15 -05:00
David Todd
4e2517bcff Add Thumbnail generator
This is multithreaded and will almost probably crash your machine if
you give it a large folder to generate thumbnails for at once.

Also generates a file `pathlist.txt` that contains the publically
accessible URLs for all images that were indexed (For feeding into the
layout generator)

baseuri is the public s3 url
s3_path is where you have your images stored (can be any FS)
browse_path is folders inside your s3_path
thumb_path is where to store the generated thumbnails
thumbsize is how big in pixels the thumbnails should be
2019-04-08 23:10:08 -05:00
David Todd
e397082173 update gitignore 2019-04-08 23:06:41 -05:00
David Todd
42a74eca39 Initial Commit 2019-04-08 21:27:07 -05:00