From 8f9d29730dccba2422b17b71d15932ca8ce24901 Mon Sep 17 00:00:00 2001 From: Dhaya Benmessaoud Date: Sat, 9 Jan 2016 14:53:01 +0100 Subject: [PATCH] Add ImageMagick --- imagemagick.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 imagemagick.json diff --git a/imagemagick.json b/imagemagick.json new file mode 100644 index 0000000000..f6d8c1646e --- /dev/null +++ b/imagemagick.json @@ -0,0 +1,31 @@ +{ + "homepage": "http://www.imagemagick.org/script/index.php", + "license": "http://www.imagemagick.org/script/license.php", + "version": "6.9.3-0", + "architecture": { + "64bit": { + "url": "http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-0-portable-Q16-x64.zip", + "hash": "md5:5453d46dd59a4bea482e659a0fbdfa55" + }, + "32bit": { + "url": "http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-0-portable-Q16-x86.zip", + "hash": "md5:5266279620f857475e74e307f51df0fc" + } + }, + "env_add_path": ".", + "bin": [ + "compare.exe", + "composite.exe", + "conjure.exe", + "convert.exe", + "dcraw.exe", + "ffmpeg.exe", + "hp2xx.exe", + "identify.exe", + "IMDisplay.exe", + "mogrify.exe", + "montage.exe", + "stream.exe" + ], + "checkver": "The current release is ImageMagick ([0-9\\.p-]+)" +}