Image Gallery. Defined by plain files.
Go to file
2020-06-28 16:31:56 +02:00
migrations Database based caching via diesel & SQLite added. 2020-06-28 16:31:56 +02:00
src Database based caching via diesel & SQLite added. 2020-06-28 16:31:56 +02:00
.gitignore Database based caching via diesel & SQLite added. 2020-06-28 16:31:56 +02:00
BlueSquare.jpg reading exif-proof of concept. 2020-06-17 11:08:44 +02:00
Canon_40D.jpg reading exif-proof of concept. 2020-06-17 11:08:44 +02:00
Cargo.toml Database based caching via diesel & SQLite added. 2020-06-28 16:31:56 +02:00
diesel.toml Database based caching via diesel & SQLite added. 2020-06-28 16:31:56 +02:00
LICENSE Initial commit 2020-05-28 12:47:00 +02:00
README.md Database based caching via diesel & SQLite added. 2020-06-28 16:31:56 +02:00

curators - Picture data long-term archive

Image Gallery. Defined by plain files.

Problem definition:

Managing many images from different sources is a challenge. Either there is a quantity limit by storage space or program (iPhoto), vendor lock or security issues throughout the environment.

Goal:

Image management for multiple (competing) users. Purely file-based, non-destructive, based on standards (as much as possible). Using

Principles:

  • Original file is not changed.
  • Meta-data are next to the image file
    • description of contents: people / faces, place, tags
    • Authorization
    • Reshaping (crop, color correction)