Brak opisu

Innocenty Enikeew f2758abde7 Initial version with PhotoSwipe library 10 lat temu
assets f2758abde7 Initial version with PhotoSwipe library 10 lat temu
.gitignore f2758abde7 Initial version with PhotoSwipe library 10 lat temu
README.md f2758abde7 Initial version with PhotoSwipe library 10 lat temu
exif.lisp f2758abde7 Initial version with PhotoSwipe library 10 lat temu
fisher-breaks.lisp cfbc8fe46b Fisher-Jenks breaks initial implementation 10 lat temu
index.html f2758abde7 Initial version with PhotoSwipe library 10 lat temu
package.lisp f2758abde7 Initial version with PhotoSwipe library 10 lat temu
photo-store.asd f2758abde7 Initial version with PhotoSwipe library 10 lat temu
photo-store.lisp f2758abde7 Initial version with PhotoSwipe library 10 lat temu
utils.lisp f2758abde7 Initial version with PhotoSwipe library 10 lat temu

README.md

Features

  • File system layout (YEAR > YEAR-MONTH-ALBUM > filename)
  • Image database (timeline, albums, album tags, image tags)
  • Catalog browse
  • Auto-move
  • Categorization mode
  • Geo-tagging and geo-browse
  • Clustering single photos (multiple takes of the same)
  • Clustring albums from input

Database

photos: id | album_id | filename | size | taken | width | height | lat | lon albums: id | parent_id | path | date | name | description | cover_id | accessibility album_items: album_id | photo_id | idx | description