From b7325b9f7340bd91f07a6b9097ac89dd95390718 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 22 Feb 2023 13:43:32 +0300 Subject: [PATCH] Note about environment variables --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index eb3e410..36251cc 100644 --- a/README +++ b/README @@ -10,6 +10,11 @@ each file the small preview will be generated in lossy WebP format. Also corresponding HTML file is generated too, containing information about the picture and its metadata. +You can set the following environment variables: +* PAGESIZE (100 by default) +* ORDERING ("Om" by default, zsh glob notation) +* STYLE (URL to CSS file, by default is none, no stylesheet link is set) + If it is JPEG XL, then, for compatibility reason with non-bleeding edge software, alternative format is generated too: either JPEG (if JPEG XL contains losslessly transcoded JPEG), or PNG (leaving off the alpha channel). -- 2.44.0