ScoopInstaller_Main/bucket/imagemagick.json
2025-08-30 16:30:01 +00:00

57 lines
2.2 KiB
JSON

{
"version": "7.1.2-3",
"description": "Create, edit, compose, and convert 200+ bitmap image formats.",
"homepage": "https://imagemagick.org/",
"license": "ImageMagick",
"architecture": {
"64bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-3-Q16-HDRI-x64-dll.exe",
"hash": "3bfa563439d188951bad17b1c28e6faa46d228a26297da3e1c1d5366993a3f39"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-3-Q16-HDRI-x86-dll.exe",
"hash": "2e4f288c87a033561533aa17dc9e7a4beb96eca7804a810c9496a82d828e6440"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-3-Q16-HDRI-arm64-dll.exe",
"hash": "4c360d1b3f5df0f607b44b4e214c58937a50b94f0c650a0abf93098ac01f437e"
}
},
"innosetup": true,
"env_set": {
"MAGICK_HOME": "$dir",
"MAGICK_CONFIGURE_PATH": "$dir",
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
},
"env_add_path": ".",
"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."
],
"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"
}
}
}