diff options
author | pacien | 2020-01-23 23:16:07 +0100 |
---|---|---|
committer | Notkea | 2020-01-26 22:06:24 +0100 |
commit | cf91102432b1196b8f3c1fa388b3963948ad49a6 (patch) | |
tree | eb7bfdcaca87f6233f15887cadcf92586fdec7fc /ldgallery.1.md | |
parent | 987eb81cb5d98262299c7917d752c54907cbbc33 (diff) | |
download | ldgallery-cf91102432b1196b8f3c1fa388b3963948ad49a6.tar.gz |
compiler: add jpeg export quality setting
GitHub: closes #2
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md index febe2e2..ba8d4f9 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md | |||
@@ -120,6 +120,9 @@ compiler.pictureMaxResolution.width | |||
120 | compiler.pictureMaxResolution.height | 120 | compiler.pictureMaxResolution.height |
121 | : Maximum height in pixels of the picture items, unlimited by default. | 121 | : Maximum height in pixels of the picture items, unlimited by default. |
122 | 122 | ||
123 | compiler.jpegExportQuality | ||
124 | : JPEG export quality percentage as an integer, 80 by default. | ||
125 | |||
123 | viewer.defaultSearchMode [TODO] | 126 | viewer.defaultSearchMode [TODO] |
124 | : Default search view mode ("highlight" or "filter"). Defaults to "filter". | 127 | : Default search view mode ("highlight" or "filter"). Defaults to "filter". |
125 | 128 | ||