From e7175f30c10be89930b4c753f84bdd659b76a948 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 27 Dec 2019 20:26:02 +0100 Subject: compiler: document options --- design-notes.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/design-notes.md b/design-notes.md index 9d02e83..10272b0 100644 --- a/design-notes.md +++ b/design-notes.md @@ -68,12 +68,17 @@ Proposed configuration file, named `gallery.yaml` at the root of the source dire ```yaml compiler: - # TODO: configuration options to be defined + thumbnailResolution: + width: 400 # default + height: 400 # default + + pictureMaxResolution: # or unspecified to copy files as is + width: 1024 + height: 768 + # format normalisation? - # image maximum size? # item compression? - # thumbnail size? - # thumbnail generation algorithm? + viewer: # TODO: configuration options to be defined -- cgit v1.2.3