aboutsummaryrefslogtreecommitdiff
path: root/compiler/package.yaml
diff options
context:
space:
mode:
authorpacien2020-01-27 14:29:47 +0100
committerpacien2020-01-29 22:08:43 +0100
commitc05cbe525ad44273cc1b9b58549af757f549dcb7 (patch)
treea1b697539fa11574dee8e84e7774a17d1961501e /compiler/package.yaml
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 'compiler/package.yaml')
-rw-r--r--compiler/package.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/package.yaml b/compiler/package.yaml
index 043985d..9b96d17 100644
--- a/compiler/package.yaml
+++ b/compiler/package.yaml
@@ -23,12 +23,11 @@ dependencies:
23- aeson 23- aeson
24- yaml 24- yaml
25- cmdargs 25- cmdargs
26- JuicyPixels
27- JuicyPixels-extra
28- parallel-io 26- parallel-io
29- Glob 27- Glob
30- safe 28- safe
31- time 29- time
30- process
32 31
33default-extensions: 32default-extensions:
34- DuplicateRecordFields 33- DuplicateRecordFields