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-38",
|
|
"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-38-Q16-HDRI-x64-dll.exe",
|
|
"hash": "f821b6cf6bdfa89a5bbbdcd83d730557792bc8c4dc710d56f052982176d9e10f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q16-HDRI-x86-dll.exe",
|
|
"hash": "e6e972772970f71c4e332984b5d8200ff7c9b1557e3f92592dc3160b22c872c1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-38-Q16-HDRI-arm64-dll.exe",
|
|
"hash": "7bd19780ab7192ec75420c166ab0b9662112b6222240d930d9d1a000d64af0d5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|