ScoopInstaller_Main/bucket/imagemagick.json
2025-08-24 16:29:27 +00:00

57 lines
2.2 KiB
JSON

{
"version": "7.1.2-2",
"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-2-Q16-HDRI-x64-dll.exe",
"hash": "53e5dc64cbe37ba2dbef92b24a80f7f0ef5c6121da62f9f7b3d6d1f2a5998e6d"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-2-Q16-HDRI-x86-dll.exe",
"hash": "4290316df079d9213b4dcbaaf1d22903dc46e2c249c54ee42c4a41a332c9eb21"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-2-Q16-HDRI-arm64-dll.exe",
"hash": "10278aac682f98599746058c4b57d0d63673261e036185f95bc5e32d2e96309f"
}
},
"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"
}
}
}