From 562f84b239bcc69367b43c9ac9c1d7767bc92fa3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jun 2021 09:20:41 +0200 Subject: update to 3.5.0RC1 drop all patches, all merged upstream add patch to fix some methods reflection from https://github.com/Imagick/imagick/pull/421 --- REFLECTION | 1794 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 905 insertions(+), 889 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index d2d66bd..2b3be21 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #77 imagick version 3.4.4 ] { +Extension [ extension #75 imagick version 3.5.0RC1 ] { - Dependencies { Dependency [ gmagick (Conflicts) ] @@ -22,6 +22,9 @@ Extension [ extension #77 imagick version 3.4.4 ] { Entry [ imagick.shutdown_sleep_count ] Current = '10' } + Entry [ imagick.allow_zero_dimension_images ] + Current = '0' + } } - Classes [10] { @@ -312,7 +315,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { Class [ class Imagick implements Iterator, Traversable, Countable ] { - - Constants [574] { + - Constants [583] { Constant [ public int COLOR_BLACK ] { 11 } Constant [ public int COLOR_BLUE ] { 12 } Constant [ public int COLOR_CYAN ] { 13 } @@ -323,8 +326,8 @@ Extension [ extension #77 imagick version 3.4.4 ] { Constant [ public int COLOR_OPACITY ] { 18 } Constant [ public int COLOR_ALPHA ] { 19 } Constant [ public int COLOR_FUZZ ] { 20 } - Constant [ public int IMAGICK_EXTNUM ] { 30404 } - Constant [ public string IMAGICK_EXTVER ] { 3.4.4 } + Constant [ public int IMAGICK_EXTNUM ] { 30500 } + Constant [ public string IMAGICK_EXTVER ] { 3.5.0RC1 } Constant [ public int QUANTUM_RANGE ] { 65535 } Constant [ public int USE_ZEND_MM ] { 0 } Constant [ public int COMPOSITE_DEFAULT ] { 40 } @@ -555,12 +558,19 @@ Extension [ extension #77 imagick version 3.4.4 ] { Constant [ public int METRIC_FUZZERROR ] { 9 } Constant [ public int METRIC_PERCEPTUALHASH_ERROR ] { 255 } Constant [ public int PIXEL_CHAR ] { 1 } + Constant [ public int PIXELSTORAGE_CHAR ] { 1 } Constant [ public int PIXEL_DOUBLE ] { 2 } + Constant [ public int PIXELSTORAGE_DOUBLE ] { 2 } Constant [ public int PIXEL_FLOAT ] { 3 } + Constant [ public int PIXELSTORAGE_FLOAT ] { 3 } Constant [ public int PIXEL_INTEGER ] { 4 } + Constant [ public int PIXELSTORAGE_INTEGER ] { 4 } Constant [ public int PIXEL_LONG ] { 5 } + Constant [ public int PIXELSTORAGE_LONG ] { 5 } Constant [ public int PIXEL_QUANTUM ] { 6 } + Constant [ public int PIXELSTORAGE_QUANTUM ] { 6 } Constant [ public int PIXEL_SHORT ] { 7 } + Constant [ public int PIXELSTORAGE_SHORT ] { 7 } Constant [ public int EVALUATE_UNDEFINED ] { 0 } Constant [ public int EVALUATE_ADD ] { 1 } Constant [ public int EVALUATE_AND ] { 2 } @@ -646,6 +656,8 @@ Extension [ extension #77 imagick version 3.4.4 ] { Constant [ public int VIRTUALPIXELMETHOD_HORIZONTALTILEEDGE ] { 15 } Constant [ public int VIRTUALPIXELMETHOD_VERTICALTILEEDGE ] { 16 } Constant [ public int VIRTUALPIXELMETHOD_CHECKERTILE ] { 17 } + Constant [ public int VIRTUALPIXELMETHOD_DITHER ] { 3 } + Constant [ public int VIRTUALPIXELMETHOD_RANDOM ] { 6 } Constant [ public int PREVIEW_UNDEFINED ] { 0 } Constant [ public int PREVIEW_ROTATE ] { 1 } Constant [ public int PREVIEW_SHEAR ] { 2 } @@ -893,121 +905,121 @@ Extension [ extension #77 imagick version 3.4.4 ] { } - Static methods [20] { - Method [ static public method queryformats ] { + Method [ static public method queryFormats ] { - Parameters [1] { - Parameter #0 [ $pattern ] + Parameter #0 [ $pattern ] } } - Method [ static public method queryfonts ] { + Method [ static public method queryFonts ] { - Parameters [1] { - Parameter #0 [ $pattern ] + Parameter #0 [ $pattern ] } } - Method [ static public method calculatecrop ] { + Method [ static public method calculateCrop ] { - Parameters [5] { - Parameter #0 [ $orig_width ] - Parameter #1 [ $orig_height ] + Parameter #0 [ $original_width ] + Parameter #1 [ $original_height ] Parameter #2 [ $desired_width ] Parameter #3 [ $desired_height ] Parameter #4 [ $legacy ] } } - Method [ static public method getcopyright ] { + Method [ static public method getCopyright ] { - Parameters [0] { } } - Method [ static public method getconfigureoptions ] { + Method [ static public method getConfigureOptions ] { - Parameters [1] { Parameter #0 [ $pattern ] } } - Method [ static public method getfeatures ] { + Method [ static public method getFeatures ] { - Parameters [0] { } } - Method [ static public method gethomeurl ] { + Method [ static public method getHomeURL ] { - Parameters [0] { } } - Method [ static public method getpackagename ] { + Method [ static public method getPackageName ] { - Parameters [0] { } } - Method [ static public method getquantum ] { + Method [ static public method getQuantum ] { - Parameters [0] { } } - Method [ static public method gethdrienabled ] { + Method [ static public method getHdriEnabled ] { - Parameters [0] { } } - Method [ static public method getquantumdepth ] { + Method [ static public method getQuantumDepth ] { - Parameters [0] { } } - Method [ static public method getquantumrange ] { + Method [ static public method getQuantumRange ] { - Parameters [0] { } } - Method [ static public method getreleasedate ] { + Method [ static public method getReleaseDate ] { - Parameters [0] { } } - Method [ static public method getresource ] { + Method [ static public method getResource ] { - Parameters [1] { - Parameter #0 [ $resource_type ] + Parameter #0 [ $type ] } } - Method [ static public method getresourcelimit ] { + Method [ static public method getResourceLimit ] { - Parameters [1] { - Parameter #0 [ $resource_type ] + Parameter #0 [ $type ] } } - Method [ static public method getversion ] { + Method [ static public method getVersion ] { - Parameters [0] { } } - Method [ static public method setresourcelimit ] { + Method [ static public method setResourceLimit ] { - Parameters [2] { - Parameter #0 [ $RESOURCETYPE ] + Parameter #0 [ $type ] Parameter #1 [ $limit ] } } - Method [ static public method setregistry ] { + Method [ static public method setRegistry ] { - Parameters [2] { Parameter #0 [ $key ] @@ -1015,14 +1027,14 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ static public method getregistry ] { + Method [ static public method getRegistry ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ static public method listregistry ] { + Method [ static public method listRegistry ] { - Parameters [0] { } @@ -1032,91 +1044,92 @@ Extension [ extension #77 imagick version 3.4.4 ] { - Properties [0] { } - - Methods [352] { - Method [ public method optimizeimagelayers ] { + - Methods [353] { + Method [ public method optimizeImageLayers ] { - Parameters [0] { } } - Method [ public method compareimagelayers ] { + Method [ public method compareImageLayers ] { - Parameters [1] { - Parameter #0 [ $LAYER ] + Parameter #0 [ $metric ] } } - Method [ public method pingimageblob ] { + Method [ public method pingImageBlob ] { - Parameters [1] { - Parameter #0 [ $imageContents ] + Parameter #0 [ $image ] } } - Method [ public method pingimagefile ] { + Method [ public method pingImageFile ] { - - Parameters [1] { - Parameter #0 [ $fp ] + - Parameters [2] { + Parameter #0 [ $filehandle ] + Parameter #1 [ $filename ] } } - Method [ public method transposeimage ] { + Method [ public method transposeImage ] { - Parameters [0] { } } - Method [ public method transverseimage ] { + Method [ public method transverseImage ] { - Parameters [0] { } } - Method [ public method trimimage ] { + Method [ public method trimImage ] { - Parameters [1] { Parameter #0 [ $fuzz ] } } - Method [ public method waveimage ] { + Method [ public method waveImage ] { - Parameters [2] { Parameter #0 [ $amplitude ] - Parameter #1 [ $waveLenght ] + Parameter #1 [ $length ] } } - Method [ public method vignetteimage ] { + Method [ public method vignetteImage ] { - Parameters [4] { - Parameter #0 [ $blackPoint ] - Parameter #1 [ $whitePoint ] + Parameter #0 [ $black_point ] + Parameter #1 [ $white_point ] Parameter #2 [ $x ] Parameter #3 [ $y ] } } - Method [ public method uniqueimagecolors ] { + Method [ public method uniqueImageColors ] { - Parameters [0] { } } - Method [ public method getimagematte ] { + Method [ public method getImageMatte ] { - Parameters [0] { } } - Method [ public method setimagematte ] { + Method [ public method setImageMatte ] { - Parameters [1] { - Parameter #0 [ $enable ] + Parameter #0 [ $matte ] } } - Method [ public method adaptiveresizeimage ] { + Method [ public method adaptiveResizeImage ] { - Parameters [4] { Parameter #0 [ $columns ] @@ -1126,7 +1139,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method sketchimage ] { + Method [ public method sketchImage ] { - Parameters [3] { Parameter #0 [ $radius ] @@ -1135,7 +1148,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method shadeimage ] { + Method [ public method shadeImage ] { - Parameters [3] { Parameter #0 [ $gray ] @@ -1144,13 +1157,13 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method getsizeoffset ] { + Method [ public method getSizeOffset ] { - Parameters [0] { } } - Method [ public method setsizeoffset ] { + Method [ public method setSizeOffset ] { - Parameters [3] { Parameter #0 [ $columns ] @@ -1159,78 +1172,78 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method adaptiveblurimage ] { + Method [ public method adaptiveBlurImage ] { - Parameters [3] { Parameter #0 [ $radius ] Parameter #1 [ $sigma ] - Parameter #2 [ $CHANNEL ] + Parameter #2 [ $channel ] } } - Method [ public method contraststretchimage ] { + Method [ public method contrastStretchImage ] { - Parameters [3] { - Parameter #0 [ $blackPoint ] - Parameter #1 [ $whitePoint ] - Parameter #2 [ $CHANNEL ] + Parameter #0 [ $black_point ] + Parameter #1 [ $white_point ] + Parameter #2 [ $channel ] } } - Method [ public method adaptivesharpenimage ] { + Method [ public method adaptiveSharpenImage ] { - Parameters [3] { Parameter #0 [ $radius ] Parameter #1 [ $sigma ] - Parameter #2 [ $CHANNEL ] + Parameter #2 [ $channel ] } } - Method [ public method randomthresholdimage ] { + Method [ public method randomThresholdImage ] { - Parameters [3] { Parameter #0 [ $low ] Parameter #1 [ $high ] - Parameter #2 [ $CHANNELTYPE ] + Parameter #2 [ $channel ] } } - Method [ public method roundcornersimage ] { + Method [ public method roundCornersImage ] { - Parameters [5] { - Parameter #0 [ $xRounding ] - Parameter #1 [ $yRounding ] - Parameter #2 [ $strokeWidth ] + Parameter #0 [ $x_rounding ] + Parameter #1 [ $y_rounding ] + Parameter #2 [ $stroke_width ] Parameter #3 [ $displace ] - Parameter #4 [ $sizeCorrection ] + Parameter #4 [ $size_correction ] } } - Method [ public method roundcorners ] { + Method [ public method roundCorners ] { - Parameters [5] { - Parameter #0 [ $xRounding ] - Parameter #1 [ $yRounding ] - Parameter #2 [ $strokeWidth ] + Parameter #0 [ $x_rounding ] + Parameter #1 [ $y_rounding ] + Parameter #2 [ $stroke_width ] Parameter #3 [ $displace ] - Parameter #4 [ $sizeCorrection ] + Parameter #4 [ $size_correction ] } } - Method [ public method setiteratorindex ] { + Method [ public method setIteratorIndex ] { - Parameters [1] { Parameter #0 [ $index ] } } - Method [ public method getiteratorindex ] { + Method [ public method getIteratorIndex ] { - Parameters [0] { } } - Method [ public method transformimage ] { + Method [ public method transformImage ] { - Parameters [2] { Parameter #0 [ $crop ] @@ -1238,37 +1251,37 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimageopacity ] { + Method [ public method setImageOpacity ] { - Parameters [1] { Parameter #0 [ $opacity ] } } - Method [ public method orderedposterizeimage ] { + Method [ public method orderedPosterizeImage ] { - Parameters [2] { Parameter #0 [ $threshold_map ] - Parameter #1 [ $CHANNEL ] + Parameter #1 [ $channel ] } } - Method [ public method polaroidimage ] { + Method [ public method polaroidImage ] { - Parameters [2] { - Parameter #0 [ ImagickDraw $ImagickDraw ] + Parameter #0 [ ImagickDraw $settings ] Parameter #1 [ $angle ] } } - Method [ public method getimageproperty ] { + Method [ public method getImageProperty ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method setimageproperty ] { + Method [ public method setImageProperty ] { - Parameters [2] { Parameter #0 [ $name ] @@ -1276,48 +1289,48 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method deleteimageproperty ] { + Method [ public method deleteImageProperty ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method identifyformat ] { + Method [ public method identifyFormat ] { - Parameters [1] { - Parameter #0 [ $embedText ] + Parameter #0 [ $format ] } } - Method [ public method setimageinterpolatemethod ] { + Method [ public method setImageInterpolateMethod ] { - Parameters [1] { - Parameter #0 [ $INTERPOLATE ] + Parameter #0 [ $method ] } } - Method [ public method getimageinterpolatemethod ] { + Method [ public method getImageInterpolateMethod ] { - Parameters [0] { } } - Method [ public method linearstretchimage ] { + Method [ public method linearStretchImage ] { - Parameters [2] { - Parameter #0 [ $blackPoint ] - Parameter #1 [ $whitePoint ] + Parameter #0 [ $black_point ] + Parameter #1 [ $white_point ] } } - Method [ public method getimagelength ] { + Method [ public method getImageLength ] { - Parameters [0] { } } - Method [ public method extentimage ] { + Method [ public method extentImage ] { - Parameters [4] { Parameter #0 [ $width ] @@ -1327,261 +1340,261 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method getimageorientation ] { + Method [ public method getImageOrientation ] { - Parameters [0] { } } - Method [ public method setimageorientation ] { + Method [ public method setImageOrientation ] { - Parameters [1] { - Parameter #0 [ $ORIENTATION ] + Parameter #0 [ $orientation ] } } - Method [ public method paintfloodfillimage ] { + Method [ public method paintFloodfillImage ] { - Parameters [6] { - Parameter #0 [ $CHANNEL ] - Parameter #1 [ $fill ] - Parameter #2 [ $fuzz ] - Parameter #3 [ $bordercolor ] - Parameter #4 [ $x ] - Parameter #5 [ $y ] + Parameter #0 [ $fill_color ] + Parameter #1 [ $fuzz ] + Parameter #2 [ $border_color ] + Parameter #3 [ $x ] + Parameter #4 [ $y ] + Parameter #5 [ $channel ] } } - Method [ public method clutimage ] { + Method [ public method clutImage ] { - Parameters [2] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $CHANNELTYPE ] + Parameter #0 [ Imagick $lookup_table ] + Parameter #1 [ $channel ] } } - Method [ public method getimageproperties ] { + Method [ public method getImageProperties ] { - Parameters [2] { Parameter #0 [ $pattern ] - Parameter #1 [ $values ] + Parameter #1 [ $include_values ] } } - Method [ public method getimageprofiles ] { + Method [ public method getImageProfiles ] { - Parameters [2] { Parameter #0 [ $pattern ] - Parameter #1 [ $values ] + Parameter #1 [ $include_values ] } } - Method [ public method distortimage ] { + Method [ public method distortImage ] { - Parameters [3] { - Parameter #0 [ $method ] + Parameter #0 [ $distortion ] Parameter #1 [ $arguments ] Parameter #2 [ $bestfit ] } } - Method [ public method writeimagefile ] { + Method [ public method writeImageFile ] { - Parameters [2] { - Parameter #0 [ $handle ] + Parameter #0 [ $filehandle ] Parameter #1 [ $format ] } } - Method [ public method writeimagesfile ] { + Method [ public method writeImagesFile ] { - Parameters [2] { - Parameter #0 [ $handle ] + Parameter #0 [ $filehandle ] Parameter #1 [ $format ] } } - Method [ public method resetimagepage ] { + Method [ public method resetImagePage ] { - Parameters [1] { Parameter #0 [ $page ] } } - Method [ public method setimageclipmask ] { + Method [ public method setImageClipMask ] { - Parameters [1] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ imagick $clip_mask ] } } - Method [ public method getimageclipmask ] { + Method [ public method getImageClipMask ] { - Parameters [0] { } } - Method [ public method animateimages ] { + Method [ public method animateImages ] { - Parameters [1] { - Parameter #0 [ $server_name ] + Parameter #0 [ $x_server ] } } - Method [ public method recolorimage ] { + Method [ public method recolorImage ] { - Parameters [1] { Parameter #0 [ $matrix ] } } - Method [ public method setfont ] { + Method [ public method setFont ] { - Parameters [1] { Parameter #0 [ $font ] } } - Method [ public method getfont ] { + Method [ public method getFont ] { - Parameters [0] { } } - Method [ public method setpointsize ] { + Method [ public method setPointSize ] { - Parameters [1] { - Parameter #0 [ $pointsize ] + Parameter #0 [ $point_size ] } } - Method [ public method getpointsize ] { + Method [ public method getPointSize ] { - Parameters [0] { } } - Method [ public method mergeimagelayers ] { + Method [ public method mergeImageLayers ] { - Parameters [1] { - Parameter #0 [ $LAYERMETHOD ] + Parameter #0 [ $layermethod ] } } - Method [ public method setimagealphachannel ] { + Method [ public method setImageAlphaChannel ] { - Parameters [1] { - Parameter #0 [ $ALPHACHANNELTYPE ] + Parameter #0 [ $alphachannel ] } } - Method [ public method floodfillpaintimage ] { + Method [ public method floodfillPaintImage ] { - Parameters [7] { - Parameter #0 [ $fill ] + Parameter #0 [ $fill_color ] Parameter #1 [ $fuzz ] - Parameter #2 [ $bordercolor ] + Parameter #2 [ $border_color ] Parameter #3 [ $x ] Parameter #4 [ $y ] Parameter #5 [ $invert ] - Parameter #6 [ $CHANNEL ] + Parameter #6 [ $channel ] } } - Method [ public method opaquepaintimage ] { + Method [ public method opaquePaintImage ] { - Parameters [5] { - Parameter #0 [ $target ] - Parameter #1 [ $fill ] + Parameter #0 [ $target_color ] + Parameter #1 [ $fill_color ] Parameter #2 [ $fuzz ] Parameter #3 [ $invert ] - Parameter #4 [ $CHANNEL ] + Parameter #4 [ $channel ] } } - Method [ public method transparentpaintimage ] { + Method [ public method transparentPaintImage ] { - Parameters [4] { - Parameter #0 [ $target ] + Parameter #0 [ $target_color ] Parameter #1 [ $alpha ] Parameter #2 [ $fuzz ] Parameter #3 [ $invert ] } } - Method [ public method liquidrescaleimage ] { + Method [ public method liquidRescaleImage ] { - Parameters [4] { - Parameter #0 [ $columns ] - Parameter #1 [ $rows ] + Parameter #0 [ $width ] + Parameter #1 [ $height ] Parameter #2 [ $delta_x ] Parameter #3 [ $rigidity ] } } - Method [ public method encipherimage ] { + Method [ public method encipherImage ] { - Parameters [1] { Parameter #0 [ $passphrase ] } } - Method [ public method decipherimage ] { + Method [ public method decipherImage ] { - Parameters [1] { Parameter #0 [ $passphrase ] } } - Method [ public method setgravity ] { + Method [ public method setGravity ] { - Parameters [1] { - Parameter #0 [ $GRAVITY ] + Parameter #0 [ $gravity ] } } - Method [ public method getgravity ] { + Method [ public method getGravity ] { - Parameters [0] { } } - Method [ public method getimagechannelrange ] { + Method [ public method getImageChannelRange ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method getimagealphachannel ] { + Method [ public method getImageAlphaChannel ] { - Parameters [0] { } } - Method [ public method getimagechanneldistortions ] { + Method [ public method getImageChannelDistortions ] { - Parameters [3] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $METRICTYPE ] - Parameter #2 [ $CHANNEL ] + Parameter #0 [ Imagick $reference_image ] + Parameter #1 [ $metric ] + Parameter #2 [ $channel ] } } - Method [ public method setimagegravity ] { + Method [ public method setImageGravity ] { - Parameters [1] { - Parameter #0 [ $GRAVITY ] + Parameter #0 [ $gravity ] } } - Method [ public method getimagegravity ] { + Method [ public method getImageGravity ] { - Parameters [0] { } } - Method [ public method importimagepixels ] { + Method [ public method importImagePixels ] { - Parameters [7] { Parameter #0 [ $x ] @@ -1589,46 +1602,46 @@ Extension [ extension #77 imagick version 3.4.4 ] { Parameter #2 [ $width ] Parameter #3 [ $height ] Parameter #4 [ $map ] - Parameter #5 [ $storage ] - Parameter #6 [ $PIXEL ] + Parameter #5 [ $pixelstorage ] + Parameter #6 [ $pixels ] } } - Method [ public method deskewimage ] { + Method [ public method deskewImage ] { - Parameters [1] { Parameter #0 [ $threshold ] } } - Method [ public method segmentimage ] { + Method [ public method segmentImage ] { - Parameters [4] { - Parameter #0 [ $COLORSPACE ] + Parameter #0 [ $colorspace ] Parameter #1 [ $cluster_threshold ] Parameter #2 [ $smooth_threshold ] Parameter #3 [ $verbose ] } } - Method [ public method sparsecolorimage ] { + Method [ public method sparseColorImage ] { - Parameters [3] { - Parameter #0 [ $SPARSE_METHOD ] + Parameter #0 [ $sparsecolormethod ] Parameter #1 [ $arguments ] - Parameter #2 [ $CHANNEL ] + Parameter #2 [ $channel ] } } - Method [ public method remapimage ] { + Method [ public method remapImage ] { - Parameters [2] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $DITHER ] + Parameter #0 [ Imagick $replacement ] + Parameter #1 [ $dither_method ] } } - Method [ public method exportimagepixels ] { + Method [ public method exportImagePixels ] { - Parameters [6] { Parameter #0 [ $x ] @@ -1636,62 +1649,63 @@ Extension [ extension #77 imagick version 3.4.4 ] { Parameter #2 [ $width ] Parameter #3 [ $height ] Parameter #4 [ $map ] - Parameter #5 [ $STORAGE ] + Parameter #5 [ $pixelstorage ] } } - Method [ public method getimagechannelkurtosis ] { + Method [ public method getImageChannelKurtosis ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method functionimage ] { + Method [ public method functionImage ] { - - Parameters [2] { - Parameter #0 [ $FUNCTION ] - Parameter #1 [ $arguments ] + - Parameters [3] { + Parameter #0 [ $function ] + Parameter #1 [ $parameters ] + Parameter #2 [ $channel ] } } - Method [ public method transformimagecolorspace ] { + Method [ public method transformImageColorspace ] { - Parameters [1] { - Parameter #0 [ $COLORSPACE ] + Parameter #0 [ $colorspace ] } } - Method [ public method haldclutimage ] { + Method [ public method haldClutImage ] { - Parameters [2] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $CHANNEL ] + Parameter #0 [ Imagick $clut ] + Parameter #1 [ $channel ] } } - Method [ public method autolevelimage ] { + Method [ public method autoLevelImage ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method blueshiftimage ] { + Method [ public method blueShiftImage ] { - Parameters [1] { Parameter #0 [ $factor ] } } - Method [ public method getimageartifact ] { + Method [ public method getImageArtifact ] { - Parameters [1] { Parameter #0 [ $artifact ] } } - Method [ public method setimageartifact ] { + Method [ public method setImageArtifact ] { - Parameters [2] { Parameter #0 [ $artifact ] @@ -1699,34 +1713,34 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method deleteimageartifact ] { + Method [ public method deleteImageArtifact ] { - Parameters [1] { Parameter #0 [ $artifact ] } } - Method [ public method getcolorspace ] { + Method [ public method getColorspace ] { - Parameters [0] { } } - Method [ public method setcolorspace ] { + Method [ public method setColorspace ] { - Parameters [1] { - Parameter #0 [ $COLORSPACE ] + Parameter #0 [ $colorspace ] } } - Method [ public method clampimage ] { + Method [ public method clampImage ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method smushimages ] { + Method [ public method smushImages ] { - Parameters [2] { Parameter #0 [ $stack ] @@ -1741,7 +1755,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method __tostring ] { + Method [ public method __toString ] { - Parameters [0] { } @@ -1754,70 +1768,69 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method getpixeliterator ] { + Method [ public method getPixelIterator ] { - Parameters [0] { } } - Method [ public method getpixelregioniterator ] { + Method [ public method getPixelRegionIterator ] { - - Parameters [5] { + - Parameters [4] { Parameter #0 [ $x ] Parameter #1 [ $y ] Parameter #2 [ $columns ] Parameter #3 [ $rows ] - Parameter #4 [ $modify ] } } - Method [ public method readimage ] { + Method [ public method readImage ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Method [ public method readimages ] { + Method [ public method readImages ] { - Parameters [1] { Parameter #0 [ $filenames ] } } - Method [ public method readimageblob ] { + Method [ public method readImageBlob ] { - Parameters [2] { - Parameter #0 [ $imageContents ] + Parameter #0 [ $image ] Parameter #1 [ $filename ] } } - Method [ public method setimageformat ] { + Method [ public method setImageFormat ] { - Parameters [1] { - Parameter #0 [ $imageFormat ] + Parameter #0 [ $format ] } } - Method [ public method scaleimage ] { + Method [ public method scaleImage ] { - Parameters [4] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] Parameter #2 [ $bestfit ] Parameter #3 [ $legacy ] } } - Method [ public method writeimage ] { + Method [ public method writeImage ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Method [ public method writeimages ] { + Method [ public method writeImages ] { - Parameters [2] { Parameter #0 [ $filename ] @@ -1825,27 +1838,27 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method blurimage ] { + Method [ public method blurImage ] { - Parameters [3] { Parameter #0 [ $radius ] Parameter #1 [ $sigma ] - Parameter #2 [ $CHANNELTYPE ] + Parameter #2 [ $channel ] } } - Method [ public method thumbnailimage ] { + Method [ public method thumbnailImage ] { - Parameters [5] { - Parameter #0 [ $width ] - Parameter #1 [ $height ] + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] Parameter #2 [ $bestfit ] Parameter #3 [ $fill ] Parameter #4 [ $legacy ] } } - Method [ public method cropthumbnailimage ] { + Method [ public method cropThumbnailImage ] { - Parameters [3] { Parameter #0 [ $width ] @@ -1854,32 +1867,32 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method getimagefilename ] { + Method [ public method getImageFilename ] { - Parameters [0] { } } - Method [ public method setimagefilename ] { + Method [ public method setImageFilename ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Method [ public method getimageformat ] { + Method [ public method getImageFormat ] { - Parameters [0] { } } - Method [ public method getimagemimetype ] { + Method [ public method getImageMimeType ] { - Parameters [0] { } } - Method [ public method removeimage ] { + Method [ public method removeImage ] { - Parameters [0] { } @@ -1903,87 +1916,87 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method getimagesize ] { + Method [ public method getImageSize ] { - Parameters [0] { } } - Method [ public method getimageblob ] { + Method [ public method getImageBlob ] { - Parameters [0] { } } - Method [ public method getimagesblob ] { + Method [ public method getImagesBlob ] { - Parameters [0] { } } - Method [ public method setfirstiterator ] { + Method [ public method setFirstIterator ] { - Parameters [0] { } } - Method [ public method setlastiterator ] { + Method [ public method setLastIterator ] { - Parameters [0] { } } - Method [ public method resetiterator ] { + Method [ public method resetIterator ] { - Parameters [0] { } } - Method [ public method previousimage ] { + Method [ public method previousImage ] { - Parameters [0] { } } - Method [ public method nextimage ] { + Method [ public method nextImage ] { - Parameters [0] { } } - Method [ public method haspreviousimage ] { + Method [ public method hasPreviousImage ] { - Parameters [0] { } } - Method [ public method hasnextimage ] { + Method [ public method hasNextImage ] { - Parameters [0] { } } - Method [ public method setimageindex ] { + Method [ public method setImageIndex ] { - Parameters [1] { Parameter #0 [ $index ] } } - Method [ public method getimageindex ] { + Method [ public method getImageIndex ] { - Parameters [0] { } } - Method [ public method commentimage ] { + Method [ public method commentImage ] { - Parameters [1] { Parameter #0 [ $comment ] } } - Method [ public method cropimage ] { + Method [ public method cropImage ] { - Parameters [4] { Parameter #0 [ $width ] @@ -1993,56 +2006,56 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method labelimage ] { + Method [ public method labelImage ] { - Parameters [1] { Parameter #0 [ $label ] } } - Method [ public method getimagegeometry ] { + Method [ public method getImageGeometry ] { - Parameters [0] { } } - Method [ public method drawimage ] { + Method [ public method drawImage ] { - Parameters [1] { - Parameter #0 [ ImagickDraw $ImagickDraw ] + Parameter #0 [ ImagickDraw $drawing ] } } - Method [ public method setimagecompressionquality ] { + Method [ public method setImageCompressionQuality ] { - Parameters [1] { Parameter #0 [ $quality ] } } - Method [ public method getimagecompressionquality ] { + Method [ public method getImageCompressionQuality ] { - Parameters [0] { } } - Method [ public method setimagecompression ] { + Method [ public method setImageCompression ] { - Parameters [1] { - Parameter #0 [ $COMPRESSION ] + Parameter #0 [ $compression ] } } - Method [ public method getimagecompression ] { + Method [ public method getImageCompression ] { - Parameters [0] { } } - Method [ public method annotateimage ] { + Method [ public method annotateImage ] { - Parameters [5] { - Parameter #0 [ ImagickDraw $ImagickDraw ] + Parameter #0 [ ImagickDraw $settings ] Parameter #1 [ $x ] Parameter #2 [ $y ] Parameter #3 [ $angle ] @@ -2050,18 +2063,18 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method compositeimage ] { + Method [ public method compositeImage ] { - Parameters [5] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $COMPOSITE ] + Parameter #0 [ Imagick $composite_image ] + Parameter #1 [ $composite ] Parameter #2 [ $x ] Parameter #3 [ $y ] - Parameter #4 [ $CHANNELTYPE ] + Parameter #4 [ $channel ] } } - Method [ public method modulateimage ] { + Method [ public method modulateImage ] { - Parameters [3] { Parameter #0 [ $brightness ] @@ -2070,39 +2083,39 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method getimagecolors ] { + Method [ public method getImageColors ] { - Parameters [0] { } } - Method [ public method montageimage ] { + Method [ public method montageImage ] { - Parameters [5] { - Parameter #0 [ ImagickDraw $ImagickDraw ] - Parameter #1 [ $tileGeometry ] - Parameter #2 [ $thumbnailGeometry ] - Parameter #3 [ $MONTAGEMODE ] + Parameter #0 [ ImagickDraw $settings ] + Parameter #1 [ $tile_geometry ] + Parameter #2 [ $thumbnail_geometry ] + Parameter #3 [ $monatgemode ] Parameter #4 [ $frame ] } } - Method [ public method identifyimage ] { + Method [ public method identifyImage ] { - Parameters [1] { - Parameter #0 [ $appendRawOutput ] + Parameter #0 [ $append_raw_output ] } } - Method [ public method thresholdimage ] { + Method [ public method thresholdImage ] { - Parameters [2] { Parameter #0 [ $threshold ] - Parameter #1 [ $CHANNELTYPE ] + Parameter #1 [ $channel ] } } - Method [ public method adaptivethresholdimage ] { + Method [ public method adaptiveThresholdImage ] { - Parameters [3] { Parameter #0 [ $width ] @@ -2111,28 +2124,28 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method blackthresholdimage ] { + Method [ public method blackThresholdImage ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $threshold_color ] } } - Method [ public method whitethresholdimage ] { + Method [ public method whiteThresholdImage ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $threshold_color ] } } - Method [ public method appendimages ] { + Method [ public method appendImages ] { - Parameters [1] { Parameter #0 [ $stack ] } } - Method [ public method charcoalimage ] { + Method [ public method charcoalImage ] { - Parameters [2] { Parameter #0 [ $radius ] @@ -2140,21 +2153,21 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method normalizeimage ] { + Method [ public method normalizeImage ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method oilpaintimage ] { + Method [ public method oilPaintImage ] { - Parameters [1] { Parameter #0 [ $radius ] } } - Method [ public method posterizeimage ] { + Method [ public method posterizeImage ] { - Parameters [2] { Parameter #0 [ $levels ] @@ -2162,15 +2175,15 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method radialblurimage ] { + Method [ public method radialBlurImage ] { - Parameters [2] { Parameter #0 [ $angle ] - Parameter #1 [ $CHANNEL ] + Parameter #1 [ $channel ] } } - Method [ public method raiseimage ] { + Method [ public method raiseImage ] { - Parameters [5] { Parameter #0 [ $width ] @@ -2181,29 +2194,29 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method resampleimage ] { + Method [ public method resampleImage ] { - Parameters [4] { - Parameter #0 [ $xResolution ] - Parameter #1 [ $yResolution ] - Parameter #2 [ $FILTER ] + Parameter #0 [ $x_resolution ] + Parameter #1 [ $y_resolution ] + Parameter #2 [ $filter ] Parameter #3 [ $blur ] } } - Method [ public method resizeimage ] { + Method [ public method resizeImage ] { - Parameters [6] { - Parameter #0 [ $x ] - Parameter #1 [ $y ] - Parameter #2 [ $filter ] - Parameter #3 [ $blur ] + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + Parameter #2 [ $filter ] + Parameter #3 [ $blur ] Parameter #4 [ $bestfit ] Parameter #5 [ $legacy ] } } - Method [ public method rollimage ] { + Method [ public method rollImage ] { - Parameters [2] { Parameter #0 [ $x ] @@ -2211,15 +2224,15 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method rotateimage ] { + Method [ public method rotateImage ] { - Parameters [2] { - Parameter #0 [ $color ] + Parameter #0 [ $background_color ] Parameter #1 [ $degrees ] } } - Method [ public method sampleimage ] { + Method [ public method sampleImage ] { - Parameters [2] { Parameter #0 [ $columns ] @@ -2227,14 +2240,14 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method solarizeimage ] { + Method [ public method solarizeImage ] { - Parameters [1] { Parameter #0 [ $threshold ] } } - Method [ public method shadowimage ] { + Method [ public method shadowImage ] { - Parameters [4] { Parameter #0 [ $opacity ] @@ -2244,7 +2257,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimageattribute ] { + Method [ public method setImageAttribute ] { - Parameters [2] { Parameter #0 [ $key ] @@ -2252,56 +2265,56 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimagebackgroundcolor ] { + Method [ public method setImageBackgroundColor ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $background_color ] } } - Method [ public method setimagecompose ] { + Method [ public method setImageCompose ] { - Parameters [1] { - Parameter #0 [ $COMPOSITE ] + Parameter #0 [ $compose ] } } - Method [ public method setimagedelay ] { + Method [ public method setImageDelay ] { - Parameters [1] { Parameter #0 [ $delay ] } } - Method [ public method setimagedepth ] { + Method [ public method setImageDepth ] { - Parameters [1] { Parameter #0 [ $depth ] } } - Method [ public method setimagegamma ] { + Method [ public method setImageGamma ] { - Parameters [1] { Parameter #0 [ $gamma ] } } - Method [ public method setimageiterations ] { + Method [ public method setImageIterations ] { - Parameters [1] { Parameter #0 [ $iterations ] } } - Method [ public method setimagemattecolor ] { + Method [ public method setImageMatteColor ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $matte_color ] } } - Method [ public method setimagepage ] { + Method [ public method setImagePage ] { - Parameters [4] { Parameter #0 [ $width ] @@ -2311,66 +2324,66 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimageprogressmonitor ] { + Method [ public method setImageProgressMonitor ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Method [ public method setprogressmonitor ] { + Method [ public method setProgressMonitor ] { - Parameters [1] { Parameter #0 [ $callback ] } } - Method [ public method setimageresolution ] { + Method [ public method setImageResolution ] { - Parameters [2] { - Parameter #0 [ $xResolution ] - Parameter #1 [ $yResolution ] + Parameter #0 [ $x_resolution ] + Parameter #1 [ $y_resolution ] } } - Method [ public method setimagescene ] { + Method [ public method setImageScene ] { - Parameters [1] { Parameter #0 [ $scene ] } } - Method [ public method setimagetickspersecond ] { + Method [ public method setImageTicksPerSecond ] { - Parameters [1] { - Parameter #0 [ $ticksPerSecond ] + Parameter #0 [ $ticks_per_second ] } } - Method [ public method setimagetype ] { + Method [ public method setImageType ] { - Parameters [1] { - Parameter #0 [ $IMGTYPE ] + Parameter #0 [ $image_type ] } } - Method [ public method setimageunits ] { + Method [ public method setImageUnits ] { - Parameters [1] { - Parameter #0 [ $RESOLUTION ] + Parameter #0 [ $units ] } } - Method [ public method sharpenimage ] { + Method [ public method sharpenImage ] { - Parameters [3] { Parameter #0 [ $radius ] Parameter #1 [ $sigma ] - Parameter #2 [ $CHANNEL ] + Parameter #2 [ $channel ] } } - Method [ public method shaveimage ] { + Method [ public method shaveImage ] { - Parameters [2] { Parameter #0 [ $columns ] @@ -2378,16 +2391,16 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method shearimage ] { + Method [ public method shearImage ] { - Parameters [3] { - Parameter #0 [ $color ] - Parameter #1 [ $xShear ] - Parameter #2 [ $yShear ] + Parameter #0 [ $background_color ] + Parameter #1 [ $x_shear ] + Parameter #2 [ $y_shear ] } } - Method [ public method spliceimage ] { + Method [ public method spliceImage ] { - Parameters [4] { Parameter #0 [ $width ] @@ -2397,131 +2410,132 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method pingimage ] { + Method [ public method pingImage ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Method [ public method readimagefile ] { + Method [ public method readImageFile ] { - - Parameters [1] { - Parameter #0 [ $fp ] + - Parameters [2] { + Parameter #0 [ $filehandle ] + Parameter #1 [ $filename ] } } - Method [ public method displayimage ] { + Method [ public method displayImage ] { - Parameters [1] { - Parameter #0 [ $serverName ] + Parameter #0 [ $servername ] } } - Method [ public method displayimages ] { + Method [ public method displayImages ] { - Parameters [1] { - Parameter #0 [ $serverName ] + Parameter #0 [ $servername ] } } - Method [ public method spreadimage ] { + Method [ public method spreadImage ] { - Parameters [1] { Parameter #0 [ $radius ] } } - Method [ public method swirlimage ] { + Method [ public method swirlImage ] { - Parameters [1] { Parameter #0 [ $degrees ] } } - Method [ public method stripimage ] { + Method [ public method stripImage ] { - Parameters [0] { } } - Method [ public method queryfontmetrics ] { + Method [ public method queryFontMetrics ] { - Parameters [3] { - Parameter #0 [ ImagickDraw $ImagickDraw ] + Parameter #0 [ ImagickDraw $settings ] Parameter #1 [ $text ] Parameter #2 [ $multiline ] } } - Method [ public method steganoimage ] { + Method [ public method steganoImage ] { - Parameters [2] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $watermark ] Parameter #1 [ $offset ] } } - Method [ public method addnoiseimage ] { + Method [ public method addNoiseImage ] { - Parameters [2] { - Parameter #0 [ $NOISE ] - Parameter #1 [ $CHANNEL ] + Parameter #0 [ $noise ] + Parameter #1 [ $channel ] } } - Method [ public method motionblurimage ] { + Method [ public method motionBlurImage ] { - Parameters [4] { Parameter #0 [ $radius ] Parameter #1 [ $sigma ] Parameter #2 [ $angle ] - Parameter #3 [ $CHANNEL ] + Parameter #3 [ $channel ] } } - Method [ public method mosaicimages ] { + Method [ public method mosaicImages ] { - Parameters [0] { } } - Method [ public method morphimages ] { + Method [ public method morphImages ] { - Parameters [1] { - Parameter #0 [ $frames ] + Parameter #0 [ $number_frames ] } } - Method [ public method minifyimage ] { + Method [ public method minifyImage ] { - Parameters [0] { } } - Method [ public method affinetransformimage ] { + Method [ public method affineTransformImage ] { - Parameters [1] { - Parameter #0 [ ImagickDraw $ImagickDraw ] + Parameter #0 [ ImagickDraw $settings ] } } - Method [ public method averageimages ] { + Method [ public method averageImages ] { - Parameters [0] { } } - Method [ public method borderimage ] { + Method [ public method borderImage ] { - Parameters [3] { - Parameter #0 [ $color ] + Parameter #0 [ $border_color ] Parameter #1 [ $width ] Parameter #2 [ $height ] } } - Method [ public method chopimage ] { + Method [ public method chopImage ] { - Parameters [4] { Parameter #0 [ $width ] @@ -2531,13 +2545,13 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method clipimage ] { + Method [ public method clipImage ] { - Parameters [0] { } } - Method [ public method clippathimage ] { + Method [ public method clipPathImage ] { - Parameters [2] { Parameter #0 [ $pathname ] @@ -2545,7 +2559,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method clipimagepath ] { + Method [ public method clipImagePath ] { - Parameters [2] { Parameter #0 [ $pathname ] @@ -2553,97 +2567,98 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method coalesceimages ] { + Method [ public method coalesceImages ] { - Parameters [0] { } } - Method [ public method colorfloodfillimage ] { + Method [ public method colorFloodfillImage ] { - Parameters [5] { Parameter #0 [ $fill_color ] Parameter #1 [ $fuzz ] Parameter #2 [ $border_color ] - Parameter #3 [ $y ] - Parameter #4 [ $x ] + Parameter #3 [ $x ] + Parameter #4 [ $y ] } } - Method [ public method colorizeimage ] { + Method [ public method colorizeImage ] { - Parameters [3] { Parameter #0 [ $colorize_color ] - Parameter #1 [ $opacity ] + Parameter #1 [ $opacity_color ] Parameter #2 [ $legacy ] } } - Method [ public method compareimagechannels ] { + Method [ public method compareImageChannels ] { - Parameters [3] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $CHANNEL ] - Parameter #2 [ $METRIC ] + Parameter #0 [ Imagick $reference ] + Parameter #1 [ $channel ] + Parameter #2 [ $metric ] } } - Method [ public method compareimages ] { + Method [ public method compareImages ] { - Parameters [2] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $METRIC ] + Parameter #0 [ Imagick $reference ] + Parameter #1 [ $metric ] } } - Method [ public method contrastimage ] { + Method [ public method contrastImage ] { - Parameters [1] { Parameter #0 [ $sharpen ] } } - Method [ public method combineimages ] { + Method [ public method combineImages ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $colorspace ] } } - Method [ public method convolveimage ] { + Method [ public method convolveImage ] { - Parameters [2] { Parameter #0 [ $kernel ] - Parameter #1 [ $CHANNEL ] + Parameter #1 [ $channel ] } } - Method [ public method cyclecolormapimage ] { + Method [ public method cycleColormapImage ] { - Parameters [1] { Parameter #0 [ $displace ] } } - Method [ public method deconstructimages ] { + Method [ public method deconstructImages ] { - Parameters [0] { } } - Method [ public method despeckleimage ] { + Method [ public method despeckleImage ] { - Parameters [0] { } } - Method [ public method edgeimage ] { + Method [ public method edgeImage ] { - Parameters [1] { Parameter #0 [ $radius ] } } - Method [ public method embossimage ] { + Method [ public method embossImage ] { - Parameters [2] { Parameter #0 [ $radius ] @@ -2651,256 +2666,256 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method enhanceimage ] { + Method [ public method enhanceImage ] { - Parameters [0] { } } - Method [ public method equalizeimage ] { + Method [ public method equalizeImage ] { - Parameters [0] { } } - Method [ public method evaluateimage ] { + Method [ public method evaluateImage ] { - Parameters [3] { - Parameter #0 [ $EVALUATE ] + Parameter #0 [ $evaluate ] Parameter #1 [ $constant ] - Parameter #2 [ $CHANNEL ] + Parameter #2 [ $channel ] } } - Method [ public method evaluateimages ] { + Method [ public method evaluateImages ] { - Parameters [1] { - Parameter #0 [ $EVALUATE ] + Parameter #0 [ $evaluate ] } } - Method [ public method flattenimages ] { + Method [ public method flattenImages ] { - Parameters [0] { } } - Method [ public method flipimage ] { + Method [ public method flipImage ] { - Parameters [0] { } } - Method [ public method flopimage ] { + Method [ public method flopImage ] { - Parameters [0] { } } - Method [ public method forwardfouriertransformimage ] { + Method [ public method forwardFourierTransformImage ] { - Parameters [1] { Parameter #0 [ $magnitude ] } } - Method [ public method frameimage ] { + Method [ public method frameImage ] { - Parameters [5] { - Parameter #0 [ $color ] + Parameter #0 [ $matte_color ] Parameter #1 [ $width ] Parameter #2 [ $height ] - Parameter #3 [ $innerBevel ] - Parameter #4 [ $outerBevel ] + Parameter #3 [ $inner_bevel ] + Parameter #4 [ $outer_bevel ] } } - Method [ public method fximage ] { + Method [ public method fxImage ] { - Parameters [2] { Parameter #0 [ $expression ] - Parameter #1 [ $CHANNEL ] + Parameter #1 [ $channel ] } } - Method [ public method gammaimage ] { + Method [ public method gammaImage ] { - Parameters [2] { Parameter #0 [ $gamma ] - Parameter #1 [ $CHANNEL ] + Parameter #1 [ $channel ] } } - Method [ public method gaussianblurimage ] { + Method [ public method gaussianBlurImage ] { - Parameters [3] { Parameter #0 [ $radius ] Parameter #1 [ $sigma ] - Parameter #2 [ $CHANNEL ] + Parameter #2 [ $channel ] } } - Method [ public method getimageattribute ] { + Method [ public method getImageAttribute ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method getimagebackgroundcolor ] { + Method [ public method getImageBackgroundColor ] { - Parameters [0] { } } - Method [ public method getimageblueprimary ] { + Method [ public method getImageBluePrimary ] { - Parameters [0] { } } - Method [ public method getimagebordercolor ] { + Method [ public method getImageBorderColor ] { - Parameters [0] { } } - Method [ public method getimagechanneldepth ] { + Method [ public method getImageChannelDepth ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method getimagechanneldistortion ] { + Method [ public method getImageChannelDistortion ] { - Parameters [3] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $CHANNEL ] - Parameter #2 [ $METRIC ] + Parameter #0 [ Imagick $reference ] + Parameter #1 [ $channel ] + Parameter #2 [ $metric ] } } - Method [ public method getimagechannelextrema ] { + Method [ public method getImageChannelExtrema ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method getimagechannelmean ] { + Method [ public method getImageChannelMean ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method getimagechannelstatistics ] { + Method [ public method getImageChannelStatistics ] { - Parameters [0] { } } - Method [ public method getimagecolormapcolor ] { + Method [ public method getImageColormapColor ] { - Parameters [1] { Parameter #0 [ $index ] } } - Method [ public method getimagecolorspace ] { + Method [ public method getImageColorspace ] { - Parameters [0] { } } - Method [ public method getimagecompose ] { + Method [ public method getImageCompose ] { - Parameters [0] { } } - Method [ public method getimagedelay ] { + Method [ public method getImageDelay ] { - Parameters [0] { } } - Method [ public method getimagedepth ] { + Method [ public method getImageDepth ] { - Parameters [0] { } } - Method [ public method getimagedistortion ] { + Method [ public method getImageDistortion ] { - Parameters [2] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $METRIC ] + Parameter #0 [ Imagick $reference ] + Parameter #1 [ $metric ] } } - Method [ public method getimageextrema ] { + Method [ public method getImageExtrema ] { - Parameters [0] { } } - Method [ public method getimagedispose ] { + Method [ public method getImageDispose ] { - Parameters [0] { } } - Method [ public method getimagegamma ] { + Method [ public method getImageGamma ] { - Parameters [0] { } } - Method [ public method getimagegreenprimary ] { + Method [ public method getImageGreenPrimary ] { - Parameters [0] { } } - Method [ public method getimageheight ] { + Method [ public method getImageHeight ] { - Parameters [0] { } } - Method [ public method getimagehistogram ] { + Method [ public method getImageHistogram ] { - Parameters [0] { } } - Method [ public method getimageinterlacescheme ] { + Method [ public method getImageInterlaceScheme ] { - Parameters [0] { } } - Method [ public method getimageiterations ] { + Method [ public method getImageIterations ] { - Parameters [0] { } } - Method [ public method getimagemattecolor ] { + Method [ public method getImageMatteColor ] { - Parameters [0] { } } - Method [ public method getimagepage ] { + Method [ public method getImagePage ] { - Parameters [0] { } } - Method [ public method getimagepixelcolor ] { + Method [ public method getImagePixelColor ] { - Parameters [2] { Parameter #0 [ $x ] @@ -2908,92 +2923,92 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method getimageprofile ] { + Method [ public method getImageProfile ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method getimageredprimary ] { + Method [ public method getImageRedPrimary ] { - Parameters [0] { } } - Method [ public method getimagerenderingintent ] { + Method [ public method getImageRenderingIntent ] { - Parameters [0] { } } - Method [ public method getimageresolution ] { + Method [ public method getImageResolution ] { - Parameters [0] { } } - Method [ public method getimagescene ] { + Method [ public method getImageScene ] { - Parameters [0] { } } - Method [ public method getimagesignature ] { + Method [ public method getImageSignature ] { - Parameters [0] { } } - Method [ public method getimagetickspersecond ] { + Method [ public method getImageTicksPerSecond ] { - Parameters [0] { } } - Method [ public method getimagetype ] { + Method [ public method getImageType ] { - Parameters [0] { } } - Method [ public method getimageunits ] { + Method [ public method getImageUnits ] { - Parameters [0] { } } - Method [ public method getimagevirtualpixelmethod ] { + Method [ public method getImageVirtualPixelMethod ] { - Parameters [0] { } } - Method [ public method getimagewhitepoint ] { + Method [ public method getImageWhitePoint ] { - Parameters [0] { } } - Method [ public method getimagewidth ] { + Method [ public method getImageWidth ] { - Parameters [0] { } } - Method [ public method getnumberimages ] { + Method [ public method getNumberImages ] { - Parameters [0] { } } - Method [ public method getimagetotalinkdensity ] { + Method [ public method getImageTotalInkDensity ] { - Parameters [0] { } } - Method [ public method getimageregion ] { + Method [ public method getImageRegion ] { - Parameters [4] { Parameter #0 [ $width ] @@ -3003,82 +3018,82 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method implodeimage ] { + Method [ public method implodeImage ] { - Parameters [1] { Parameter #0 [ $radius ] } } - Method [ public method inversefouriertransformimage ] { + Method [ public method inverseFourierTransformImage ] { - Parameters [2] { - Parameter #0 [ $complement ] + Parameter #0 [ Imagick $complement ] Parameter #1 [ $magnitude ] } } - Method [ public method levelimage ] { + Method [ public method levelImage ] { - Parameters [4] { - Parameter #0 [ $blackPoint ] + Parameter #0 [ $black_point ] Parameter #1 [ $gamma ] - Parameter #2 [ $whitePoint ] - Parameter #3 [ $CHANNEL ] + Parameter #2 [ $white_point ] + Parameter #3 [ $channel ] } } - Method [ public method magnifyimage ] { + Method [ public method magnifyImage ] { - Parameters [0] { } } - Method [ public method mapimage ] { + Method [ public method mapImage ] { - Parameters [2] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ imagick $map ] Parameter #1 [ $dither ] } } - Method [ public method mattefloodfillimage ] { + Method [ public method matteFloodfillImage ] { - Parameters [5] { Parameter #0 [ $alpha ] Parameter #1 [ $fuzz ] - Parameter #2 [ $color ] + Parameter #2 [ $border_color ] Parameter #3 [ $x ] Parameter #4 [ $y ] } } - Method [ public method medianfilterimage ] { + Method [ public method medianFilterImage ] { - Parameters [1] { Parameter #0 [ $radius ] } } - Method [ public method negateimage ] { + Method [ public method negateImage ] { - Parameters [2] { Parameter #0 [ $gray ] - Parameter #1 [ $CHANNEL ] + Parameter #1 [ $channel ] } } - Method [ public method paintopaqueimage ] { + Method [ public method paintOpaqueImage ] { - Parameters [4] { Parameter #0 [ $target_color ] Parameter #1 [ $fill_color ] Parameter #2 [ $fuzz ] - Parameter #3 [ $CHANNEL ] + Parameter #3 [ $channel ] } } - Method [ public method painttransparentimage ] { + Method [ public method paintTransparentImage ] { - Parameters [3] { Parameter #0 [ $target_color ] @@ -3087,14 +3102,14 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method previewimages ] { + Method [ public method previewImages ] { - Parameters [1] { - Parameter #0 [ $PREVIEW ] + Parameter #0 [ $preview ] } } - Method [ public method profileimage ] { + Method [ public method profileImage ] { - Parameters [2] { Parameter #0 [ $name ] @@ -3102,71 +3117,71 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method quantizeimage ] { + Method [ public method quantizeImage ] { - Parameters [5] { - Parameter #0 [ $numColors ] - Parameter #1 [ $COLORSPACE ] - Parameter #2 [ $treeDepth ] + Parameter #0 [ $number_colors ] + Parameter #1 [ $colorspace ] + Parameter #2 [ $tree_depth ] Parameter #3 [ $dither ] - Parameter #4 [ $measureError ] + Parameter #4 [ $measure_error ] } } - Method [ public method quantizeimages ] { + Method [ public method quantizeImages ] { - Parameters [5] { - Parameter #0 [ $numColors ] - Parameter #1 [ $COLORSPACE ] - Parameter #2 [ $treeDepth ] + Parameter #0 [ $number_colors ] + Parameter #1 [ $colorspace ] + Parameter #2 [ $tree_depth ] Parameter #3 [ $dither ] - Parameter #4 [ $measureError ] + Parameter #4 [ $measure_error ] } } - Method [ public method reducenoiseimage ] { + Method [ public method reduceNoiseImage ] { - Parameters [1] { Parameter #0 [ $radius ] } } - Method [ public method removeimageprofile ] { + Method [ public method removeImageProfile ] { - Parameters [1] { Parameter #0 [ $name ] } } - Method [ public method separateimagechannel ] { + Method [ public method separateImageChannel ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method sepiatoneimage ] { + Method [ public method sepiaToneImage ] { - Parameters [1] { Parameter #0 [ $threshold ] } } - Method [ public method setimagebias ] { + Method [ public method setImageBias ] { - Parameters [1] { Parameter #0 [ $bias ] } } - Method [ public method setimagebiasquantum ] { + Method [ public method setImageBiasQuantum ] { - Parameters [1] { Parameter #0 [ $bias ] } } - Method [ public method setimageblueprimary ] { + Method [ public method setImageBluePrimary ] { - Parameters [2] { Parameter #0 [ $x ] @@ -3174,22 +3189,22 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimagebordercolor ] { + Method [ public method setImageBorderColor ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $border_color ] } } - Method [ public method setimagechanneldepth ] { + Method [ public method setImageChannelDepth ] { - Parameters [2] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] Parameter #1 [ $depth ] } } - Method [ public method setimagecolormapcolor ] { + Method [ public method setImageColormapColor ] { - Parameters [2] { Parameter #0 [ $index ] @@ -3197,21 +3212,21 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimagecolorspace ] { + Method [ public method setImageColorspace ] { - Parameters [1] { - Parameter #0 [ $COLORSPACE ] + Parameter #0 [ $colorspace ] } } - Method [ public method setimagedispose ] { + Method [ public method setImageDispose ] { - Parameters [1] { - Parameter #0 [ $DISPOSETYPE ] + Parameter #0 [ $dispose ] } } - Method [ public method setimageextent ] { + Method [ public method setImageExtent ] { - Parameters [2] { Parameter #0 [ $columns ] @@ -3219,7 +3234,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimagegreenprimary ] { + Method [ public method setImageGreenPrimary ] { - Parameters [2] { Parameter #0 [ $x ] @@ -3227,14 +3242,14 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimageinterlacescheme ] { + Method [ public method setImageInterlaceScheme ] { - Parameters [1] { - Parameter #0 [ $INTERLACE ] + Parameter #0 [ $interlace ] } } - Method [ public method setimageprofile ] { + Method [ public method setImageProfile ] { - Parameters [2] { Parameter #0 [ $name ] @@ -3242,7 +3257,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimageredprimary ] { + Method [ public method setImageRedPrimary ] { - Parameters [2] { Parameter #0 [ $x ] @@ -3250,21 +3265,21 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setimagerenderingintent ] { + Method [ public method setImageRenderingIntent ] { - Parameters [1] { - Parameter #0 [ $RENDERINGINTENT ] + Parameter #0 [ $rendering_intent ] } } - Method [ public method setimagevirtualpixelmethod ] { + Method [ public method setImageVirtualPixelMethod ] { - Parameters [1] { - Parameter #0 [ $VIRTUALPIXELMETHOD ] + Parameter #0 [ $method ] } } - Method [ public method setimagewhitepoint ] { + Method [ public method setImageWhitePoint ] { - Parameters [2] { Parameter #0 [ $x ] @@ -3272,71 +3287,71 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method sigmoidalcontrastimage ] { + Method [ public method sigmoidalContrastImage ] { - Parameters [4] { Parameter #0 [ $sharpen ] - Parameter #1 [ $contrast ] - Parameter #2 [ $midpoint ] - Parameter #3 [ $CHANNEL ] + Parameter #1 [ $alpha ] + Parameter #2 [ $beta ] + Parameter #3 [ $channel ] } } - Method [ public method stereoimage ] { + Method [ public method stereoImage ] { - Parameters [1] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $offset_image ] } } - Method [ public method textureimage ] { + Method [ public method textureImage ] { - Parameters [1] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $texture ] } } - Method [ public method tintimage ] { + Method [ public method tintImage ] { - Parameters [3] { Parameter #0 [ $tint_color ] - Parameter #1 [ $opacity ] + Parameter #1 [ $opacity_color ] Parameter #2 [ $legacy ] } } - Method [ public method unsharpmaskimage ] { + Method [ public method unsharpMaskImage ] { - Parameters [5] { Parameter #0 [ $radius ] Parameter #1 [ $sigma ] Parameter #2 [ $amount ] Parameter #3 [ $threshold ] - Parameter #4 [ $CHANNEL ] + Parameter #4 [ $channel ] } } - Method [ public method getimage ] { + Method [ public method getImage ] { - Parameters [0] { } } - Method [ public method addimage ] { + Method [ public method addImage ] { - Parameters [1] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $image ] } } - Method [ public method setimage ] { + Method [ public method setImage ] { - Parameters [1] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $image ] } } - Method [ public method newimage ] { + Method [ public method newImage ] { - Parameters [4] { Parameter #0 [ $columns ] @@ -3346,113 +3361,113 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method newpseudoimage ] { + Method [ public method newPseudoImage ] { - Parameters [3] { Parameter #0 [ $columns ] Parameter #1 [ $rows ] - Parameter #2 [ $pseudoString ] + Parameter #2 [ $pseudo_format ] } } - Method [ public method getcompression ] { + Method [ public method getCompression ] { - Parameters [0] { } } - Method [ public method getcompressionquality ] { + Method [ public method getCompressionQuality ] { - Parameters [0] { } } - Method [ public method getfilename ] { + Method [ public method getFilename ] { - Parameters [0] { } } - Method [ public method getformat ] { + Method [ public method getFormat ] { - Parameters [0] { } } - Method [ public method getinterlacescheme ] { + Method [ public method getInterlaceScheme ] { - Parameters [0] { } } - Method [ public method getoption ] { + Method [ public method getOption ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method getpage ] { + Method [ public method getPage ] { - Parameters [0] { } } - Method [ public method getsamplingfactors ] { + Method [ public method getSamplingFactors ] { - Parameters [0] { } } - Method [ public method getsize ] { + Method [ public method getSize ] { - Parameters [0] { } } - Method [ public method setbackgroundcolor ] { + Method [ public method setBackgroundColor ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $background_color ] } } - Method [ public method setcompression ] { + Method [ public method setCompression ] { - Parameters [1] { Parameter #0 [ $compression ] } } - Method [ public method setcompressionquality ] { + Method [ public method setCompressionQuality ] { - Parameters [1] { - Parameter #0 [ $compressionquality ] + Parameter #0 [ $quality ] } } - Method [ public method setfilename ] { + Method [ public method setFilename ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Method [ public method setformat ] { + Method [ public method setFormat ] { - Parameters [1] { Parameter #0 [ $format ] } } - Method [ public method setinterlacescheme ] { + Method [ public method setInterlaceScheme ] { - Parameters [1] { - Parameter #0 [ $INTERLACE ] + Parameter #0 [ $interlace ] } } - Method [ public method setoption ] { + Method [ public method setOption ] { - Parameters [2] { Parameter #0 [ $key ] @@ -3460,7 +3475,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setpage ] { + Method [ public method setPage ] { - Parameters [4] { Parameter #0 [ $width ] @@ -3470,22 +3485,22 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setresolution ] { + Method [ public method setResolution ] { - Parameters [2] { - Parameter #0 [ $xResolution ] - Parameter #1 [ $yResolution ] + Parameter #0 [ $x_resolution ] + Parameter #1 [ $y_resolution ] } } - Method [ public method setsamplingfactors ] { + Method [ public method setSamplingFactors ] { - Parameters [1] { Parameter #0 [ $factors ] } } - Method [ public method setsize ] { + Method [ public method setSize ] { - Parameters [2] { Parameter #0 [ $columns ] @@ -3493,10 +3508,10 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method settype ] { + Method [ public method setType ] { - Parameters [1] { - Parameter #0 [ $IMGTYPE ] + Parameter #0 [ $imgtype ] } } @@ -3530,57 +3545,57 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method brightnesscontrastimage ] { + Method [ public method brightnessContrastImage ] { - Parameters [3] { Parameter #0 [ $brightness ] Parameter #1 [ $contrast ] - Parameter #2 [ $CHANNEL ] + Parameter #2 [ $channel ] } } - Method [ public method colormatriximage ] { + Method [ public method colorMatrixImage ] { - Parameters [1] { - Parameter #0 [ $color_matrix ] + Parameter #0 [ $color_matrix ] } } - Method [ public method selectiveblurimage ] { + Method [ public method selectiveBlurImage ] { - Parameters [4] { Parameter #0 [ $radius ] Parameter #1 [ $sigma ] Parameter #2 [ $threshold ] - Parameter #3 [ $CHANNEL ] + Parameter #3 [ $channel ] } } - Method [ public method rotationalblurimage ] { + Method [ public method rotationalBlurImage ] { - Parameters [2] { Parameter #0 [ $angle ] - Parameter #1 [ $CHANNEL ] + Parameter #1 [ $channel ] } } - Method [ public method statisticimage ] { + Method [ public method statisticImage ] { - Parameters [4] { Parameter #0 [ $type ] Parameter #1 [ $width ] Parameter #2 [ $height ] - Parameter #3 [ $CHANNEL ] + Parameter #3 [ $channel ] } } - Method [ public method subimagematch ] { + Method [ public method subimageMatch ] { - Parameters [5] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $image ] Parameter #1 [ &$offset ] Parameter #2 [ &$similarity ] - Parameter #3 [ &$similarity_threshold ] + Parameter #3 [ &$threshold ] Parameter #4 [ &$metric ] } } @@ -3588,10 +3603,10 @@ Extension [ extension #77 imagick version 3.4.4 ] { Method [ public method similarityimage ] { - Parameters [5] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $image ] Parameter #1 [ &$offset ] Parameter #2 [ &$similarity ] - Parameter #3 [ &$similarity_threshold ] + Parameter #3 [ &$threshold ] Parameter #4 [ &$metric ] } } @@ -3599,70 +3614,76 @@ Extension [ extension #77 imagick version 3.4.4 ] { Method [ public method morphology ] { - Parameters [4] { - Parameter #0 [ $morphologyMethod ] + Parameter #0 [ $morphology ] Parameter #1 [ $iterations ] - Parameter #2 [ ImagickKernel $ImagickKernel ] - Parameter #3 [ $CHANNEL ] + Parameter #2 [ ImagickKernel $kernel ] + Parameter #3 [ $channel ] } } Method [ public method filter ] { - Parameters [2] { - Parameter #0 [ ImagickKernel $ImagickKernel ] - Parameter #1 [ $CHANNEL ] + Parameter #0 [ ImagickKernel $kernel ] + Parameter #1 [ $channel ] } } - Method [ public method setantialias ] { + Method [ public method setAntialias ] { - Parameters [1] { Parameter #0 [ $antialias ] } } - Method [ public method getantialias ] { + Method [ public method getAntialias ] { - Parameters [0] { } } - Method [ public method colordecisionlistimage ] { + Method [ public method colorDecisionListImage ] { - Parameters [1] { - Parameter #0 [ $antialias ] + Parameter #0 [ $color_correction_collection ] } } - Method [ public method optimizeimagetransparency ] { + Method [ public method optimizeImageTransparency ] { - Parameters [0] { } } - Method [ public method autogammaimage ] { + Method [ public method autoGammaImage ] { - Parameters [1] { - Parameter #0 [ $CHANNEL ] + Parameter #0 [ $channel ] } } - Method [ public method autoorient ] { + Method [ public method autoOrient ] { - Parameters [0] { } } - Method [ public method compositeimagegravity ] { + Method [ public method autoOrientate ] { + + - Parameters [0] { + } + } + + Method [ public method compositeImageGravity ] { - Parameters [3] { - Parameter #0 [ Imagick $Imagick ] - Parameter #1 [ $COMPOSITE ] - Parameter #2 [ $GRAVITY ] + Parameter #0 [ Imagick $image ] + Parameter #1 [ $composite_constant ] + Parameter #2 [ $gravity ] } } - Method [ public method localcontrastimage ] { + Method [ public method localContrastImage ] { - Parameters [2] { Parameter #0 [ $radius ] @@ -3687,45 +3708,45 @@ Extension [ extension #77 imagick version 3.4.4 ] { } - Methods [134] { - Method [ public method resetvectorgraphics ] { + Method [ public method resetVectorGraphics ] { - Parameters [0] { } } - Method [ public method gettextkerning ] { + Method [ public method getTextKerning ] { - Parameters [0] { } } - Method [ public method settextkerning ] { + Method [ public method setTextKerning ] { - Parameters [1] { Parameter #0 [ $kerning ] } } - Method [ public method gettextinterwordspacing ] { + Method [ public method getTextInterwordSpacing ] { - Parameters [0] { } } - Method [ public method settextinterwordspacing ] { + Method [ public method setTextInterwordSpacing ] { - Parameters [1] { Parameter #0 [ $spacing ] } } - Method [ public method gettextinterlinespacing ] { + Method [ public method getTextInterlineSpacing ] { - Parameters [0] { } } - Method [ public method settextinterlinespacing ] { + Method [ public method setTextInterlineSpacing ] { - Parameters [1] { Parameter #0 [ $spacing ] @@ -3738,43 +3759,43 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setfillcolor ] { + Method [ public method setFillColor ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $fill_color ] } } - Method [ public method setfillalpha ] { + Method [ public method setFillAlpha ] { - Parameters [1] { Parameter #0 [ $alpha ] } } - Method [ public method setresolution ] { + Method [ public method setResolution ] { - Parameters [2] { - Parameter #0 [ $x_resolution ] - Parameter #1 [ $y_resolution ] + Parameter #0 [ $resolution_x ] + Parameter #1 [ $resolution_y ] } } - Method [ public method setstrokecolor ] { + Method [ public method setStrokeColor ] { - Parameters [1] { Parameter #0 [ $color ] } } - Method [ public method setstrokealpha ] { + Method [ public method setStrokeAlpha ] { - Parameters [1] { Parameter #0 [ $alpha ] } } - Method [ public method setstrokewidth ] { + Method [ public method setStrokeWidth ] { - Parameters [1] { Parameter #0 [ $width ] @@ -3790,10 +3811,10 @@ Extension [ extension #77 imagick version 3.4.4 ] { Method [ public method circle ] { - Parameters [4] { - Parameter #0 [ $ox ] - Parameter #1 [ $oy ] - Parameter #2 [ $px ] - Parameter #3 [ $py ] + Parameter #0 [ $origin_x ] + Parameter #1 [ $origin_y ] + Parameter #2 [ $perimeter_x ] + Parameter #3 [ $perimeter_y ] } } @@ -3806,80 +3827,80 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method settextantialias ] { + Method [ public method setTextAntialias ] { - Parameters [1] { Parameter #0 [ $antialias ] } } - Method [ public method settextencoding ] { + Method [ public method setTextEncoding ] { - Parameters [1] { Parameter #0 [ $encoding ] } } - Method [ public method setfont ] { + Method [ public method setFont ] { - Parameters [1] { - Parameter #0 [ $font ] + Parameter #0 [ $font_name ] } } - Method [ public method setfontfamily ] { + Method [ public method setFontFamily ] { - Parameters [1] { - Parameter #0 [ $fontfamily ] + Parameter #0 [ $font_family ] } } - Method [ public method setfontsize ] { + Method [ public method setFontSize ] { - Parameters [1] { - Parameter #0 [ $pointsize ] + Parameter #0 [ $point_size ] } } - Method [ public method setfontstyle ] { + Method [ public method setFontStyle ] { - Parameters [1] { - Parameter #0 [ $STYLE ] + Parameter #0 [ $style ] } } - Method [ public method setfontweight ] { + Method [ public method setFontWeight ] { - Parameters [1] { Parameter #0 [ $weight ] } } - Method [ public method getfont ] { + Method [ public method getFont ] { - Parameters [0] { } } - Method [ public method getfontfamily ] { + Method [ public method getFontFamily ] { - Parameters [0] { } } - Method [ public method getfontsize ] { + Method [ public method getFontSize ] { - Parameters [0] { } } - Method [ public method getfontstyle ] { + Method [ public method getFontStyle ] { - Parameters [0] { } } - Method [ public method getfontweight ] { + Method [ public method getFontWeight ] { - Parameters [0] { } @@ -3894,45 +3915,45 @@ Extension [ extension #77 imagick version 3.4.4 ] { Method [ public method rectangle ] { - Parameters [4] { - Parameter #0 [ $x1 ] - Parameter #1 [ $y1 ] - Parameter #2 [ $x2 ] - Parameter #3 [ $y2 ] + Parameter #0 [ $top_left_x ] + Parameter #1 [ $top_left_y ] + Parameter #2 [ $bottom_right_x ] + Parameter #3 [ $bottom_right_y ] } } - Method [ public method roundrectangle ] { + Method [ public method roundRectangle ] { - Parameters [6] { - Parameter #0 [ $x1 ] - Parameter #1 [ $y1 ] - Parameter #2 [ $x2 ] - Parameter #3 [ $y2 ] - Parameter #4 [ $rx ] - Parameter #5 [ $ry ] + Parameter #0 [ $top_left_x ] + Parameter #1 [ $top_left_y ] + Parameter #2 [ $bottom_right_x ] + Parameter #3 [ $bottom_right_y ] + Parameter #4 [ $rounding_x ] + Parameter #5 [ $rounding_y ] } } Method [ public method ellipse ] { - Parameters [6] { - Parameter #0 [ $ox ] - Parameter #1 [ $oy ] - Parameter #2 [ $px ] - Parameter #3 [ $py ] - Parameter #4 [ $start ] - Parameter #5 [ $end ] + Parameter #0 [ $origin_x ] + Parameter #1 [ $origin_y ] + Parameter #2 [ $radius_x ] + Parameter #3 [ $radius_y ] + Parameter #4 [ $angle_start ] + Parameter #5 [ $angle_end ] } } - Method [ public method skewx ] { + Method [ public method skewX ] { - Parameters [1] { Parameter #0 [ $degrees ] } } - Method [ public method skewy ] { + Method [ public method skewY ] { - Parameters [1] { Parameter #0 [ $degrees ] @@ -3950,22 +3971,22 @@ Extension [ extension #77 imagick version 3.4.4 ] { Method [ public method line ] { - Parameters [4] { - Parameter #0 [ $sx ] - Parameter #1 [ $sy ] - Parameter #2 [ $ex ] - Parameter #3 [ $ey ] + Parameter #0 [ $start_x ] + Parameter #1 [ $start_y ] + Parameter #2 [ $end_x ] + Parameter #3 [ $end_y ] } } Method [ public method arc ] { - Parameters [6] { - Parameter #0 [ $sx ] - Parameter #1 [ $sy ] - Parameter #2 [ $ex ] - Parameter #3 [ $ey ] - Parameter #4 [ $sd ] - Parameter #5 [ $ed ] + Parameter #0 [ $start_x ] + Parameter #1 [ $start_y ] + Parameter #2 [ $end_x ] + Parameter #3 [ $end_y ] + Parameter #4 [ $start_angle ] + Parameter #5 [ $end_angle ] } } @@ -3974,7 +3995,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { - Parameters [3] { Parameter #0 [ $x ] Parameter #1 [ $y ] - Parameter #2 [ $METHOD ] + Parameter #2 [ $paint ] } } @@ -3993,66 +4014,66 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method gettextdecoration ] { + Method [ public method getTextDecoration ] { - Parameters [0] { } } - Method [ public method gettextencoding ] { + Method [ public method getTextEncoding ] { - Parameters [0] { } } - Method [ public method getfontstretch ] { + Method [ public method getFontStretch ] { - Parameters [0] { } } - Method [ public method setfontstretch ] { + Method [ public method setFontStretch ] { - Parameters [1] { - Parameter #0 [ $STRETCH ] + Parameter #0 [ $stretch ] } } - Method [ public method setstrokeantialias ] { + Method [ public method setStrokeAntialias ] { - Parameters [1] { - Parameter #0 [ $antialias ] + Parameter #0 [ $enabled ] } } - Method [ public method settextalignment ] { + Method [ public method setTextAlignment ] { - Parameters [1] { - Parameter #0 [ $ALIGN ] + Parameter #0 [ $align ] } } - Method [ public method settextdecoration ] { + Method [ public method setTextDecoration ] { - Parameters [1] { - Parameter #0 [ $DECORATION ] + Parameter #0 [ $decoration ] } } - Method [ public method settextundercolor ] { + Method [ public method setTextUnderColor ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $under_color ] } } - Method [ public method setviewbox ] { + Method [ public method setViewbox ] { - Parameters [4] { - Parameter #0 [ $sx ] - Parameter #1 [ $sy ] - Parameter #2 [ $ex ] - Parameter #3 [ $ey ] + Parameter #0 [ $left_x ] + Parameter #1 [ $top_y ] + Parameter #2 [ $right_x ] + Parameter #3 [ $bottom_y ] } } @@ -4065,26 +4086,26 @@ Extension [ extension #77 imagick version 3.4.4 ] { Method [ public method affine ] { - Parameters [1] { - Parameter #0 [ $affineMatrix ] + Parameter #0 [ $affine ] } } Method [ public method bezier ] { - Parameters [1] { - Parameter #0 [ $coordinateArray ] + Parameter #0 [ $coordinates ] } } Method [ public method composite ] { - Parameters [6] { - Parameter #0 [ $COMPOSE ] + Parameter #0 [ $composite ] Parameter #1 [ $x ] Parameter #2 [ $y ] Parameter #3 [ $width ] Parameter #4 [ $height ] - Parameter #5 [ Imagick $Imagick ] + Parameter #5 [ Imagick $image ] } } @@ -4093,7 +4114,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { - Parameters [3] { Parameter #0 [ $x ] Parameter #1 [ $y ] - Parameter #2 [ $PAINTMETHOD ] + Parameter #2 [ $paint ] } } @@ -4104,133 +4125,133 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method getclippath ] { + Method [ public method getClipPath ] { - Parameters [0] { } } - Method [ public method getcliprule ] { + Method [ public method getClipRule ] { - Parameters [0] { } } - Method [ public method getclipunits ] { + Method [ public method getClipUnits ] { - Parameters [0] { } } - Method [ public method getfillcolor ] { + Method [ public method getFillColor ] { - Parameters [0] { } } - Method [ public method getfillopacity ] { + Method [ public method getFillOpacity ] { - Parameters [0] { } } - Method [ public method getfillrule ] { + Method [ public method getFillRule ] { - Parameters [0] { } } - Method [ public method getgravity ] { + Method [ public method getGravity ] { - Parameters [0] { } } - Method [ public method getstrokeantialias ] { + Method [ public method getStrokeAntialias ] { - Parameters [0] { } } - Method [ public method getstrokecolor ] { + Method [ public method getStrokeColor ] { - Parameters [0] { } } - Method [ public method getstrokedasharray ] { + Method [ public method getStrokeDashArray ] { - Parameters [0] { } } - Method [ public method getstrokedashoffset ] { + Method [ public method getStrokeDashOffset ] { - Parameters [0] { } } - Method [ public method getstrokelinecap ] { + Method [ public method getStrokeLineCap ] { - Parameters [0] { } } - Method [ public method getstrokelinejoin ] { + Method [ public method getStrokeLineJoin ] { - Parameters [0] { } } - Method [ public method getstrokemiterlimit ] { + Method [ public method getStrokeMiterLimit ] { - Parameters [0] { } } - Method [ public method getstrokeopacity ] { + Method [ public method getStrokeOpacity ] { - Parameters [0] { } } - Method [ public method getstrokewidth ] { + Method [ public method getStrokeWidth ] { - Parameters [0] { } } - Method [ public method gettextalignment ] { + Method [ public method getTextAlignment ] { - Parameters [0] { } } - Method [ public method gettextantialias ] { + Method [ public method getTextAntialias ] { - Parameters [0] { } } - Method [ public method getvectorgraphics ] { + Method [ public method getVectorGraphics ] { - Parameters [0] { } } - Method [ public method gettextundercolor ] { + Method [ public method getTextUnderColor ] { - Parameters [0] { } } - Method [ public method pathclose ] { + Method [ public method pathClose ] { - Parameters [0] { } } - Method [ public method pathcurvetoabsolute ] { + Method [ public method pathCurveToAbsolute ] { - Parameters [6] { Parameter #0 [ $x1 ] @@ -4242,7 +4263,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method pathcurvetorelative ] { + Method [ public method pathCurveToRelative ] { - Parameters [6] { Parameter #0 [ $x1 ] @@ -4254,27 +4275,27 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method pathcurvetoquadraticbezierabsolute ] { + Method [ public method pathCurveToQuadraticBezierAbsolute ] { - Parameters [4] { Parameter #0 [ $x1 ] Parameter #1 [ $y1 ] - Parameter #2 [ $x ] + Parameter #2 [ $x_end ] Parameter #3 [ $y ] } } - Method [ public method pathcurvetoquadraticbezierrelative ] { + Method [ public method pathCurveToQuadraticBezierRelative ] { - Parameters [4] { Parameter #0 [ $x1 ] Parameter #1 [ $y1 ] - Parameter #2 [ $x ] + Parameter #2 [ $x_end ] Parameter #3 [ $y ] } } - Method [ public method pathcurvetoquadraticbeziersmoothabsolute ] { + Method [ public method pathCurveToQuadraticBezierSmoothAbsolute ] { - Parameters [2] { Parameter #0 [ $x ] @@ -4282,7 +4303,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method pathcurvetoquadraticbeziersmoothrelative ] { + Method [ public method pathCurveToQuadraticBezierSmoothRelative ] { - Parameters [2] { Parameter #0 [ $x ] @@ -4290,59 +4311,59 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method pathcurvetosmoothabsolute ] { + Method [ public method pathCurveToSmoothAbsolute ] { - Parameters [4] { - Parameter #0 [ $x1 ] - Parameter #1 [ $y1 ] + Parameter #0 [ $x2 ] + Parameter #1 [ $y2 ] Parameter #2 [ $x ] Parameter #3 [ $y ] } } - Method [ public method pathcurvetosmoothrelative ] { + Method [ public method pathCurveToSmoothRelative ] { - Parameters [4] { - Parameter #0 [ $x1 ] - Parameter #1 [ $y1 ] + Parameter #0 [ $x2 ] + Parameter #1 [ $y2 ] Parameter #2 [ $x ] Parameter #3 [ $y ] } } - Method [ public method pathellipticarcabsolute ] { + Method [ public method pathEllipticArcAbsolute ] { - Parameters [7] { Parameter #0 [ $rx ] Parameter #1 [ $ry ] - Parameter #2 [ $xAxisRotation ] - Parameter #3 [ $largeArc ] + Parameter #2 [ $x_axis_rotation ] + Parameter #3 [ $large_arc ] Parameter #4 [ $sweep ] Parameter #5 [ $x ] Parameter #6 [ $y ] } } - Method [ public method pathellipticarcrelative ] { + Method [ public method pathEllipticArcRelative ] { - Parameters [7] { Parameter #0 [ $rx ] Parameter #1 [ $ry ] - Parameter #2 [ $xAxisRotation ] - Parameter #3 [ $largeArc ] + Parameter #2 [ $x_axis_rotation ] + Parameter #3 [ $large_arc ] Parameter #4 [ $sweep ] Parameter #5 [ $x ] Parameter #6 [ $y ] } } - Method [ public method pathfinish ] { + Method [ public method pathFinish ] { - Parameters [0] { } } - Method [ public method pathlinetoabsolute ] { + Method [ public method pathLineToAbsolute ] { - Parameters [2] { Parameter #0 [ $x ] @@ -4350,7 +4371,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method pathlinetorelative ] { + Method [ public method pathLineToRelative ] { - Parameters [2] { Parameter #0 [ $x ] @@ -4358,35 +4379,35 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method pathlinetohorizontalabsolute ] { + Method [ public method pathLineToHorizontalAbsolute ] { - Parameters [1] { - Parameter #0 [ $y ] + Parameter #0 [ $x ] } } - Method [ public method pathlinetohorizontalrelative ] { + Method [ public method pathLineToHorizontalRelative ] { - Parameters [1] { Parameter #0 [ $x ] } } - Method [ public method pathlinetoverticalabsolute ] { + Method [ public method pathLineToVerticalAbsolute ] { - Parameters [1] { Parameter #0 [ $y ] } } - Method [ public method pathlinetoverticalrelative ] { + Method [ public method pathLineToVerticalRelative ] { - Parameters [1] { - Parameter #0 [ $x ] + Parameter #0 [ $y ] } } - Method [ public method pathmovetoabsolute ] { + Method [ public method pathMoveToAbsolute ] { - Parameters [2] { Parameter #0 [ $x ] @@ -4394,7 +4415,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method pathmovetorelative ] { + Method [ public method pathMoveToRelative ] { - Parameters [2] { Parameter #0 [ $x ] @@ -4402,7 +4423,7 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method pathstart ] { + Method [ public method pathStart ] { - Parameters [0] { } @@ -4411,42 +4432,42 @@ Extension [ extension #77 imagick version 3.4.4 ] { Method [ public method polyline ] { - Parameters [1] { - Parameter #0 [ $coordinateArray ] + Parameter #0 [ $coordinates ] } } - Method [ public method popclippath ] { + Method [ public method popClipPath ] { - Parameters [0] { } } - Method [ public method popdefs ] { + Method [ public method popDefs ] { - Parameters [0] { } } - Method [ public method poppattern ] { + Method [ public method popPattern ] { - Parameters [0] { } } - Method [ public method pushclippath ] { + Method [ public method pushClipPath ] { - Parameters [1] { - Parameter #0 [ $clipMask ] + Parameter #0 [ $clip_mask_id ] } } - Method [ public method pushdefs ] { + Method [ public method pushDefs ] { - Parameters [0] { } } - Method [ public method pushpattern ] { + Method [ public method pushPattern ] { - Parameters [5] { Parameter #0 [ $pattern_id ] @@ -4478,98 +4499,98 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setclippath ] { + Method [ public method setClipPath ] { - Parameters [1] { - Parameter #0 [ $clipMask ] + Parameter #0 [ $clip_mask ] } } - Method [ public method setcliprule ] { + Method [ public method setClipRule ] { - Parameters [1] { - Parameter #0 [ $FILLRULE ] + Parameter #0 [ $fillrule ] } } - Method [ public method setclipunits ] { + Method [ public method setClipUnits ] { - Parameters [1] { - Parameter #0 [ $PATHUNITS ] + Parameter #0 [ $pathunits ] } } - Method [ public method setfillopacity ] { + Method [ public method setFillOpacity ] { - Parameters [1] { - Parameter #0 [ $fillOpacity ] + Parameter #0 [ $opacity ] } } - Method [ public method setfillpatternurl ] { + Method [ public method setFillPatternUrl ] { - Parameters [1] { - Parameter #0 [ $url ] + Parameter #0 [ $fill_url ] } } - Method [ public method setfillrule ] { + Method [ public method setFillRule ] { - Parameters [1] { - Parameter #0 [ $FILLRULE ] + Parameter #0 [ $fillrule ] } } - Method [ public method setgravity ] { + Method [ public method setGravity ] { - Parameters [1] { - Parameter #0 [ $GRAVITY ] + Parameter #0 [ $gravity ] } } - Method [ public method setstrokepatternurl ] { + Method [ public method setStrokePatternUrl ] { - Parameters [1] { - Parameter #0 [ $url ] + Parameter #0 [ $stroke_url ] } } - Method [ public method setstrokedashoffset ] { + Method [ public method setStrokeDashOffset ] { - Parameters [1] { - Parameter #0 [ $offset ] + Parameter #0 [ $dash_offset ] } } - Method [ public method setstrokelinecap ] { + Method [ public method setStrokeLineCap ] { - Parameters [1] { - Parameter #0 [ $LINECAP ] + Parameter #0 [ $linecap ] } } - Method [ public method setstrokelinejoin ] { + Method [ public method setStrokeLineJoin ] { - Parameters [1] { - Parameter #0 [ $LINEJOIN ] + Parameter #0 [ $linejoin ] } } - Method [ public method setstrokemiterlimit ] { + Method [ public method setStrokeMiterLimit ] { - Parameters [1] { - Parameter #0 [ $miterLimit ] + Parameter #0 [ $miterlimit ] } } - Method [ public method setstrokeopacity ] { + Method [ public method setStrokeOpacity ] { - Parameters [1] { - Parameter #0 [ $strokeOpacity ] + Parameter #0 [ $opacity ] } } - Method [ public method setvectorgraphics ] { + Method [ public method setVectorGraphics ] { - Parameters [1] { Parameter #0 [ $xml ] @@ -4588,33 +4609,33 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method setstrokedasharray ] { + Method [ public method setStrokeDashArray ] { - Parameters [1] { - Parameter #0 [ $dashArray ] + Parameter #0 [ $dashes ] } } - Method [ public method getopacity ] { + Method [ public method getOpacity ] { - Parameters [0] { } } - Method [ public method setopacity ] { + Method [ public method setOpacity ] { - Parameters [1] { Parameter #0 [ $opacity ] } } - Method [ public method getfontresolution ] { + Method [ public method getFontResolution ] { - Parameters [0] { } } - Method [ public method setfontresolution ] { + Method [ public method setFontResolution ] { - Parameters [2] { Parameter #0 [ $x ] @@ -4622,39 +4643,39 @@ Extension [ extension #77 imagick version 3.4.4 ] { } } - Method [ public method getbordercolor ] { + Method [ public method getBorderColor ] { - Parameters [0] { } } - Method [ public method setbordercolor ] { + Method [ public method setBorderColor ] { - Parameters [1] { - Parameter #0 [ $bordercolor ] + Parameter #0 [ $color ] } } - Method [ public method setdensity ] { + Method [ public method setDensity ] { - Parameters [1] { Parameter #0 [ $density ] } } - Method [ public method getdensity ] { + Method [ public method getDensity ] { - Parameters [0] { } } - Method [ public method gettextdirection ] { + Method [ public method getTextDirection ] { - Parameters [0] { } } - Method [ public method settextdirection ] { + Method [ public method setTextDirection ] { - Parameters [1] { Parameter #0 [ $direction ] @@ -4672,17 +4693,17 @@ Extension [ extension #77 imagick version 3.4.4 ] { } - Static methods [2] { - Method [ static public method getpixeliterator ] { + Method [ static public method getPixelIterator ] { - Parameters [1] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $imagick ] } } - Method [ static public method getpixelregioniterator ] { + Method [ static public method getPixelRegionIterator ] { - Parameters [5] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $imagick ] Parameter #1 [ $x ] Parameter #2 [ $y ] Parameter #3 [ $columns ] @@ -4698,108 +4719,114 @@ Extension [ extension #77 imagick version 3.4.4 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ Imagick $Imagick ] + Parameter #0 [ Imagick $imagick ] } } - Method [ public method newpixeliterator ] { + Method [ public method clear ] { - Parameters [0] { } } - Method [ public method newpixelregioniterator ] { + Method [ public method destroy ] { - Parameters [0] { } } - Method [ public method getiteratorrow ] { + Method [ public method getCurrentIteratorRow ] { - Parameters [0] { } } - Method [ public method setiteratorrow ] { + Method [ public method getIteratorRow ] { - - Parameters [1] { - Parameter #0 [ $row ] + - Parameters [0] { } } - Method [ public method setiteratorfirstrow ] { + Method [ public method getNextIteratorRow ] { - Parameters [0] { } } - Method [ public method setiteratorlastrow ] { + Method [ public method getPreviousIteratorRow ] { - Parameters [0] { } } - Method [ public method getpreviousiteratorrow ] { + Method [ public method key ] { - Parameters [0] { } } - Method [ public method getcurrentiteratorrow ] { + Method [ public method next ] { - Parameters [0] { } } - Method [ public method getnextiteratorrow ] { + Method [ public method rewind ] { - Parameters [0] { } } - Method [ public method resetiterator ] { + Method [ public method current ] { - Parameters [0] { } } - Method [ public method synciterator ] { + Method [ public method newPixelIterator ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ Imagick $imagick ] } } - Method [ public method destroy ] { + Method [ public method newPixelRegionIterator ] { - - Parameters [0] { + - Parameters [5] { + Parameter #0 [ Imagick $imagick ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $columns ] + Parameter #4 [ $rows ] } } - Method [ public method clear ] { + Method [ public method resetIterator ] { - Parameters [0] { } } - Method [ public method key ] { + Method [ public method setIteratorFirstRow ] { - Parameters [0] { } } - Method [ public method next ] { + Method [ public method setIteratorLastRow ] { - Parameters [0] { } } - Method [ public method rewind ] { + Method [ public method setIteratorRow ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $row ] } } - Method [ public method current ] { + Method [ public method syncIterator ] { - Parameters [0] { } @@ -4827,156 +4854,151 @@ Extension [ extension #77 imagick version 3.4.4 ] { - Properties [0] { } - - Methods [22] { - Method [ public method gethsl ] { + - Methods [21] { + Method [ public method __construct ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $color ] } } - Method [ public method sethsl ] { + Method [ public method clear ] { - - Parameters [3] { - Parameter #0 [ $hue ] - Parameter #1 [ $saturation ] - Parameter #2 [ $luminosity ] + - Parameters [0] { } } - Method [ public method getcolorvaluequantum ] { + Method [ public method destroy ] { - - Parameters [1] { - Parameter #0 [ $color ] + - Parameters [0] { } } - Method [ public method setcolorvaluequantum ] { + Method [ public method getColor ] { - Parameters [1] { - Parameter #0 [ $color_value ] + Parameter #0 [ $normalized ] } } - Method [ public method getindex ] { + Method [ public method getColorAsString ] { - Parameters [0] { } } - Method [ public method setindex ] { + Method [ public method getColorCount ] { - - Parameters [1] { - Parameter #0 [ $index ] + - Parameters [0] { } } - Method [ public method __construct ] { + Method [ public method getColorQuantum ] { - - Parameters [1] { - Parameter #0 [ $color ] + - Parameters [0] { } } - Method [ public method setcolor ] { + Method [ public method getColorValue ] { - Parameters [1] { - Parameter #0 [ $color ] - } - } - - Method [ public method setcolorvalue ] { - - - Parameters [2] { - Parameter #0 [ $color ] - Parameter #1 [ $value ] + Parameter #0 [ $color ] } } - Method [ public method getcolorvalue ] { + Method [ public method getColorValueQuantum ] { - Parameters [1] { - Parameter #0 [ $color ] + Parameter #0 [ $color ] } } - Method [ public method clear ] { + Method [ public method getHSL ] { - Parameters [0] { } } - Method [ public method destroy ] { + Method [ public method getIndex ] { - Parameters [0] { } } - Method [ public method issimilar ] { + Method [ public method isPixelSimilar ] { - Parameters [2] { Parameter #0 [ $color ] - Parameter #1 [ $fuzz ] + Parameter #1 [ $fuzz ] } } - Method [ public method ispixelsimilarquantum ] { + Method [ public method isPixelSimilarQuantum ] { - Parameters [2] { Parameter #0 [ $color ] - Parameter #1 [ $fuzz ] + Parameter #1 [ $fuzz_quantum_range_scaled_by_square_root_of_three ] } } - Method [ public method ispixelsimilar ] { + Method [ public method isSimilar ] { - Parameters [2] { Parameter #0 [ $color ] - Parameter #1 [ $fuzz ] + Parameter #1 [ $fuzz_quantum_range_scaled_by_square_root_of_three ] } } - Method [ public method getcolor ] { + Method [ public method setColor ] { - Parameters [1] { - Parameter #0 [ $normalized ] + Parameter #0 [ $color ] } } - Method [ public method getcolorquantum ] { + Method [ public method setColorCount ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $color_count ] } } - Method [ public method getcolorasstring ] { + Method [ public method setColorValue ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $color ] + Parameter #1 [ $value ] } } - Method [ public method getcolorcount ] { + Method [ public method setColorValueQuantum ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $color ] + Parameter #1 [ $value ] } } - Method [ public method setcolorcount ] { + Method [ public method setHSL ] { - - Parameters [1] { - Parameter #0 [ $colorCount ] + - Parameters [3] { + Parameter #0 [ $hue ] + Parameter #1 [ $saturation ] + Parameter #2 [ $luminosity ] } } - Method [ public method clone ] { + Method [ public method setIndex ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $index ] } } - Method [ public method setcolorfrompixel ] { + Method [ public method setColorFromPixel ] { - Parameters [1] { - Parameter #0 [ ImagickPixel $srcPixel ] + Parameter #0 [ ImagickPixel $pixel ] } } } @@ -4991,19 +5013,19 @@ Extension [ extension #77 imagick version 3.4.4 ] { } - Static methods [2] { - Method [ static public method frommatrix ] { + Method [ static public method fromBuiltin ] { - Parameters [2] { - Parameter #0 [ $array ] - Parameter #1 [ $array ] + Parameter #0 [ $kernel ] + Parameter #1 [ $shape ] } } - Method [ static public method frombuiltin ] { + Method [ static public method fromMatrix ] { - Parameters [2] { - Parameter #0 [ $kerneltype ] - Parameter #1 [ $paramstring ] + Parameter #0 [ $matrix ] + Parameter #1 [ $origin ] } } } @@ -5011,27 +5033,22 @@ Extension [ extension #77 imagick version 3.4.4 ] { - Properties [0] { } - - Methods [6] { - Method [ private method __construct ] { - - - Parameters [0] { - } - } - - Method [ public method addkernel ] { + - Methods [5] { + Method [ public method addKernel ] { - Parameters [1] { - Parameter #0 [ ImagickKernel $ImagickKernel ] + Parameter #0 [ ImagickKernel $kernel ] } } - Method [ public method getmatrix ] { + Method [ public method addUnityKernel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $scale ] } } - Method [ public method separate ] { + Method [ public method getMatrix ] { - Parameters [0] { } @@ -5041,14 +5058,13 @@ Extension [ extension #77 imagick version 3.4.4 ] { - Parameters [2] { Parameter #0 [ $scale ] - Parameter #1 [ $normalize_flag ] + Parameter #1 [ $normalize_kernel ] } } - Method [ public method addunitykernel ] { + Method [ public method separate ] { - - Parameters [1] { - Parameter #0 [ $scale ] + - Parameters [0] { } } } -- cgit