From daa7e6fb9ab2c6d9e276da88bf5fbf36c6f4cf8b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Dec 2020 07:51:51 +0100 Subject: cleanup --- REFLECTION | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index e2b7647..9f06ef9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #76 imagick version 3.4.4 ] { +Extension [ extension #77 imagick version 3.4.4 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -306,7 +306,7 @@ Extension [ extension #76 imagick version 3.4.4 ] { Class [ class Imagick implements Iterator, Traversable, Countable ] { - - Constants [573] { + - Constants [574] { Constant [ public int COLOR_BLACK ] { 11 } Constant [ public int COLOR_BLUE ] { 12 } Constant [ public int COLOR_CYAN ] { 13 } @@ -403,6 +403,7 @@ Extension [ extension #76 imagick version 3.4.4 ] { Constant [ public int STYLE_ITALIC ] { 2 } Constant [ public int STYLE_OBLIQUE ] { 3 } Constant [ public int STYLE_ANY ] { 4 } + Constant [ public int STYLE_BOLD ] { 5 } Constant [ public int FILTER_UNDEFINED ] { 0 } Constant [ public int FILTER_POINT ] { 1 } Constant [ public int FILTER_BOX ] { 2 } -- cgit