{
    "version": "7.1.2-21",
    "description": "Create, edit, compose, and convert 200+ bitmap image formats.",
    "homepage": "https://imagemagick.org/",
    "license": "ImageMagick",
    "notes": [
        "ImageMagick requires Ghostscript to handle PDF files properly.",
        "You can install it by: scoop install ghostscript",
        "",
        "'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility).",
        "Use 'magick convert ...' instead."
    ],
    "architecture": {
        "32bit": {
            "url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-21/ImageMagick-7.1.2-21-Q16-HDRI-x86-dll.exe",
            "hash": "a4dc2f8540e1e1c68bc64b7e2618e1cf7762a93c296217933c7442ba82f962fd"
        },
        "64bit": {
            "url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-21/ImageMagick-7.1.2-21-Q16-HDRI-x64-dll.exe",
            "hash": "1550dc0086b626ce0d2c4e25dfc0e43d020bea655109a514dc86d197d3c63a3f"
        },
        "arm64": {
            "url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-21/ImageMagick-7.1.2-21-Q16-HDRI-arm64-dll.exe",
            "hash": "e3daa3355b45bbb82a6dea522dff6b211539b1d784c92bcf52dcdfbf2ca4fb2d"
        }
    },
    "innosetup": true,
    "env_add_path": ".",
    "env_set": {
        "MAGICK_HOME": "$dir",
        "MAGICK_CONFIGURE_PATH": "$dir",
        "MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
    },
    "checkver": {
        "github": "https://api.github.com/repos/ImageMagick/ImageMagick/releases/latest",
        "jsonpath": "$.tag_name"
    },
    "autoupdate": {
        "architecture": {
            "32bit": {
                "url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-Q16-HDRI-x86-dll.exe"
            },
            "64bit": {
                "url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-Q16-HDRI-x64-dll.exe"
            },
            "arm64": {
                "url": "https://github.com/ImageMagick/ImageMagick/releases/download/$version/ImageMagick-$version-Q16-HDRI-arm64-dll.exe"
            }
        }
    }
}
