diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-21 07:51:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-21 07:51:51 +0100 |
commit | daa7e6fb9ab2c6d9e276da88bf5fbf36c6f4cf8b (patch) | |
tree | f100afff4e5f3ca8e690ce2fc3ae1df23751e779 /REFLECTION | |
parent | 42437183e22294667229986cfb3be3823897a809 (diff) |
cleanup
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #76 imagick version 3.4.4 ] { +Extension [ <persistent> extension #77 imagick version 3.4.4 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -306,7 +306,7 @@ Extension [ <persistent> extension #76 imagick version 3.4.4 ] { Class [ <internal:imagick> <iterateable> 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 [ <persistent> 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 } |