#!/bin/bash # gallery.sh # Author: Nils Knieling - https://github.com/Cyclenerd/gallery_shell # Inspired by: Shapor Naghibzadeh - https://github.com/shapor/bashgal ######################################################################################### #### Configuration Section ######################################################################################### height_small=187 height_large=768 quality=85 thumbdir="__thumbs" htmlfile="index.html" title="Gallery" footer='Created with gallery.sh' # Use convert from ImageMagick convert="convert" # Use JHead for EXIF Information exif="jhead" # Bootstrap (currently v3.3.7) # Latest compiled and minified CSS stylesheet="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" downloadicon='' movieicon='' homeicon='' # Debugging output # true=enable, false=disable debug=true ######################################################################################### #### End Configuration Section ######################################################################################### me=$(basename "$0") datetime=$(date -u "+%Y-%m-%d %H:%M:%S") datetime+=" UTC" function usage { returnCode="$1" echo -e "Usage: $me [-t
$exifinfo