From c05cbe525ad44273cc1b9b58549af757f549dcb7 Mon Sep 17 00:00:00 2001 From: pacien Date: Mon, 27 Jan 2020 14:29:47 +0100 Subject: 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 --- compiler/package.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compiler/package.yaml') 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: - aeson - yaml - cmdargs -- JuicyPixels -- JuicyPixels-extra - parallel-io - Glob - safe - time +- process default-extensions: - DuplicateRecordFields -- cgit v1.2.3