diff options
author | pacien | 2020-01-27 14:29:47 +0100 |
---|---|---|
committer | pacien | 2020-01-29 22:08:43 +0100 |
commit | c05cbe525ad44273cc1b9b58549af757f549dcb7 (patch) | |
tree | a1b697539fa11574dee8e84e7774a17d1961501e /ldgallery.1.md | |
parent | e91065602eeeebef236dae29e67d8e3334ab4029 (diff) | |
download | ldgallery-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.md | 3 |
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 | |||
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 | |||
126 | viewer.defaultSearchMode [TODO] | 123 | viewer.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 | ||