{ "version": "7.1.1-17", "description": "Create, edit, compose, and convert 200+ of bitmap images formats.", "homepage": "https://imagemagick.org/", "license": "ImageMagick", "architecture": { "64bit": { "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-17-Q16-HDRI-x64-dll.exe", "hash": "c2b302f35ef6b68430067ea2a1cade1a0ad1e56f37627409e38435f7f5510512" }, "32bit": { "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-17-Q16-HDRI-x86-dll.exe", "hash": "e91c8a5bcaa6fd4baaaa624c671271599a91b8fb17abee224bda80913de495d2" }, "arm64": { "url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-17-Q16-HDRI-arm64-dll.exe", "hash": "7a991f6c9ecad0912169d8af6f726e494859e7d7b1c6fd4e7a81d60601254e83" } }, "innosetup": true, "env_set": { "MAGICK_HOME": "$dir", "MAGICK_CONFIGURE_PATH": "$dir", "MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders" }, "env_add_path": ".", "post_install": "Rename-Item $dir\\ffmpeg.exe $dir\\ffmpeg.exe.old", "notes": [ "- The bundled ffmpeg has been renamed to 'ffmpeg.exe.old' to prevent conflict with a standalone ffmpeg installation - if you need it for ImageMagick tools, rename it back to 'ffmpeg.exe'.", "- 'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead." ], "checkver": { "url": "https://imagemagick.org/archive/binaries/digest.rdf", "reverse": true, "regex": "ImageMagick-([\\d.-]+)-Q16-HDRI-x64-dll\\.exe" }, "autoupdate": { "architecture": { "64bit": { "url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-x64-dll.exe" }, "32bit": { "url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-x86-dll.exe" }, "arm64": { "url": "https://imagemagick.org/archive/binaries/ImageMagick-$version-Q16-HDRI-arm64-dll.exe" } }, "hash": { "mode": "rdf", "url": "https://imagemagick.org/archive/binaries/digest.rdf" } } }