-
-
Notifications
You must be signed in to change notification settings - Fork 970
/
imagemagick.json
56 lines (56 loc) · 2.17 KB
/
imagemagick.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"version": "7.1.1-41",
"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-41-Q16-HDRI-x64-dll.exe",
"hash": "e0f84733f500976b7efa81d34952b6dff155752bb8b735f99e51f5a769283323"
},
"32bit": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-41-Q16-HDRI-x86-dll.exe",
"hash": "5ac5fcce6bb468292c1739b5bd3c166aa852381870f4e50443b425e4722342ab"
},
"arm64": {
"url": "https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-41-Q16-HDRI-arm64-dll.exe",
"hash": "6374405a9ba65cff9f2d2fe6a271494c49d19b031921d6570ef295e2eb802be0"
}
},
"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"
}
}
}