From 31b58b516fc3ff66bcf6c006dea5fddcf0e0788e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jan 2017 10:22:53 +0100 Subject: php-pecl-imagick: 3.4.3RC2 --- REFLECTION | 152 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 100 insertions(+), 52 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index c0ef2c0..9cf79c5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 imagick version 3.4.3RC1 ] { +Extension [ extension #97 imagick version 3.4.3RC2 ] { - Dependencies { Dependency [ spl (Required) ] @@ -17,7 +17,7 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { } - Classes [10] { - Class [ class ImagickException extends Exception ] { + Class [ class ImagickException extends Exception implements Throwable ] { - Constants [0] { } @@ -48,33 +48,33 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class ImagickDrawException extends Exception ] { + Class [ class ImagickDrawException extends Exception implements Throwable ] { - Constants [0] { } @@ -105,33 +105,33 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class ImagickPixelIteratorException extends Exception ] { + Class [ class ImagickPixelIteratorException extends Exception implements Throwable ] { - Constants [0] { } @@ -162,33 +162,33 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class ImagickPixelException extends Exception ] { + Class [ class ImagickPixelException extends Exception implements Throwable ] { - Constants [0] { } @@ -219,33 +219,33 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class ImagickKernelException extends Exception ] { + Class [ class ImagickKernelException extends Exception implements Throwable ] { - Constants [0] { } @@ -276,35 +276,35 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } Class [ class Imagick implements Iterator, Traversable, Countable ] { - - Constants [569] { + - Constants [570] { Constant [ integer COLOR_BLACK ] { 11 } Constant [ integer COLOR_BLUE ] { 12 } Constant [ integer COLOR_CYAN ] { 13 } @@ -316,7 +316,7 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { Constant [ integer COLOR_ALPHA ] { 19 } Constant [ integer COLOR_FUZZ ] { 20 } Constant [ integer IMAGICK_EXTNUM ] { 30403 } - Constant [ string IMAGICK_EXTVER ] { 3.4.3RC1 } + Constant [ string IMAGICK_EXTVER ] { 3.4.3RC2 } Constant [ integer QUANTUM_RANGE ] { 65535 } Constant [ integer USE_ZEND_MM ] { 0 } Constant [ integer COMPOSITE_DEFAULT ] { 40 } @@ -788,6 +788,7 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { Constant [ integer SPARSECOLORMETHOD_SPEPARDS ] { 16 } Constant [ integer SPARSECOLORMETHOD_VORONOI ] { 18 } Constant [ integer SPARSECOLORMETHOD_INVERSE ] { 19 } + Constant [ integer SPARSECOLORMETHOD_MANHATTAN ] { 20 } Constant [ integer DITHERMETHOD_UNDEFINED ] { 0 } Constant [ integer DITHERMETHOD_NO ] { 1 } Constant [ integer DITHERMETHOD_RIEMERSMA ] { 2 } @@ -1019,7 +1020,7 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { - Properties [0] { } - - Methods [350] { + - Methods [351] { Method [ public method optimizeimagelayers ] { - Parameters [0] { @@ -3636,6 +3637,14 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { Parameter #2 [ $GRAVITY ] } } + + Method [ public method localcontrastimage ] { + + - Parameters [2] { + Parameter #0 [ $radius ] + Parameter #1 [ $strength ] + } + } } } @@ -3653,7 +3662,7 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { - Properties [0] { } - - Methods [130] { + - Methods [134] { Method [ public method resetvectorgraphics ] { - Parameters [0] { @@ -4562,6 +4571,19 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { } } + Method [ public method getopacity ] { + + - Parameters [0] { + } + } + + Method [ public method setopacity ] { + + - Parameters [1] { + Parameter #0 [ $opacity ] + } + } + Method [ public method getfontresolution ] { - Parameters [0] { @@ -4589,6 +4611,19 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { } } + Method [ public method setdensity ] { + + - Parameters [1] { + Parameter #0 [ $density ] + } + } + + Method [ public method getdensity ] { + + - Parameters [0] { + } + } + Method [ public method gettextdirection ] { - Parameters [0] { @@ -4768,7 +4803,7 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { - Properties [0] { } - - Methods [21] { + - Methods [22] { Method [ public method gethsl ] { - Parameters [0] { @@ -4913,6 +4948,13 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { - Parameters [0] { } } + + Method [ public method setcolorfrompixel ] { + + - Parameters [1] { + Parameter #0 [ ImagickPixel $srcPixel ] + } + } } } @@ -4945,7 +4987,13 @@ Extension [ extension #108 imagick version 3.4.3RC1 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { + Method [ private method __construct ] { + + - Parameters [0] { + } + } + Method [ public method addkernel ] { - Parameters [1] { -- cgit