aboutsummaryrefslogtreecommitdiff
path: root/ldgallery.1.md
diff options
context:
space:
mode:
authorpacien2020-01-27 14:29:47 +0100
committerpacien2020-01-29 22:08:43 +0100
commitc05cbe525ad44273cc1b9b58549af757f549dcb7 (patch)
treea1b697539fa11574dee8e84e7774a17d1961501e /ldgallery.1.md
parente91065602eeeebef236dae29e67d8e3334ab4029 (diff)
downloadldgallery-c05cbe525ad44273cc1b9b58549af757f549dcb7.tar.gz
compiler: switch to imagemagick
Use ImageMagick to resize images instead of JuicyPixels, using the superior Lanczos resampling and cutting memory usage. This requires ImageMagick to be installed on the host system and the `magick` executable to be present in the PATH. GitHub: closes #49
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r--ldgallery.1.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md
index ba8d4f9..febe2e2 100644
--- a/ldgallery.1.md
+++ b/ldgallery.1.md
@@ -120,9 +120,6 @@ compiler.pictureMaxResolution.width
120compiler.pictureMaxResolution.height 120compiler.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
123compiler.jpegExportQuality
124: JPEG export quality percentage as an integer, 80 by default.
125
126viewer.defaultSearchMode [TODO] 123viewer.defaultSearchMode [TODO]
127: Default search view mode ("highlight" or "filter"). Defaults to "filter". 124: Default search view mode ("highlight" or "filter"). Defaults to "filter".
128 125