ScoopInstaller_Main/bucket/imagemagick.json
2025-10-06 16:29:54 +00:00

57 lines
2.2 KiB
JSON

{
"version": "7.1.2-5",
"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-5-Q16-HDRI-x64-dll.exe",
"hash": "02e69bc0848b6eca50264ccfc5bb6d2024e1f9a0913a196244158bf0f01a1b29"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-5-Q16-HDRI-x86-dll.exe",
"hash": "0afe175b85a1248fc84c1ef7ec48ac682acaa7ca7c7a072611664e408cb6c642"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.2-5-Q16-HDRI-arm64-dll.exe",
"hash": "1779e3574b2c1ff7a6867be1979c4a78f295e8c4f1c0b60e919458a4181874c2"
}
},
"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"
}
}
}