Simple PHP Bootstrap 4 gallery with thumbnail generator (Imagick but you can use any other)
Stars
9
Forks
1
Watchers
9
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
44
commits
Downgrade pixels heigth to 50 add folder name in json response
79f58bdView on GitHubWe dont need thumb_width/height parameters for thumb=3 (jpg) since they are implicit in JPEG already. Anything more than 15kb and JSON parse fails with Arduino JSON
07c1e0bView on GitHubAdd thumb:3 option. Generate a JPG byte C array in JSON
f2c57c2View on GitHubOn default (thumb=1): Generate a int XBM. On (thumb=2) generate a default HEX XBM (Larger response)
fb1ab3cView on GitHubOn delete file, if directory is empty, delete also the day directory
9513cbeView on GitHubAdd directory base (path to image after host) to gallery/config.php
b16f842View on GitHubPass getThumb=0 as GET if you do not need a XBM thumbnail in the JSON response
1d73058View on GitHubAdd rotation support. Send by GET parameter r=90 rotation angle
b819c51View on GitHub