ScoopInstaller_Main/bucket/imagemagick.json
2026-01-19 12:32:17 +00:00

52 lines
2.2 KiB
JSON

{
"version": "7.1.2-13",
"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-13/ImageMagick-7.1.2-13-Q16-HDRI-x86-dll.exe",
"hash": "cabde5d64f02cf9a6aaf92dcc3f8414df081e27fe1a72596ab574197d9c8a3ae"
},
"64bit": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-13/ImageMagick-7.1.2-13-Q16-HDRI-x64-dll.exe",
"hash": "5a92d9efd83d7649217356dc8fcdabb5d6be8b885e1af88c426d26ae526ba079"
},
"arm64": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-13/ImageMagick-7.1.2-13-Q16-HDRI-arm64-dll.exe",
"hash": "4b31d65aa1a928b48a0f2e122f391acc28e18c465fce1703709bd0b28937e7bd"
}
},
"innosetup": true,
"env_add_path": ".",
"env_set": {
"MAGICK_HOME": "$dir",
"MAGICK_CONFIGURE_PATH": "$dir",
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
},
"checkver": {
"url": "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"
}
}
}
}