ScoopInstaller_Main/bucket/imagemagick.json
2024-08-25 16:28:15 +00:00

57 lines
2.2 KiB
JSON

{
"version": "7.1.1-37",
"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-37-Q16-HDRI-x64-dll.exe",
"hash": "ffc95e397b70f2b3a5e7ad2653c9b65799d0f229f13d23938a8ab7c9fbed4bf4"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-37-Q16-HDRI-x86-dll.exe",
"hash": "168c15afd95e6a9f633432e47f929c16dc4b584f87ee35aacd4bb0efed446632"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-37-Q16-HDRI-arm64-dll.exe",
"hash": "eb133ee52bc2e5a968e433c9af14be08617e2896637093f9242057d0dfa4ad05"
}
},
"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"
}
}
}