mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
57 lines
2.2 KiB
JSON
57 lines
2.2 KiB
JSON
{
|
|
"version": "7.1.1-47",
|
|
"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.1-47-Q16-HDRI-x64-dll.exe",
|
|
"hash": "461c472063efa216f3e729cb65b824e641f0c24d206f039453cd46bc38056e43"
|
|
},
|
|
"32bit": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-47-Q16-HDRI-x86-dll.exe",
|
|
"hash": "305cd615ce6c8cf2a787bcd9586a99fd8dd7134b830e2a176a4cf2ba6b7a28ab"
|
|
},
|
|
"arm64": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-47-Q16-HDRI-arm64-dll.exe",
|
|
"hash": "072d68c4602b00559f3b6d2bd83cc03951b9e9ad1ac9de3077364937f7ca8577"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|