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 +++++++++++++++++++++++++++++++++++++++++++++++---- php-pecl-imagick.spec | 6 +++- 2 files changed, 96 insertions(+), 7 deletions(-) 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 ] + } + } } } diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index dccf994..4008a13 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -35,7 +35,7 @@ Summary: Extension to create and modify images using ImageMagick Name: %{?sub_prefix}php-pecl-imagick -Version: 3.4.0 +Version: 3.4.1 %if 0%{?gh_date} 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 @@ -73,6 +73,7 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}%{?preve Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}%{?prever} Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} + Conflicts: %{?scl_prefix}php-pecl-gmagick %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} @@ -306,6 +307,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 09 2016 Remi Collet - 3.4.1-1 +- Update to 3.4.1 (stable) + * Fri Mar 4 2016 Remi Collet - 3.4.0-1 - update to 3.4.0 (stable) -- cgit