diff options
Diffstat (limited to 'REFLECTION-im7')
-rw-r--r-- | REFLECTION-im7 | 250 |
1 files changed, 243 insertions, 7 deletions
diff --git a/REFLECTION-im7 b/REFLECTION-im7 index f8b0252..25fb376 100644 --- a/REFLECTION-im7 +++ b/REFLECTION-im7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #78 imagick version 3.5.1 ] { +Extension [ <persistent> extension #78 imagick version 3.6.0RC1 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -315,7 +315,7 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { Class [ <internal:imagick> <iterateable> 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 [ <persistent> 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 [ <persistent> 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 [ <persistent> 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 [ <internal:imagick> static public method queryFormats ] { - Parameters [1] { @@ -1059,12 +1071,19 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { - Parameters [0] { } } + + Method [ <internal:imagick> static public method setSeed ] { + + - Parameters [1] { + Parameter #0 [ <required> $seed ] + } + } } - Properties [0] { } - - Methods [327] { + - Methods [353] { Method [ <internal:imagick> public method optimizeImageLayers ] { - Parameters [0] { @@ -1222,6 +1241,28 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { } } + Method [ <internal:imagick> public method roundCornersImage ] { + + - Parameters [5] { + Parameter #0 [ <required> $x_rounding ] + Parameter #1 [ <required> $y_rounding ] + Parameter #2 [ <optional> $stroke_width ] + Parameter #3 [ <optional> $displace ] + Parameter #4 [ <optional> $size_correction ] + } + } + + Method [ <internal, deprecated:imagick> public method roundCorners ] { + + - Parameters [5] { + Parameter #0 [ <required> $x_rounding ] + Parameter #1 [ <required> $y_rounding ] + Parameter #2 [ <optional> $stroke_width ] + Parameter #3 [ <optional> $displace ] + Parameter #4 [ <optional> $size_correction ] + } + } + Method [ <internal:imagick> public method setIteratorIndex ] { - Parameters [1] { @@ -1869,6 +1910,12 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { } } + Method [ <internal:imagick> public method getImageSize ] { + + - Parameters [0] { + } + } + Method [ <internal:imagick> public method getImageBlob ] { - Parameters [0] { @@ -1923,6 +1970,19 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { } } + Method [ <internal:imagick> public method setImageIndex ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:imagick> public method getImageIndex ] { + + - Parameters [0] { + } + } + Method [ <internal:imagick> public method commentImage ] { - Parameters [1] { @@ -2232,6 +2292,13 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { } } + Method [ <internal:imagick> public method setImageMatteColor ] { + + - Parameters [1] { + Parameter #0 [ <required> $matte_color ] + } + } + Method [ <internal:imagick> public method setImagePage ] { - Parameters [4] { @@ -2432,6 +2499,12 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { } } + Method [ <internal:imagick> public method averageImages ] { + + - Parameters [0] { + } + } + Method [ <internal:imagick> public method borderImage ] { - Parameters [3] { @@ -2441,6 +2514,16 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { } } + Method [ <internal:imagick> public method borderImageWithComposite ] { + + - Parameters [4] { + Parameter #0 [ <required> $border_color ] + Parameter #1 [ <required> $width ] + Parameter #2 [ <required> $height ] + Parameter #3 [ <required> $composite ] + } + } + Method [ <internal:imagick> public method chopImage ] { - Parameters [4] { @@ -2589,6 +2672,12 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { } } + Method [ <internal:imagick> public method flattenImages ] { + + - Parameters [0] { + } + } + Method [ <internal:imagick> public method flipImage ] { - Parameters [0] { @@ -2619,6 +2708,18 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { } } + Method [ <internal:imagick> public method frameImageWithComposite ] { + + - Parameters [6] { + Parameter #0 [ <required> $matte_color ] + Parameter #1 [ <required> $width ] + Parameter #2 [ <required> $height ] + Parameter #3 [ <required> $inner_bevel ] + Parameter #4 [ <required> $outer_bevel ] + Parameter #5 [ <required> $composite ] + } + } + Method [ <internal:imagick> public method fxImage ] { - Parameters [2] { @@ -3406,7 +3507,7 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { } } - Method [ <internal:imagick> public method similarityimage ] { + Method [ <internal:imagick> public method similarityImage ] { - Parameters [5] { Parameter #0 [ <required> Imagick $image ] @@ -3509,6 +3610,141 @@ Extension [ <persistent> extension #78 imagick version 3.5.1 ] { Parameter #1 [ <required> $pixelmask ] } } + + Method [ <internal:imagick> public method cannyEdgeImage ] { + + - Parameters [4] { + Parameter #0 [ <required> $radius ] + Parameter #1 [ <required> $sigma ] + Parameter #2 [ <required> $lower_percent ] + Parameter #3 [ <required> $upper_percent ] + } + } + + Method [ <internal:imagick> public method waveletDenoiseImage ] { + + - Parameters [2] { + Parameter #0 [ <required> $threshold ] + Parameter #1 [ <required> $softness ] + } + } + + Method [ <internal:imagick> public method meanShiftImage ] { + + - Parameters [3] { + Parameter #0 [ <required> $width ] + Parameter #1 [ <required> $height ] + Parameter #2 [ <required> $color_distance ] + } + } + + Method [ <internal:imagick> public method kmeansImage ] { + + - Parameters [3] { + Parameter #0 [ <required> $number_colors ] + Parameter #1 [ <required> $max_iterations ] + Parameter #2 [ <required> $tolerance ] + } + } + + Method [ <internal:imagick> public method rangeThresholdImage ] { + + - Parameters [4] { + Parameter #0 [ <required> $low_black ] + Parameter #1 [ <required> $low_white ] + Parameter #2 [ <required> $high_white ] + Parameter #3 [ <required> $high_black ] + } + } + + Method [ <internal:imagick> public method autoThresholdImage ] { + + - Parameters [1] { + Parameter #0 [ <required> $auto_threshold_method ] + } + } + + Method [ <internal:imagick> public method bilateralBlurImage ] { + + - Parameters [4] { + Parameter #0 [ <required> $radius ] + Parameter #1 [ <required> $sigma ] + Parameter #2 [ <required> $intensity_sigma ] + Parameter #3 [ <required> $spatial_sigma ] + } + } + + Method [ <internal:imagick> public method claheImage ] { + + - Parameters [4] { + Parameter #0 [ <required> $width ] + Parameter #1 [ <required> $height ] + Parameter #2 [ <required> $number_bins ] + Parameter #3 [ <required> $clip_limit ] + } + } + + Method [ <internal:imagick> public method channelFxImage ] { + + - Parameters [1] { + Parameter #0 [ <required> $expression ] + } + } + + Method [ <internal:imagick> public method colorThresholdImage ] { + + - Parameters [2] { + Parameter #0 [ <required> $start_color ] + Parameter #1 [ <required> $stop_color ] + } + } + + Method [ <internal:imagick> public method complexImages ] { + + - Parameters [1] { + Parameter #0 [ <required> $complex_operator ] + } + } + + Method [ <internal:imagick> public method interpolativeResizeImage ] { + + - Parameters [3] { + Parameter #0 [ <required> $columns ] + Parameter #1 [ <required> $rows ] + Parameter #2 [ <required> $interpolate ] + } + } + + Method [ <internal:imagick> public method levelImageColors ] { + + - Parameters [3] { + Parameter #0 [ <required> $black_color ] + Parameter #1 [ <required> $white_color ] + Parameter #2 [ <required> $invert ] + } + } + + Method [ <internal:imagick> public method levelizeImage ] { + + - Parameters [3] { + Parameter #0 [ <required> $black_point ] + Parameter #1 [ <required> $gamma ] + Parameter #2 [ <required> $white_point ] + } + } + + Method [ <internal:imagick> public method orderedDitherImage ] { + + - Parameters [1] { + Parameter #0 [ <required> $dither_format ] + } + } + + Method [ <internal:imagick> public method whiteBalanceImage ] { + + - Parameters [0] { + } + } } } |