From 25f1a79b59948c0d9ec2f5d21ab2f2df3736e17a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Mar 2016 20:01:32 +0100 Subject: php-pecl-imagick: 3.4.1 (stable) --- REFLECTION | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 91 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3ecf540..64ffbe0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 imagick version 3.4.0 ] { +Extension [ extension #108 imagick version 3.4.1 ] { - Dependencies { Dependency [ spl (Required) ] @@ -304,7 +304,7 @@ Extension [ extension #108 imagick version 3.4.0 ] { Class [ class Imagick implements Iterator, Traversable, Countable ] { - - Constants [567] { + - Constants [569] { Constant [ integer COLOR_BLACK ] { 11 } Constant [ integer COLOR_BLUE ] { 12 } Constant [ integer COLOR_CYAN ] { 13 } @@ -315,8 +315,8 @@ Extension [ extension #108 imagick version 3.4.0 ] { Constant [ integer COLOR_OPACITY ] { 18 } Constant [ integer COLOR_ALPHA ] { 19 } Constant [ integer COLOR_FUZZ ] { 20 } - Constant [ integer IMAGICK_EXTNUM ] { 30400 } - Constant [ string IMAGICK_EXTVER ] { 3.4.0 } + Constant [ integer IMAGICK_EXTNUM ] { 30401 } + Constant [ string IMAGICK_EXTVER ] { 3.4.1 } Constant [ integer QUANTUM_RANGE ] { 65535 } Constant [ integer USE_ZEND_MM ] { 0 } Constant [ integer COMPOSITE_DEFAULT ] { 40 } @@ -868,6 +868,8 @@ Extension [ extension #108 imagick version 3.4.0 ] { Constant [ integer KERNEL_EUCLIDEAN ] { 35 } Constant [ integer KERNEL_USER_DEFINED ] { 36 } Constant [ integer KERNEL_BINOMIAL ] { 37 } + Constant [ integer DIRECTION_LEFT_TO_RIGHT ] { 2 } + Constant [ integer DIRECTION_RIGHT_TO_LEFT ] { 1 } Constant [ integer NORMALIZE_KERNEL_NONE ] { 0 } Constant [ integer NORMALIZE_KERNEL_VALUE ] { 8192 } Constant [ integer NORMALIZE_KERNEL_CORRELATE ] { 65536 } @@ -1017,7 +1019,7 @@ Extension [ extension #108 imagick version 3.4.0 ] { - Properties [0] { } - - Methods [347] { + - Methods [351] { Method [ public method optimizeimagelayers ] { - Parameters [0] { @@ -3612,6 +3614,36 @@ Extension [ extension #108 imagick version 3.4.0 ] { Parameter #0 [ $antialias ] } } + + Method [ public method autogammaimage ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method autoorient ] { + + - Parameters [0] { + } + } + + Method [ public method compositeimagegravity ] { + + - Parameters [3] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $COMPOSITE ] + Parameter #2 [ $GRAVITY ] + } + } + + Method [ public method localcontrastimage ] { + + - Parameters [2] { + Parameter #0 [ $radius ] + Parameter #1 [ $strength ] + } + } } } @@ -3629,7 +3661,7 @@ Extension [ extension #108 imagick version 3.4.0 ] { - Properties [0] { } - - Methods [124] { + - Methods [132] { Method [ public method resetvectorgraphics ] { - Parameters [0] { @@ -4537,6 +4569,59 @@ Extension [ extension #108 imagick version 3.4.0 ] { Parameter #0 [ $dashArray ] } } + + Method [ public method getopacity ] { + + - Parameters [0] { + } + } + + Method [ public method setopacity ] { + + - Parameters [1] { + Parameter #0 [ $opacity ] + } + } + + Method [ public method getfontresolution ] { + + - Parameters [0] { + } + } + + Method [ public method setfontresolution ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method getbordercolor ] { + + - Parameters [0] { + } + } + + Method [ public method setbordercolor ] { + + - Parameters [1] { + Parameter #0 [ $bordercolor ] + } + } + + Method [ public method gettextdirection ] { + + - Parameters [0] { + } + } + + Method [ public method settextdirection ] { + + - Parameters [1] { + Parameter #0 [ $direction ] + } + } } } -- cgit