From deaed8a6737edc6e28c08e9c6734dde6e37a4016 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 27 Dec 2019 20:28:17 +0100 Subject: compiler: mention resambling method change --- design-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: Gallery 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. -Thumbnails 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. +Thumbnails 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. The structure of the input directory is kept in both those output sub-directories. Input item files and directories also keep their original names. -- cgit v1.2.3