fournip1 / photos-site

html-javascript-php site which renders dynamically a gallery of photos stored in a given directory. No database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

photos-site

An html-javascript-php site which renders dynamically a gallery of photos stored in a given directory. No database.

how it works?

It scans dynamically the photos stored in the gallery folder and makes thumbnails with a predefined format, stored in the thumbnail folder. The photos are displayed in a gallery and ordered from the newest to the oldest depending on the Date/Time field in the exif file header. I used and improved a code box tutorial.

additional scripts

One shell script checks whether a picture does not have a Date/Time and moves it to a predefined folder. The other python script computes a distance between all the possible pairs of photos in order to detect doublons. This script creates a csv file.

About

html-javascript-php site which renders dynamically a gallery of photos stored in a given directory. No database.

License:GNU General Public License v3.0


Languages

Language:PHP 43.6%Language:Python 29.8%Language:JavaScript 14.6%Language:CSS 10.7%Language:Shell 1.3%