From 560f0ebf18c3ce540bbd8eac524a90ed5aeffe46 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Sun, 13 Sep 2020 22:31:24 -0400 Subject: [PATCH] more 'magick' --- Tupfile.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tupfile.lua b/Tupfile.lua index 0fa6e12d..decef6b6 100644 --- a/Tupfile.lua +++ b/Tupfile.lua @@ -167,8 +167,8 @@ foreach_rule( dexMissing, { display="missing dex %B", - "convert %f'[0]' -trim %o", - "mogrify -background transparent -gravity center -resize '120x120>' -extent 120x120 %o", + "magick convert %f'[0]' -trim %o", + "magick mogrify -background transparent -gravity center -resize '120x120>' -extent 120x120 %o", compresspng{config="DEX"} }, "build/padded-dex/%B.png"