mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
46 lines
2.0 KiB
JSON
46 lines
2.0 KiB
JSON
{
|
|
"version": "7.1.0-19",
|
|
"description": "Create, edit, compose, and convert 200+ of bitmap images formats.",
|
|
"homepage": "https://imagemagick.org/",
|
|
"license": "ImageMagick",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-19-Q16-HDRI-x64-dll.exe",
|
|
"hash": "40de58930e0f41e3f71bebe12befc326fade7d953b552936ea4a88a1267cf451"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-7.1.0-19-Q16-HDRI-x86-dll.exe",
|
|
"hash": "9bee2baabdf02ae5ca3cfc9996d667cea2fe792dc4edfe9286b1f0803d5831cd"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"env_set": {
|
|
"MAGICK_HOME": "$dir",
|
|
"MAGICK_CODER_MODULE_PATH": "$dir\\modules\\coders"
|
|
},
|
|
"env_add_path": ".",
|
|
"post_install": "Rename-Item $dir\\ffmpeg.exe $dir\\ffmpeg.exe.old",
|
|
"notes": [
|
|
"- The bundled ffmpeg has been renamed to 'ffmpeg.exe.old' to prevent conflict with a standalone ffmpeg installation - if you need it for ImageMagick tools, rename it back to 'ffmpeg.exe'.",
|
|
"- 'convert.exe' is deprecated in v7 (it also conflicts with the builtin Windows 'convert' utility). Use 'magick convert ...' instead."
|
|
],
|
|
"checkver": {
|
|
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/?C=N;O=D",
|
|
"regex": "ImageMagick-([\\d.-]+)-Q16-HDRI-x64-dll\\.exe\\.asc"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-$matchHead$matchTail-Q16-HDRI-x64-dll.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://download.imagemagick.org/ImageMagick/download/binaries/ImageMagick-$matchHead$matchTail-Q16-HDRI-x86-dll.exe"
|
|
}
|
|
},
|
|
"hash": {
|
|
"mode": "rdf",
|
|
"url": "https://www.imagemagick.org/download/binaries/digest.rdf"
|
|
}
|
|
}
|
|
}
|