From 9eacf9cf8bb617b2bd3385fcc63099f78565cbc0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Nov 2021 15:24:38 +0100 Subject: update to 3.6.0RC1 drop patch merged upstream --- REFLECTION-im7 | 250 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 243 insertions(+), 7 deletions(-) (limited to 'REFLECTION-im7') diff --git a/REFLECTION-im7 b/REFLECTION-im7 index f8b0252..25fb376 100644 --- a/REFLECTION-im7 +++ b/REFLECTION-im7 @@ -1,4 +1,4 @@ -Extension [ extension #78 imagick version 3.5.1 ] { +Extension [ extension #78 imagick version 3.6.0RC1 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -315,7 +315,7 @@ Extension [ extension #78 imagick version 3.5.1 ] { Class [ class Imagick implements Iterator, Traversable, Countable ] { - - Constants [603] { + - Constants [615] { Constant [ public int COLOR_BLACK ] { 11 } Constant [ public int COLOR_BLUE ] { 12 } Constant [ public int COLOR_CYAN ] { 13 } @@ -325,8 +325,8 @@ Extension [ extension #78 imagick version 3.5.1 ] { Constant [ public int COLOR_MAGENTA ] { 17 } Constant [ public int COLOR_ALPHA ] { 18 } Constant [ public int COLOR_FUZZ ] { 19 } - Constant [ public int IMAGICK_EXTNUM ] { 30501 } - Constant [ public string IMAGICK_EXTVER ] { 3.5.1 } + Constant [ public int IMAGICK_EXTNUM ] { 30600 } + Constant [ public string IMAGICK_EXTVER ] { 3.6.0RC1 } Constant [ public int QUANTUM_RANGE ] { 65535 } Constant [ public int USE_ZEND_MM ] { 0 } Constant [ public int COMPOSITE_DEFAULT ] { 54 } @@ -815,9 +815,11 @@ Extension [ extension #78 imagick version 3.5.1 ] { Constant [ public int ALPHACHANNEL_SET ] { 13 } Constant [ public int ALPHACHANNEL_UNDEFINED ] { 0 } Constant [ public int ALPHACHANNEL_DISCRETE ] { 6 } + Constant [ public int ALPHACHANNEL_COPY ] { 4 } Constant [ public int ALPHACHANNEL_DEACTIVATE ] { 5 } Constant [ public int ALPHACHANNEL_EXTRACT ] { 8 } Constant [ public int ALPHACHANNEL_OFF ] { 9 } + Constant [ public int ALPHACHANNEL_OPAQUE ] { 11 } Constant [ public int ALPHACHANNEL_SHAPE ] { 14 } Constant [ public int ALPHACHANNEL_TRANSPARENT ] { 15 } Constant [ public int ALPHACHANNEL_ASSOCIATE ] { 2 } @@ -919,12 +921,22 @@ Extension [ extension #78 imagick version 3.5.1 ] { Constant [ public int PIXELMASK_READ ] { 1 } Constant [ public int PIXELMASK_WRITE ] { 2 } Constant [ public int PIXELMASK_COMPOSITE ] { 4 } + Constant [ public int AUTO_THRESHOLD_KAPUR ] { 1 } + Constant [ public int AUTO_THRESHOLD_OTSU ] { 2 } + Constant [ public int AUTO_THRESHOLD_TRIANGLE ] { 3 } + Constant [ public int COMPLEX_OPERATOR_ADD ] { 1 } + Constant [ public int COMPLEX_OPERATOR_CONJUGATE ] { 2 } + Constant [ public int COMPLEX_OPERATOR_DIVIDE ] { 3 } + Constant [ public int COMPLEX_OPERATOR_MAGNITUDEPHASE ] { 4 } + Constant [ public int COMPLEX_OPERATOR_MULTIPLY ] { 5 } + Constant [ public int COMPLEX_OPERATOR_REALIMAGINARY ] { 6 } + Constant [ public int COMPLEX_OPERATOR_SUBTRACT ] { 7 } } - Static properties [0] { } - - Static methods [20] { + - Static methods [21] { Method [ static public method queryFormats ] { - Parameters [1] { @@ -1059,12 +1071,19 @@ Extension [ extension #78 imagick version 3.5.1 ] { - Parameters [0] { } } + + Method [ static public method setSeed ] { + + - Parameters [1] { + Parameter #0 [ $seed ] + } + } } - Properties [0] { } - - Methods [327] { + - Methods [353] { Method [ public method optimizeImageLayers ] { - Parameters [0] { @@ -1222,6 +1241,28 @@ Extension [ extension #78 imagick version 3.5.1 ] { } } + Method [ public method roundCornersImage ] { + + - Parameters [5] { + Parameter #0 [ $x_rounding ] + Parameter #1 [ $y_rounding ] + Parameter #2 [ $stroke_width ] + Parameter #3 [ $displace ] + Parameter #4 [ $size_correction ] + } + } + + Method [ public method roundCorners ] { + + - Parameters [5] { + Parameter #0 [ $x_rounding ] + Parameter #1 [ $y_rounding ] + Parameter #2 [ $stroke_width ] + Parameter #3 [ $displace ] + Parameter #4 [ $size_correction ] + } + } + Method [ public method setIteratorIndex ] { - Parameters [1] { @@ -1869,6 +1910,12 @@ Extension [ extension #78 imagick version 3.5.1 ] { } } + Method [ public method getImageSize ] { + + - Parameters [0] { + } + } + Method [ public method getImageBlob ] { - Parameters [0] { @@ -1923,6 +1970,19 @@ Extension [ extension #78 imagick version 3.5.1 ] { } } + Method [ public method setImageIndex ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getImageIndex ] { + + - Parameters [0] { + } + } + Method [ public method commentImage ] { - Parameters [1] { @@ -2232,6 +2292,13 @@ Extension [ extension #78 imagick version 3.5.1 ] { } } + Method [ public method setImageMatteColor ] { + + - Parameters [1] { + Parameter #0 [ $matte_color ] + } + } + Method [ public method setImagePage ] { - Parameters [4] { @@ -2432,6 +2499,12 @@ Extension [ extension #78 imagick version 3.5.1 ] { } } + Method [ public method averageImages ] { + + - Parameters [0] { + } + } + Method [ public method borderImage ] { - Parameters [3] { @@ -2441,6 +2514,16 @@ Extension [ extension #78 imagick version 3.5.1 ] { } } + Method [ public method borderImageWithComposite ] { + + - Parameters [4] { + Parameter #0 [ $border_color ] + Parameter #1 [ $width ] + Parameter #2 [ $height ] + Parameter #3 [ $composite ] + } + } + Method [ public method chopImage ] { - Parameters [4] { @@ -2589,6 +2672,12 @@ Extension [ extension #78 imagick version 3.5.1 ] { } } + Method [ public method flattenImages ] { + + - Parameters [0] { + } + } + Method [ public method flipImage ] { - Parameters [0] { @@ -2619,6 +2708,18 @@ Extension [ extension #78 imagick version 3.5.1 ] { } } + Method [ public method frameImageWithComposite ] { + + - Parameters [6] { + Parameter #0 [ $matte_color ] + Parameter #1 [ $width ] + Parameter #2 [ $height ] + Parameter #3 [ $inner_bevel ] + Parameter #4 [ $outer_bevel ] + Parameter #5 [ $composite ] + } + } + Method [ public method fxImage ] { - Parameters [2] { @@ -3406,7 +3507,7 @@ Extension [ extension #78 imagick version 3.5.1 ] { } } - Method [ public method similarityimage ] { + Method [ public method similarityImage ] { - Parameters [5] { Parameter #0 [ Imagick $image ] @@ -3509,6 +3610,141 @@ Extension [ extension #78 imagick version 3.5.1 ] { Parameter #1 [ $pixelmask ] } } + + Method [ public method cannyEdgeImage ] { + + - Parameters [4] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $lower_percent ] + Parameter #3 [ $upper_percent ] + } + } + + Method [ public method waveletDenoiseImage ] { + + - Parameters [2] { + Parameter #0 [ $threshold ] + Parameter #1 [ $softness ] + } + } + + Method [ public method meanShiftImage ] { + + - Parameters [3] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $color_distance ] + } + } + + Method [ public method kmeansImage ] { + + - Parameters [3] { + Parameter #0 [ $number_colors ] + Parameter #1 [ $max_iterations ] + Parameter #2 [ $tolerance ] + } + } + + Method [ public method rangeThresholdImage ] { + + - Parameters [4] { + Parameter #0 [ $low_black ] + Parameter #1 [ $low_white ] + Parameter #2 [ $high_white ] + Parameter #3 [ $high_black ] + } + } + + Method [ public method autoThresholdImage ] { + + - Parameters [1] { + Parameter #0 [ $auto_threshold_method ] + } + } + + Method [ public method bilateralBlurImage ] { + + - Parameters [4] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $intensity_sigma ] + Parameter #3 [ $spatial_sigma ] + } + } + + Method [ public method claheImage ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $number_bins ] + Parameter #3 [ $clip_limit ] + } + } + + Method [ public method channelFxImage ] { + + - Parameters [1] { + Parameter #0 [ $expression ] + } + } + + Method [ public method colorThresholdImage ] { + + - Parameters [2] { + Parameter #0 [ $start_color ] + Parameter #1 [ $stop_color ] + } + } + + Method [ public method complexImages ] { + + - Parameters [1] { + Parameter #0 [ $complex_operator ] + } + } + + Method [ public method interpolativeResizeImage ] { + + - Parameters [3] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + Parameter #2 [ $interpolate ] + } + } + + Method [ public method levelImageColors ] { + + - Parameters [3] { + Parameter #0 [ $black_color ] + Parameter #1 [ $white_color ] + Parameter #2 [ $invert ] + } + } + + Method [ public method levelizeImage ] { + + - Parameters [3] { + Parameter #0 [ $black_point ] + Parameter #1 [ $gamma ] + Parameter #2 [ $white_point ] + } + } + + Method [ public method orderedDitherImage ] { + + - Parameters [1] { + Parameter #0 [ $dither_format ] + } + } + + Method [ public method whiteBalanceImage ] { + + - Parameters [0] { + } + } } } -- cgit