ScoopInstaller_Main/bucket/imagemagick.json
2025-10-15 00:38:33 +00:00

57 lines
2.2 KiB
JSON

{
"version": "7.1.2-7",
"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-7-Q16-HDRI-x64-dll.exe",
"hash": "97ec82d10169141c1edb572869af7a69458a562e19f4976fb90c8b951ace262e"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-7-Q16-HDRI-x86-dll.exe",
"hash": "3d5a4eca5d1715f11a65f85abc4e45e4507bb76c7bb9906ee6e40f998e14b27c"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-7-Q16-HDRI-arm64-dll.exe",
"hash": "8ef6cd952553bd8ac68a26e0e5cc7ebcdb24762a01e2fdc2caaeb42369b27722"
}
},
"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"
}
}
}