From 2898eae0f852b310641bdcdfa61444a48d856f09 Mon Sep 17 00:00:00 2001 From: Luke Sampson Date: Thu, 26 Jan 2017 17:24:36 +1100 Subject: [PATCH] add 'imconvert' alias to get around clash between ImageMagick's convert.exe and built-in Windows convert.exe (see #1253) --- imagemagick.json | 1 + 1 file changed, 1 insertion(+) diff --git a/imagemagick.json b/imagemagick.json index dedc613ab5..cf7f43f81a 100644 --- a/imagemagick.json +++ b/imagemagick.json @@ -21,6 +21,7 @@ "composite.exe", "conjure.exe", "convert.exe", + ["convert.exe", "imconvert"], "dcraw.exe", "hp2xx.exe", "identify.exe",