ScoopInstaller_Main/bucket/imagemagick.json
2025-12-14 20:30:20 +00:00

52 lines
2.2 KiB
JSON

{
"version": "7.1.2-11",
"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-11/ImageMagick-7.1.2-11-Q16-HDRI-x86-dll.exe",
"hash": "474432e543c63f40f33e12caaac62d26f759374636ca005d470ca9f38b3a49d1"
},
"64bit": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-11/ImageMagick-7.1.2-11-Q16-HDRI-x64-dll.exe",
"hash": "3f1bcf0e84c17324da0d6328bbc31ab5918a3fd214f2bac6ade4da40c280abab"
},
"arm64": {
"url": "https://github.com/ImageMagick/ImageMagick/releases/download/7.1.2-11/ImageMagick-7.1.2-11-Q16-HDRI-arm64-dll.exe",
"hash": "77380d06ce04256754c6cec98deacc3f26d8cb804138211da9fe4531163e5e44"
}
},
"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"
}
}
}
}