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
57
58
59
60
61
62
|
From 4d9b98524d4a6ebc1541d9a354c1f2511efac6d0 Mon Sep 17 00:00:00 2001
From: Laurent Laville <laurent.laville@gmail.com>
Date: Sat, 25 May 2019 08:38:56 +0200
Subject: [PATCH] to fix issue GH-29 (see also
https://github.com/Imagick/imagick/commit/bf56a61aa565cb2a6a70d5ff4106aed967726b11)
---
data/references/Imagick.const.json | 42 +++++++++++++++++++++++++++++-
1 file changed, 41 insertions(+), 1 deletion(-)
diff --git a/data/references/Imagick.const.json b/data/references/Imagick.const.json
index d57dd6f..d75a135 100644
--- a/data/references/Imagick.const.json
+++ b/data/references/Imagick.const.json
@@ -5379,5 +5379,45 @@
"php_min": "5.4.0",
"php_max": "",
"lib_imagemagick": ">=6.9.3"
+ },
+ {
+ "ext_name_fk": 29,
+ "class_name": "Imagick",
+ "name": "COMPOSITE_STEREO",
+ "ext_min": "3.4.4RC1",
+ "ext_max": "",
+ "php_min": "5.4.0",
+ "php_max": "",
+ "lib_imagemagick": ">=6.9.10"
+ },
+ {
+ "ext_name_fk": 29,
+ "class_name": "Imagick",
+ "name": "STYLE_BOLD",
+ "ext_min": "3.4.4RC1",
+ "ext_max": "",
+ "php_min": "5.4.0",
+ "php_max": "",
+ "lib_imagemagick": ">=6.9.11"
+ },
+ {
+ "ext_name_fk": 29,
+ "class_name": "Imagick",
+ "name": "COLORSPACE_LINEARGRAY",
+ "ext_min": "3.4.4RC1",
+ "ext_max": "",
+ "php_min": "5.4.0",
+ "php_max": "",
+ "lib_imagemagick": ">=6.9.9"
+ },
+ {
+ "ext_name_fk": 29,
+ "class_name": "Imagick",
+ "name": "RESOURCETYPE_LISTLENGTH",
+ "ext_min": "3.4.4RC1",
+ "ext_max": "",
+ "php_min": "5.4.0",
+ "php_max": "",
+ "lib_imagemagick": ">=6.9.10"
}
-]
\ No newline at end of file
+]
|