aboutsummaryrefslogtreecommitdiff
path: root/design-notes.md
diff options
context:
space:
mode:
authorpacien2019-12-27 20:28:17 +0100
committerpacien2019-12-27 20:28:17 +0100
commitdeaed8a6737edc6e28c08e9c6734dde6e37a4016 (patch)
treeb1cb9ffd87b4cb9b44905a854236cab0834450cf /design-notes.md
parente7175f30c10be89930b4c753f84bdd659b76a948 (diff)
downloadldgallery-deaed8a6737edc6e28c08e9c6734dde6e37a4016.tar.gz
compiler: mention resambling method change
Diffstat (limited to 'design-notes.md')
-rw-r--r--design-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/design-notes.md b/design-notes.md
index 10272b0..14fef31 100644
--- a/design-notes.md
+++ b/design-notes.md
@@ -167,7 +167,7 @@ Serialised item structure:
167 167
168Gallery items are normalised and made available in the `items` sub-directory of the data output directory. Normalisation consists of optional transcoding and other transforms as configured by the user in the compiler part of the `gallery.yaml` configuration file. 168Gallery items are normalised and made available in the `items` sub-directory of the data output directory. Normalisation consists of optional transcoding and other transforms as configured by the user in the compiler part of the `gallery.yaml` configuration file.
169 169
170Thumbnails are also generated for those items and are placed in the `thumbnails` sub-directory. Thumbnails of pictures in particular are resized using Lanczos resampling. Directory thumbnails may later be generated by picking or assembling one or multiple of its items, or defined explicitely by the user. 170Thumbnails are also generated for those items and are placed in the `thumbnails` sub-directory. Thumbnails of pictures in particular are resized using ~~Lanczos~~ (not available) bilinear resampling. Directory thumbnails may later be generated by picking or assembling one or multiple of its items, or defined explicitely by the user.
171 171
172The structure of the input directory is kept in both those output sub-directories. Input item files and directories also keep their original names. 172The structure of the input directory is kept in both those output sub-directories. Input item files and directories also keep their original names.
173 173