mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
57 lines
2.2 KiB
JSON
57 lines
2.2 KiB
JSON
{
|
|
"version": "7.1.1-36",
|
|
"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-36-Q16-HDRI-x64-dll.exe",
|
|
"hash": "3e6cef8cb24b2bc77933a982c6427bd59460c215b54a03017d50595780218054"
|
|
},
|
|
"32bit": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-36-Q16-HDRI-x86-dll.exe",
|
|
"hash": "9d097968f39f9e50ed6fb719f684f65a1eb82e61a8ae9236c7101bcbc05cde6a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-36-Q16-HDRI-arm64-dll.exe",
|
|
"hash": "bcd96a48759f9fa820c8920cc0edb58f723afcae8f8b3c07391d3c1dcac04999"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|