ScoopInstaller_Main/bucket/imagemagick.json
2025-12-07 16:29:48 +00:00

52 lines
2.2 KiB
JSON

{
"version": "7.1.2-10",
"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-10/ImageMagick-7.1.2-10-Q16-HDRI-x86-dll.exe",
"hash": "58363b10a5a16f961a45d5729faee54a087a3087477d22c9c565a5ec1035b5ce"
},
"64bit": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-10/ImageMagick-7.1.2-10-Q16-HDRI-x64-dll.exe",
"hash": "b18e5d64f7f09b3c36488d7ec16bef15ddfda11cad8a57d12d7650671731d6e6"
},
"arm64": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-10/ImageMagick-7.1.2-10-Q16-HDRI-arm64-dll.exe",
"hash": "6497dc7ab4acbec4f0fa02b1da098121613ff68f0b837d0b38aefbc8ab291064"
}
},
"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"
}
}
}
}