From dd2df2f20c7ee55398c847d8d19a65066a21612d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Dec 2015 09:00:06 +0100 Subject: php-pecl-imagick: 3.4.0RC3 --- REFLECTION-PHP7 | 163 +++++++++++++++++++++++++++++---------------- php-pecl-imagick-php7.spec | 7 +- 2 files changed, 111 insertions(+), 59 deletions(-) diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 index ba116c8..3589e60 100644 --- a/REFLECTION-PHP7 +++ b/REFLECTION-PHP7 @@ -1,4 +1,4 @@ -Extension [ extension #78 imagick version 3.4.0RC2 ] { +Extension [ extension #109 imagick version 3.4.0RC3 ] { - Dependencies { Dependency [ spl (Required) ] @@ -17,7 +17,7 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { } - Classes [10] { - Class [ final class ImagickException extends Exception implements Throwable ] { + Class [ class ImagickException extends Exception ] { - Constants [0] { } @@ -48,33 +48,33 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { 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 [ final class ImagickDrawException extends Exception implements Throwable ] { + Class [ class ImagickDrawException extends Exception ] { - Constants [0] { } @@ -105,33 +105,33 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { 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 [ final class ImagickPixelIteratorException extends Exception implements Throwable ] { + Class [ class ImagickPixelIteratorException extends Exception ] { - Constants [0] { } @@ -162,33 +162,33 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { 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 [ final class ImagickPixelException extends Exception implements Throwable ] { + Class [ class ImagickPixelException extends Exception ] { - Constants [0] { } @@ -219,33 +219,33 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { 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 [ final class ImagickKernelException extends Exception implements Throwable ] { + Class [ class ImagickKernelException extends Exception ] { - Constants [0] { } @@ -276,35 +276,35 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { 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 [552] { + - Constants [566] { Constant [ integer COLOR_BLACK ] { 11 } Constant [ integer COLOR_BLUE ] { 12 } Constant [ integer COLOR_CYAN ] { 13 } @@ -316,7 +316,7 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Constant [ integer COLOR_ALPHA ] { 19 } Constant [ integer COLOR_FUZZ ] { 20 } Constant [ integer IMAGICK_EXTNUM ] { 30400 } - Constant [ string IMAGICK_EXTVER ] { 3.4.0RC2 } + Constant [ string IMAGICK_EXTVER ] { 3.4.0RC3 } Constant [ integer QUANTUM_RANGE ] { 65535 } Constant [ integer USE_ZEND_MM ] { 0 } Constant [ integer COMPOSITE_DEFAULT ] { 40 } @@ -392,6 +392,7 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Constant [ integer COMPOSITE_MINUSSRC ] { 65 } Constant [ integer COMPOSITE_DARKENINTENSITY ] { 66 } Constant [ integer COMPOSITE_LIGHTENINTENSITY ] { 67 } + Constant [ integer COMPOSITE_HARDMIX ] { 68 } Constant [ integer MONTAGEMODE_FRAME ] { 1 } Constant [ integer MONTAGEMODE_UNFRAME ] { 2 } Constant [ integer MONTAGEMODE_CONCATENATE ] { 3 } @@ -541,6 +542,7 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Constant [ integer METRIC_ROOTMEANSQUAREDERROR ] { 7 } Constant [ integer METRIC_NORMALIZEDCROSSCORRELATIONERRORMETRIC ] { 8 } Constant [ integer METRIC_FUZZERROR ] { 9 } + Constant [ integer METRIC_PERCEPTUALHASH_ERROR ] { 255 } Constant [ integer PIXEL_CHAR ] { 1 } Constant [ integer PIXEL_DOUBLE ] { 2 } Constant [ integer PIXEL_FLOAT ] { 3 } @@ -580,6 +582,7 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Constant [ integer EVALUATE_EXPONENTIAL ] { 29 } Constant [ integer EVALUATE_MEDIAN ] { 30 } Constant [ integer EVALUATE_SUM ] { 31 } + Constant [ integer EVALUATE_ROOT_MEAN_SQUARE ] { 32 } Constant [ integer COLORSPACE_UNDEFINED ] { 0 } Constant [ integer COLORSPACE_RGB ] { 1 } Constant [ integer COLORSPACE_GRAY ] { 2 } @@ -614,6 +617,7 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Constant [ integer COLORSPACE_YDBDR ] { 33 } Constant [ integer COLORSPACE_REC601YCBCR ] { 18 } Constant [ integer COLORSPACE_REC709YCBCR ] { 20 } + Constant [ integer COLORSPACE_XYY ] { 34 } Constant [ integer VIRTUALPIXELMETHOD_UNDEFINED ] { 0 } Constant [ integer VIRTUALPIXELMETHOD_BACKGROUND ] { 1 } Constant [ integer VIRTUALPIXELMETHOD_CONSTANT ] { 2 } @@ -697,6 +701,8 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Constant [ integer RESOURCETYPE_TIME ] { 7 } Constant [ integer RESOURCETYPE_THROTTLE ] { 8 } Constant [ integer RESOURCETYPE_THREAD ] { 6 } + Constant [ integer RESOURCETYPE_WIDTH ] { 9 } + Constant [ integer RESOURCETYPE_HEIGHT ] { 10 } Constant [ integer DISPOSE_UNRECOGNIZED ] { 0 } Constant [ integer DISPOSE_UNDEFINED ] { 0 } Constant [ integer DISPOSE_NONE ] { 1 } @@ -711,6 +717,11 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Constant [ integer INTERPOLATE_MESH ] { 6 } Constant [ integer INTERPOLATE_NEARESTNEIGHBOR ] { 7 } Constant [ integer INTERPOLATE_SPLINE ] { 8 } + Constant [ integer INTERPOLATE_AVERAGE_9 ] { 9 } + Constant [ integer INTERPOLATE_AVERAGE_16 ] { 10 } + Constant [ integer INTERPOLATE_BLEND ] { 11 } + Constant [ integer INTERPOLATE_BACKGROUND_COLOR ] { 12 } + Constant [ integer INTERPOLATE_CATROM ] { 13 } Constant [ integer LAYERMETHOD_UNDEFINED ] { 0 } Constant [ integer LAYERMETHOD_COALESCE ] { 1 } Constant [ integer LAYERMETHOD_COMPAREANY ] { 2 } @@ -767,6 +778,8 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Constant [ integer ALPHACHANNEL_OPAQUE ] { 6 } Constant [ integer ALPHACHANNEL_SHAPE ] { 9 } Constant [ integer ALPHACHANNEL_TRANSPARENT ] { 10 } + Constant [ integer ALPHACHANNEL_ASSOCIATE ] { 13 } + Constant [ integer ALPHACHANNEL_DISSOCIATE ] { 14 } Constant [ integer SPARSECOLORMETHOD_UNDEFINED ] { 0 } Constant [ integer SPARSECOLORMETHOD_BARYCENTRIC ] { 1 } Constant [ integer SPARSECOLORMETHOD_BILINEAR ] { 7 } @@ -794,6 +807,7 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Constant [ integer STATISTIC_MODE ] { 6 } Constant [ integer STATISTIC_NONPEAK ] { 7 } Constant [ integer STATISTIC_STANDARD_DEVIATION ] { 8 } + Constant [ integer STATISTIC_ROOT_MEAN_SQUARE ] { 9 } Constant [ integer MORPHOLOGY_CONVOLVE ] { 1 } Constant [ integer MORPHOLOGY_CORRELATE ] { 2 } Constant [ integer MORPHOLOGY_ERODE ] { 3 } @@ -862,7 +876,7 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { - Static properties [0] { } - - Static methods [19] { + - Static methods [20] { Method [ static public method queryformats ] { - Parameters [1] { @@ -877,6 +891,17 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { } } + Method [ static public method calculatecrop ] { + + - Parameters [5] { + Parameter #0 [ $orig_width ] + Parameter #1 [ $orig_height ] + Parameter #2 [ $desired_width ] + Parameter #3 [ $desired_height ] + Parameter #4 [ $legacy ] + } + } + Method [ static public method getcopyright ] { - Parameters [0] { @@ -991,7 +1016,7 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { - Properties [0] { } - - Methods [344] { + - Methods [346] { Method [ public method optimizeimagelayers ] { - Parameters [0] { @@ -1077,10 +1102,11 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Method [ public method adaptiveresizeimage ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $columns ] Parameter #1 [ $rows ] Parameter #2 [ $bestfit ] + Parameter #3 [ $legacy ] } } @@ -1757,10 +1783,11 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Method [ public method scaleimage ] { - - Parameters [3] { + - Parameters [4] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $bestfit ] + Parameter #3 [ $legacy ] } } @@ -1790,19 +1817,21 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Method [ public method thumbnailimage ] { - - Parameters [4] { + - Parameters [5] { Parameter #0 [ $width ] Parameter #1 [ $height ] Parameter #2 [ $bestfit ] Parameter #3 [ $fill ] + Parameter #4 [ $legacy ] } } Method [ public method cropthumbnailimage ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $width ] Parameter #1 [ $height ] + Parameter #2 [ $legacy ] } } @@ -2145,12 +2174,13 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Method [ public method resizeimage ] { - - Parameters [5] { + - Parameters [6] { Parameter #0 [ $x ] Parameter #1 [ $y ] Parameter #2 [ $filter ] Parameter #3 [ $blur ] Parameter #4 [ $bestfit ] + Parameter #5 [ $legacy ] } } @@ -2523,9 +2553,10 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Method [ public method colorizeimage ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $colorize_color ] Parameter #1 [ $opacity ] + Parameter #2 [ $legacy ] } } @@ -3238,9 +3269,10 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { Method [ public method tintimage ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $tint_color ] Parameter #1 [ $opacity ] + Parameter #2 [ $legacy ] } } @@ -3495,6 +3527,14 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { } } + Method [ public method rotationalblurimage ] { + + - Parameters [2] { + Parameter #0 [ $angle ] + Parameter #1 [ $CHANNEL ] + } + } + Method [ public method statisticimage ] { - Parameters [4] { @@ -3514,6 +3554,15 @@ Extension [ extension #78 imagick version 3.4.0RC2 ] { } } + Method [ public method similarityimage ] { + + - Parameters [3] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ &$offset ] + Parameter #2 [ &$similarity ] + } + } + Method [ public method morphology ] { - Parameters [4] { diff --git a/php-pecl-imagick-php7.spec b/php-pecl-imagick-php7.spec index b5a4c4e..b32ca9e 100644 --- a/php-pecl-imagick-php7.spec +++ b/php-pecl-imagick-php7.spec @@ -25,7 +25,7 @@ %global gh_project imagick #global gh_date 20151204 %global pecl_name imagick -%global prever RC2 +%global prever RC3 %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %if "%{php_version}" < "5.6" %global ini_name %{pecl_name}.ini @@ -43,7 +43,7 @@ Version: 3.4.0 Release: 0.1.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: PHP @@ -304,6 +304,9 @@ rm -rf %{buildroot} %changelog +* Sun Dec 13 2015 Remi Collet - 3.4.0-0.3.RC3 +- update to 3.4.0RC3 + * Fri Dec 4 2015 Remi Collet - 3.4.0-0.2.RC2 - update to 3.4.0RC2 -- cgit