diff options
Diffstat (limited to 'design-notes.md')
-rw-r--r-- | design-notes.md | 2 |
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 | ||
168 | 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. | 168 | 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. |
169 | 169 | ||
170 | 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. | 170 | 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. |
171 | 171 | ||
172 | The structure of the input directory is kept in both those output sub-directories. Input item files and directories also keep their original names. | 172 | The 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 | ||