From bd097c8802bf3bcc3c21d79b3e3c004d3fff5daa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Apr 2015 15:17:13 +0200 Subject: php-pecl-gmagick: Reflection for 1.1.7RC2 --- REFLECTION | 1943 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1943 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..472608b --- /dev/null +++ b/REFLECTION @@ -0,0 +1,1943 @@ +Extension [ extension #34 gmagick version 1.1.7RC2 ] { + + - Classes [5] { + Class [ class GmagickException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class GmagickPixelException extends Exception ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] + } + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + + Class [ class Gmagick ] { + + - Constants [247] { + Constant [ integer COLOR_BLACK ] { 11 } + Constant [ integer COLOR_BLUE ] { 12 } + Constant [ integer COLOR_CYAN ] { 13 } + Constant [ integer COLOR_GREEN ] { 14 } + Constant [ integer COLOR_RED ] { 15 } + Constant [ integer COLOR_YELLOW ] { 16 } + Constant [ integer COLOR_MAGENTA ] { 17 } + Constant [ integer COLOR_OPACITY ] { 18 } + Constant [ integer COLOR_ALPHA ] { 19 } + Constant [ integer COLOR_FUZZ ] { 20 } + Constant [ integer GMAGICK_EXTNUM ] { 1 } + Constant [ integer COMPOSITE_DEFAULT ] { 1 } + Constant [ integer COMPOSITE_UNDEFINED ] { 0 } + Constant [ integer COMPOSITE_NO ] { 23 } + Constant [ integer COMPOSITE_ADD ] { 8 } + Constant [ integer COMPOSITE_ATOP ] { 4 } + Constant [ integer COMPOSITE_BUMPMAP ] { 12 } + Constant [ integer COMPOSITE_CLEAR ] { 18 } + Constant [ integer COMPOSITE_COLORIZE ] { 28 } + Constant [ integer COMPOSITE_COPYBLACK ] { 35 } + Constant [ integer COMPOSITE_COPYBLUE ] { 16 } + Constant [ integer COMPOSITE_COPY ] { 13 } + Constant [ integer COMPOSITE_COPYCYAN ] { 32 } + Constant [ integer COMPOSITE_COPYGREEN ] { 15 } + Constant [ integer COMPOSITE_COPYMAGENTA ] { 33 } + Constant [ integer COMPOSITE_COPYOPACITY ] { 17 } + Constant [ integer COMPOSITE_COPYRED ] { 14 } + Constant [ integer COMPOSITE_COPYYELLOW ] { 34 } + Constant [ integer COMPOSITE_DARKEN ] { 24 } + Constant [ integer COMPOSITE_DIFFERENCE ] { 10 } + Constant [ integer COMPOSITE_DISPLACE ] { 20 } + Constant [ integer COMPOSITE_DISSOLVE ] { 19 } + Constant [ integer COMPOSITE_HUE ] { 26 } + Constant [ integer COMPOSITE_IN ] { 2 } + Constant [ integer COMPOSITE_LIGHTEN ] { 25 } + Constant [ integer COMPOSITE_LUMINIZE ] { 29 } + Constant [ integer COMPOSITE_MINUS ] { 7 } + Constant [ integer COMPOSITE_MODULATE ] { 21 } + Constant [ integer COMPOSITE_MULTIPLY ] { 11 } + Constant [ integer COMPOSITE_OUT ] { 3 } + Constant [ integer COMPOSITE_OVER ] { 1 } + Constant [ integer COMPOSITE_OVERLAY ] { 31 } + Constant [ integer COMPOSITE_PLUS ] { 6 } + Constant [ integer COMPOSITE_REPLACE ] { 13 } + Constant [ integer COMPOSITE_SATURATE ] { 27 } + Constant [ integer COMPOSITE_SCREEN ] { 30 } + Constant [ integer COMPOSITE_SUBTRACT ] { 9 } + Constant [ integer COMPOSITE_THRESHOLD ] { 22 } + Constant [ integer COMPOSITE_XOR ] { 5 } + Constant [ integer MONTAGEMODE_FRAME ] { 1 } + Constant [ integer MONTAGEMODE_UNFRAME ] { 2 } + Constant [ integer MONTAGEMODE_CONCATENATE ] { 3 } + Constant [ integer STYLE_NORMAL ] { 0 } + Constant [ integer STYLE_ITALIC ] { 1 } + Constant [ integer STYLE_OBLIQUE ] { 2 } + Constant [ integer STYLE_ANY ] { 3 } + Constant [ integer FILTER_UNDEFINED ] { 0 } + Constant [ integer FILTER_POINT ] { 1 } + Constant [ integer FILTER_BOX ] { 2 } + Constant [ integer FILTER_TRIANGLE ] { 3 } + Constant [ integer FILTER_HERMITE ] { 4 } + Constant [ integer FILTER_HANNING ] { 5 } + Constant [ integer FILTER_HAMMING ] { 6 } + Constant [ integer FILTER_BLACKMAN ] { 7 } + Constant [ integer FILTER_GAUSSIAN ] { 8 } + Constant [ integer FILTER_QUADRATIC ] { 9 } + Constant [ integer FILTER_CUBIC ] { 10 } + Constant [ integer FILTER_CATROM ] { 11 } + Constant [ integer FILTER_MITCHELL ] { 12 } + Constant [ integer FILTER_LANCZOS ] { 13 } + Constant [ integer FILTER_BESSEL ] { 14 } + Constant [ integer FILTER_SINC ] { 15 } + Constant [ integer IMGTYPE_UNDEFINED ] { 0 } + Constant [ integer IMGTYPE_BILEVEL ] { 1 } + Constant [ integer IMGTYPE_GRAYSCALE ] { 2 } + Constant [ integer IMGTYPE_GRAYSCALEMATTE ] { 3 } + Constant [ integer IMGTYPE_PALETTE ] { 4 } + Constant [ integer IMGTYPE_PALETTEMATTE ] { 5 } + Constant [ integer IMGTYPE_TRUECOLOR ] { 6 } + Constant [ integer IMGTYPE_TRUECOLORMATTE ] { 7 } + Constant [ integer IMGTYPE_COLORSEPARATION ] { 8 } + Constant [ integer IMGTYPE_COLORSEPARATIONMATTE ] { 9 } + Constant [ integer IMGTYPE_OPTIMIZE ] { 10 } + Constant [ integer RESOLUTION_UNDEFINED ] { 0 } + Constant [ integer RESOLUTION_PIXELSPERINCH ] { 1 } + Constant [ integer RESOLUTION_PIXELSPERCENTIMETER ] { 2 } + Constant [ integer COMPRESSION_UNDEFINED ] { 0 } + Constant [ integer COMPRESSION_NO ] { 1 } + Constant [ integer COMPRESSION_BZIP ] { 2 } + Constant [ integer COMPRESSION_FAX ] { 3 } + Constant [ integer COMPRESSION_GROUP4 ] { 4 } + Constant [ integer COMPRESSION_JPEG ] { 5 } + Constant [ integer COMPRESSION_LOSSLESSJPEG ] { 6 } + Constant [ integer COMPRESSION_LZW ] { 7 } + Constant [ integer COMPRESSION_RLE ] { 8 } + Constant [ integer COMPRESSION_ZIP ] { 9 } + Constant [ integer PAINT_POINT ] { 0 } + Constant [ integer PAINT_REPLACE ] { 1 } + Constant [ integer PAINT_FLOODFILL ] { 2 } + Constant [ integer PAINT_FILLTOBORDER ] { 3 } + Constant [ integer PAINT_RESET ] { 4 } + Constant [ integer GRAVITY_NORTHWEST ] { 1 } + Constant [ integer GRAVITY_NORTH ] { 2 } + Constant [ integer GRAVITY_NORTHEAST ] { 3 } + Constant [ integer GRAVITY_WEST ] { 4 } + Constant [ integer GRAVITY_CENTER ] { 5 } + Constant [ integer GRAVITY_EAST ] { 6 } + Constant [ integer GRAVITY_SOUTHWEST ] { 7 } + Constant [ integer GRAVITY_SOUTH ] { 8 } + Constant [ integer GRAVITY_SOUTHEAST ] { 9 } + Constant [ integer STRETCH_NORMAL ] { 0 } + Constant [ integer STRETCH_ULTRACONDENSED ] { 1 } + Constant [ integer STRETCH_CONDENSED ] { 3 } + Constant [ integer STRETCH_SEMICONDENSED ] { 4 } + Constant [ integer STRETCH_SEMIEXPANDED ] { 5 } + Constant [ integer STRETCH_EXPANDED ] { 6 } + Constant [ integer STRETCH_EXTRAEXPANDED ] { 7 } + Constant [ integer STRETCH_ULTRAEXPANDED ] { 8 } + Constant [ integer STRETCH_ANY ] { 9 } + Constant [ integer ALIGN_UNDEFINED ] { 0 } + Constant [ integer ALIGN_LEFT ] { 1 } + Constant [ integer ALIGN_CENTER ] { 2 } + Constant [ integer ALIGN_RIGHT ] { 3 } + Constant [ integer DECORATION_NO ] { 0 } + Constant [ integer DECORATION_UNDERLINE ] { 1 } + Constant [ integer DECORATION_OVERLINE ] { 2 } + Constant [ integer DECORATION_LINETROUGH ] { 3 } + Constant [ integer NOISE_UNIFORM ] { 0 } + Constant [ integer NOISE_GAUSSIAN ] { 1 } + Constant [ integer NOISE_MULTIPLICATIVEGAUSSIAN ] { 2 } + Constant [ integer NOISE_IMPULSE ] { 3 } + Constant [ integer NOISE_LAPLACIAN ] { 4 } + Constant [ integer NOISE_POISSON ] { 5 } + Constant [ integer CHANNEL_UNDEFINED ] { 0 } + Constant [ integer CHANNEL_RED ] { 1 } + Constant [ integer CHANNEL_CYAN ] { 2 } + Constant [ integer CHANNEL_GREEN ] { 3 } + Constant [ integer CHANNEL_MAGENTA ] { 4 } + Constant [ integer CHANNEL_BLUE ] { 5 } + Constant [ integer CHANNEL_YELLOW ] { 6 } + Constant [ integer CHANNEL_OPACITY ] { 7 } + Constant [ integer CHANNEL_MATTE ] { 9 } + Constant [ integer CHANNEL_BLACK ] { 8 } + Constant [ integer CHANNEL_INDEX ] { 8 } + Constant [ integer CHANNEL_ALL ] { 10 } + Constant [ integer CHANNEL_DEFAULT ] { 8 } + Constant [ integer METRIC_UNDEFINED ] { 0 } + Constant [ integer METRIC_MEANABSOLUTEERROR ] { 1 } + Constant [ integer METRIC_MEANSQUAREERROR ] { 2 } + Constant [ integer METRIC_PEAKABSOLUTEERROR ] { 3 } + Constant [ integer METRIC_PEAKSIGNALTONOISERATIO ] { 4 } + Constant [ integer METRIC_ROOTMEANSQUAREDERROR ] { 5 } + Constant [ integer PIXEL_CHAR ] { 0 } + Constant [ integer PIXEL_DOUBLE ] { 5 } + Constant [ integer PIXEL_FLOAT ] { 4 } + Constant [ integer PIXEL_INTEGER ] { 2 } + Constant [ integer PIXEL_LONG ] { 3 } + Constant [ integer PIXEL_SHORT ] { 1 } + Constant [ integer COLORSPACE_UNDEFINED ] { 0 } + Constant [ integer COLORSPACE_RGB ] { 1 } + Constant [ integer COLORSPACE_GRAY ] { 2 } + Constant [ integer COLORSPACE_TRANSPARENT ] { 3 } + Constant [ integer COLORSPACE_OHTA ] { 4 } + Constant [ integer COLORSPACE_LAB ] { 14 } + Constant [ integer COLORSPACE_XYZ ] { 5 } + Constant [ integer COLORSPACE_YCBCR ] { 17 } + Constant [ integer COLORSPACE_YCC ] { 6 } + Constant [ integer COLORSPACE_YIQ ] { 7 } + Constant [ integer COLORSPACE_YPBPR ] { 8 } + Constant [ integer COLORSPACE_YUV ] { 9 } + Constant [ integer COLORSPACE_CMYK ] { 10 } + Constant [ integer COLORSPACE_SRGB ] { 11 } + Constant [ integer COLORSPACE_HSL ] { 12 } + Constant [ integer COLORSPACE_HWB ] { 13 } + Constant [ integer VIRTUALPIXELMETHOD_UNDEFINED ] { 0 } + Constant [ integer VIRTUALPIXELMETHOD_CONSTANT ] { 1 } + Constant [ integer VIRTUALPIXELMETHOD_EDGE ] { 2 } + Constant [ integer VIRTUALPIXELMETHOD_MIRROR ] { 3 } + Constant [ integer VIRTUALPIXELMETHOD_TILE ] { 4 } + Constant [ integer PREVIEW_UNDEFINED ] { 0 } + Constant [ integer PREVIEW_ROTATE ] { 1 } + Constant [ integer PREVIEW_SHEAR ] { 2 } + Constant [ integer PREVIEW_ROLL ] { 3 } + Constant [ integer PREVIEW_HUE ] { 4 } + Constant [ integer PREVIEW_SATURATION ] { 5 } + Constant [ integer PREVIEW_BRIGHTNESS ] { 6 } + Constant [ integer PREVIEW_GAMMA ] { 7 } + Constant [ integer PREVIEW_SPIFF ] { 8 } + Constant [ integer PREVIEW_DULL ] { 9 } + Constant [ integer PREVIEW_GRAYSCALE ] { 10 } + Constant [ integer PREVIEW_QUANTIZE ] { 11 } + Constant [ integer PREVIEW_DESPECKLE ] { 12 } + Constant [ integer PREVIEW_REDUCENOISE ] { 13 } + Constant [ integer PREVIEW_ADDNOISE ] { 14 } + Constant [ integer PREVIEW_SHARPEN ] { 15 } + Constant [ integer PREVIEW_BLUR ] { 16 } + Constant [ integer PREVIEW_THRESHOLD ] { 17 } + Constant [ integer PREVIEW_EDGEDETECT ] { 18 } + Constant [ integer PREVIEW_SPREAD ] { 19 } + Constant [ integer PREVIEW_SOLARIZE ] { 20 } + Constant [ integer PREVIEW_SHADE ] { 21 } + Constant [ integer PREVIEW_RAISE ] { 22 } + Constant [ integer PREVIEW_SEGMENT ] { 23 } + Constant [ integer PREVIEW_SWIRL ] { 24 } + Constant [ integer PREVIEW_IMPLODE ] { 25 } + Constant [ integer PREVIEW_WAVE ] { 26 } + Constant [ integer PREVIEW_OILPAINT ] { 27 } + Constant [ integer PREVIEW_CHARCOALDRAWING ] { 28 } + Constant [ integer PREVIEW_JPEG ] { 29 } + Constant [ integer RENDERINGINTENT_UNDEFINED ] { 0 } + Constant [ integer RENDERINGINTENT_SATURATION ] { 1 } + Constant [ integer RENDERINGINTENT_PERCEPTUAL ] { 2 } + Constant [ integer RENDERINGINTENT_ABSOLUTE ] { 3 } + Constant [ integer RENDERINGINTENT_RELATIVE ] { 4 } + Constant [ integer INTERLACE_UNDEFINED ] { 0 } + Constant [ integer INTERLACE_NO ] { 1 } + Constant [ integer INTERLACE_LINE ] { 2 } + Constant [ integer INTERLACE_PLANE ] { 3 } + Constant [ integer INTERLACE_PARTITION ] { 4 } + Constant [ integer FILLRULE_UNDEFINED ] { 0 } + Constant [ integer FILLRULE_EVENODD ] { 1 } + Constant [ integer FILLRULE_NONZERO ] { 2 } + Constant [ integer PATHUNITS_USERSPACE ] { 0 } + Constant [ integer PATHUNITS_USERSPACEONUSE ] { 1 } + Constant [ integer PATHUNITS_OBJECTBOUNDINGBOX ] { 2 } + Constant [ integer LINECAP_UNDEFINED ] { 0 } + Constant [ integer LINECAP_BUTT ] { 1 } + Constant [ integer LINECAP_ROUND ] { 2 } + Constant [ integer LINECAP_SQUARE ] { 3 } + Constant [ integer LINEJOIN_UNDEFINED ] { 0 } + Constant [ integer LINEJOIN_MITER ] { 1 } + Constant [ integer LINEJOIN_ROUND ] { 2 } + Constant [ integer LINEJOIN_BEVEL ] { 3 } + Constant [ integer RESOURCETYPE_UNDEFINED ] { 0 } + Constant [ integer RESOURCETYPE_AREA ] { 0 } + Constant [ integer RESOURCETYPE_DISK ] { 1 } + Constant [ integer RESOURCETYPE_FILE ] { 2 } + Constant [ integer RESOURCETYPE_MAP ] { 3 } + Constant [ integer RESOURCETYPE_MEMORY ] { 4 } + Constant [ integer DISPOSE_UNDEFINED ] { 0 } + Constant [ integer DISPOSE_NONE ] { 1 } + Constant [ integer DISPOSE_BACKGROUND ] { 2 } + Constant [ integer DISPOSE_PREVIOUS ] { 3 } + Constant [ integer QUANTUM_DEPTH ] { 16 } + Constant [ string VERSION_TXT ] { 1.3.20 } + Constant [ integer VERSION_LIB ] { 1380864 } + Constant [ integer VERSION_NUM ] { 1003020 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [161] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method __tostring ] { + + - Parameters [0] { + } + } + + Method [ public method readimage ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method writeimage ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method resizeimage ] { + + - Parameters [5] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $filter ] + Parameter #3 [ $blur ] + Parameter #4 [ $fit ] + } + } + + Method [ public method thumbnailimage ] { + + - Parameters [2] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method cropimage ] { + + - Parameters [4] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $width ] + Parameter #3 [ $height ] + } + } + + Method [ public method coalesceimages ] { + + - Parameters [0] { + } + } + + Method [ public method compositeimage ] { + + - Parameters [4] { + Parameter #0 [ Gmagick $source ] + Parameter #1 [ $COMPOSE ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method drawimage ] { + + - Parameters [1] { + Parameter #0 [ GmagickDraw $GmagickDraw ] + } + } + + Method [ public method annotateimage ] { + + - Parameters [5] { + Parameter #0 [ GmagickDraw $GmagickDraw ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $angle ] + Parameter #4 [ $text ] + } + } + + Method [ public method blurimage ] { + + - Parameters [2] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + } + } + + Method [ public method addimage ] { + + - Parameters [1] { + Parameter #0 [ Gmagick $Gmagick ] + } + } + + Method [ public method addnoiseimage ] { + + - Parameters [1] { + Parameter #0 [ $NOISE ] + } + } + + Method [ public method negateimage ] { + + - Parameters [2] { + Parameter #0 [ $gray ] + Parameter #1 [ $CHANNEL ] + } + } + + Method [ public method borderimage ] { + + - Parameters [3] { + Parameter #0 [ $color ] + Parameter #1 [ $width ] + Parameter #2 [ $height ] + } + } + + Method [ public method thresholdimage ] { + + - Parameters [2] { + Parameter #0 [ $threshold ] + Parameter #1 [ $CHANNELTYPE ] + } + } + + Method [ public method charcoalimage ] { + + - Parameters [2] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + } + } + + Method [ public method chopimage ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method commentimage ] { + + - Parameters [1] { + Parameter #0 [ $comment ] + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method cropthumbnailimage ] { + + - Parameters [2] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + } + } + + Method [ public method cyclecolormapimage ] { + + - Parameters [1] { + Parameter #0 [ $displace ] + } + } + + Method [ public method deconstructimages ] { + + - Parameters [0] { + } + } + + Method [ public method despeckleimage ] { + + - Parameters [0] { + } + } + + Method [ public method destroy ] { + + - Parameters [0] { + } + } + + Method [ public method edgeimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ public method embossimage ] { + + - Parameters [2] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + } + } + + Method [ public method enhanceimage ] { + + - Parameters [0] { + } + } + + Method [ public method equalizeimage ] { + + - Parameters [0] { + } + } + + Method [ public method flattenimages ] { + + - Parameters [0] { + } + } + + Method [ public method flipimage ] { + + - Parameters [0] { + } + } + + Method [ public method flopimage ] { + + - Parameters [0] { + } + } + + Method [ public method frameimage ] { + + - Parameters [5] { + Parameter #0 [ $color ] + Parameter #1 [ $width ] + Parameter #2 [ $height ] + Parameter #3 [ $inner_bevel ] + Parameter #4 [ $outer_bevel ] + } + } + + Method [ public method gammaimage ] { + + - Parameters [1] { + Parameter #0 [ $gamma ] + } + } + + Method [ public method getcopyright ] { + + - Parameters [0] { + } + } + + Method [ public method getfilename ] { + + - Parameters [0] { + } + } + + Method [ public method getimagebackgroundcolor ] { + + - Parameters [0] { + } + } + + Method [ public method setimagebackgroundcolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method getimageblueprimary ] { + + - Parameters [0] { + } + } + + Method [ public method getimagebordercolor ] { + + - Parameters [0] { + } + } + + Method [ public method getimagechanneldepth ] { + + - Parameters [0] { + } + } + + Method [ public method setimageblueprimary ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method setimagebordercolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method getimageblob ] { + + - Parameters [0] { + } + } + + Method [ public method getimagesblob ] { + + - Parameters [0] { + } + } + + Method [ public method setimagechanneldepth ] { + + - Parameters [2] { + Parameter #0 [ $CHANNEL ] + Parameter #1 [ $depth ] + } + } + + Method [ public method setimagecolorspace ] { + + - Parameters [1] { + Parameter #0 [ $COLORSPACE ] + } + } + + Method [ public method setinterlacescheme ] { + + - Parameters [1] { + Parameter #0 [ $INTERLACE ] + } + } + + Method [ public method getimagecolorspace ] { + + - Parameters [0] { + } + } + + Method [ public method getimagecolors ] { + + - Parameters [0] { + } + } + + Method [ public method getimagecompose ] { + + - Parameters [0] { + } + } + + Method [ public method getimagedelay ] { + + - Parameters [0] { + } + } + + Method [ public method getimagedepth ] { + + - Parameters [0] { + } + } + + Method [ public method getnumberimages ] { + + - Parameters [0] { + } + } + + Method [ public method setimagecompose ] { + + - Parameters [1] { + Parameter #0 [ $COMPOSITE ] + } + } + + Method [ public method setimagecompression ] { + + - Parameters [1] { + Parameter #0 [ $COMPRESSION ] + } + } + + Method [ public method getimagecompression ] { + + - Parameters [0] { + } + } + + Method [ public method setimagedelay ] { + + - Parameters [1] { + Parameter #0 [ $delay ] + } + } + + Method [ public method setimagedepth ] { + + - Parameters [1] { + Parameter #0 [ $depth ] + } + } + + Method [ public method getimagedispose ] { + + - Parameters [0] { + } + } + + Method [ public method setimagedispose ] { + + - Parameters [1] { + Parameter #0 [ $DISPOSETYPE ] + } + } + + Method [ public method setfilename ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method getimageextrema ] { + + - Parameters [0] { + } + } + + Method [ public method getimagefilename ] { + + - Parameters [0] { + } + } + + Method [ public method setimagefilename ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method getimageformat ] { + + - Parameters [0] { + } + } + + Method [ public method setimageformat ] { + + - Parameters [1] { + Parameter #0 [ $imageFormat ] + } + } + + Method [ public method setcompressionquality ] { + + - Parameters [1] { + Parameter #0 [ $quality ] + } + } + + Method [ public method getimagegamma ] { + + - Parameters [0] { + } + } + + Method [ public method setimagegamma ] { + + - Parameters [1] { + Parameter #0 [ $gamma ] + } + } + + Method [ public method getimagegreenprimary ] { + + - Parameters [0] { + } + } + + Method [ public method setimagegreenprimary ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method getimageheight ] { + + - Parameters [0] { + } + } + + Method [ public method getimagehistogram ] { + + - Parameters [0] { + } + } + + Method [ public method getimageindex ] { + + - Parameters [0] { + } + } + + Method [ public method setimageindex ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getimageinterlacescheme ] { + + - Parameters [0] { + } + } + + Method [ public method setimageinterlacescheme ] { + + - Parameters [1] { + Parameter #0 [ $INTERLACE ] + } + } + + Method [ public method getimageiterations ] { + + - Parameters [0] { + } + } + + Method [ public method getimagemattecolor ] { + + - Parameters [0] { + } + } + + Method [ public method getimageprofile ] { + + - Parameters [0] { + } + } + + Method [ public method getimageredprimary ] { + + - Parameters [0] { + } + } + + Method [ public method getimagerenderingintent ] { + + - Parameters [0] { + } + } + + Method [ public method getimageresolution ] { + + - Parameters [0] { + } + } + + Method [ public method getimagescene ] { + + - Parameters [0] { + } + } + + Method [ public method getimagesignature ] { + + - Parameters [0] { + } + } + + Method [ public method getimagetype ] { + + - Parameters [0] { + } + } + + Method [ public method setimageiterations ] { + + - Parameters [1] { + Parameter #0 [ $iterations ] + } + } + + Method [ public method setimageprofile ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $profile ] + } + } + + Method [ public method setimageredprimary ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method setimagerenderingintent ] { + + - Parameters [1] { + Parameter #0 [ $RENDERINGINTENT ] + } + } + + Method [ public method setimageresolution ] { + + - Parameters [2] { + Parameter #0 [ $xResolution ] + Parameter #1 [ $yResolution ] + } + } + + Method [ public method setimagescene ] { + + - Parameters [1] { + Parameter #0 [ $scene ] + } + } + + Method [ public method setimagetype ] { + + - Parameters [1] { + Parameter #0 [ $IMGTYPE ] + } + } + + Method [ public method getimageunits ] { + + - Parameters [0] { + } + } + + Method [ public method getimagewhitepoint ] { + + - Parameters [0] { + } + } + + Method [ public method getimagewidth ] { + + - Parameters [0] { + } + } + + Method [ public method getpackagename ] { + + - Parameters [0] { + } + } + + Method [ public method getquantumdepth ] { + + - Parameters [0] { + } + } + + Method [ public method getreleasedate ] { + + - Parameters [0] { + } + } + + Method [ public method getresourcelimit ] { + + - Parameters [1] { + Parameter #0 [ $resource_type ] + } + } + + Method [ public method setresourcelimit ] { + + - Parameters [2] { + Parameter #0 [ $RESOURCETYPE ] + Parameter #1 [ $limit ] + } + } + + Method [ public method getsamplingfactors ] { + + - Parameters [0] { + } + } + + Method [ public method getsize ] { + + - Parameters [0] { + } + } + + Method [ public method setimageunits ] { + + - Parameters [1] { + Parameter #0 [ $RESOLUTION ] + } + } + + Method [ public method setimagewhitepoint ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method setsamplingfactors ] { + + - Parameters [1] { + Parameter #0 [ $factors ] + } + } + + Method [ public method setsize ] { + + - Parameters [2] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + } + } + + Method [ public method getversion ] { + + - Parameters [0] { + } + } + + Method [ public method getimagegeometry ] { + + - Parameters [0] { + } + } + + Method [ public method getimage ] { + + - Parameters [0] { + } + } + + Method [ public method setimage ] { + + - Parameters [1] { + Parameter #0 [ Gmagick $Gmagick ] + } + } + + Method [ public method hasnextimage ] { + + - Parameters [0] { + } + } + + Method [ public method haspreviousimage ] { + + - Parameters [0] { + } + } + + Method [ public method implodeimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ public method labelimage ] { + + - Parameters [1] { + Parameter #0 [ $label ] + } + } + + Method [ public method levelimage ] { + + - Parameters [4] { + Parameter #0 [ $blackPoint ] + Parameter #1 [ $gamma ] + Parameter #2 [ $whitePoint ] + Parameter #3 [ $CHANNEL ] + } + } + + Method [ public method magnifyimage ] { + + - Parameters [0] { + } + } + + Method [ public method mapimage ] { + + - Parameters [2] { + Parameter #0 [ gmagick $gmagick ] + Parameter #1 [ $dither ] + } + } + + Method [ public method medianfilterimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ public method minifyimage ] { + + - Parameters [0] { + } + } + + Method [ public method modulateimage ] { + + - Parameters [3] { + Parameter #0 [ $brightness ] + Parameter #1 [ $saturation ] + Parameter #2 [ $hue ] + } + } + + Method [ public method motionblurimage ] { + + - Parameters [3] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $angle ] + } + } + + Method [ public method nextimage ] { + + - Parameters [0] { + } + } + + Method [ public method newimage ] { + + - Parameters [4] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + Parameter #2 [ $background_color ] + Parameter #3 [ $format ] + } + } + + Method [ public method normalizeimage ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method oilpaintimage ] { + + - Parameters [0] { + } + } + + Method [ public method previousimage ] { + + - Parameters [0] { + } + } + + Method [ public method profileimage ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $profile ] + } + } + + Method [ public method quantizeimage ] { + + - Parameters [5] { + Parameter #0 [ $numColors ] + Parameter #1 [ $COLORSPACE ] + Parameter #2 [ $treeDepth ] + Parameter #3 [ $dither ] + Parameter #4 [ $measureError ] + } + } + + Method [ public method quantizeimages ] { + + - Parameters [5] { + Parameter #0 [ $numColors ] + Parameter #1 [ $COLORSPACE ] + Parameter #2 [ $treeDepth ] + Parameter #3 [ $dither ] + Parameter #4 [ $measureError ] + } + } + + Method [ public method queryfonts ] { + + - Parameters [0] { + } + } + + Method [ public method queryfontmetrics ] { + + - Parameters [2] { + Parameter #0 [ GmagickDraw $GmagickDraw ] + Parameter #1 [ $text ] + } + } + + Method [ public method queryformats ] { + + - Parameters [1] { + Parameter #0 [ $pattern ] + } + } + + Method [ public method radialblurimage ] { + + - Parameters [2] { + Parameter #0 [ $angle ] + Parameter #1 [ $CHANNEL ] + } + } + + Method [ public method raiseimage ] { + + - Parameters [5] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + Parameter #4 [ $raise ] + } + } + + Method [ public method readimageblob ] { + + - Parameters [2] { + Parameter #0 [ $imageContents ] + Parameter #1 [ $filename ] + } + } + + Method [ public method readimagefile ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + + Method [ public method reducenoiseimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ public method removeimage ] { + + - Parameters [0] { + } + } + + Method [ public method removeimageprofile ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method resampleimage ] { + + - Parameters [4] { + Parameter #0 [ $xResolution ] + Parameter #1 [ $yResolution ] + Parameter #2 [ $FILTER ] + Parameter #3 [ $blur ] + } + } + + Method [ public method rollimage ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method rotateimage ] { + + - Parameters [2] { + Parameter #0 [ $color ] + Parameter #1 [ $degrees ] + } + } + + Method [ public method scaleimage ] { + + - Parameters [2] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + } + } + + Method [ public method separateimagechannel ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method sharpenimage ] { + + - Parameters [3] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $CHANNEL ] + } + } + + Method [ public method shearimage ] { + + - Parameters [3] { + Parameter #0 [ $color ] + Parameter #1 [ $xShear ] + Parameter #2 [ $yShear ] + } + } + + Method [ public method solarizeimage ] { + + - Parameters [1] { + Parameter #0 [ $threshold ] + } + } + + Method [ public method spreadimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ public method stripimage ] { + + - Parameters [0] { + } + } + + Method [ public method swirlimage ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ public method trimimage ] { + + - Parameters [1] { + Parameter #0 [ $fuzz ] + } + } + + Method [ public method sampleimage ] { + + - Parameters [2] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + } + } + + Method [ public method cloneimage ] { + + - Parameters [0] { + } + } + + Method [ public method appendimages ] { + + - Parameters [1] { + Parameter #0 [ $stack ] + } + } + + Method [ public method unsharpmaskimage ] { + + - Parameters [4] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $amount ] + Parameter #3 [ $threshold ] + } + } + + Method [ public method read ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + } + } + + Class [ class GmagickDraw ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [49] { + Method [ public method setstrokecolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setstrokewidth ] { + + - Parameters [1] { + Parameter #0 [ $width ] + } + } + + Method [ public method setfillcolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setgravity ] { + + - Parameters [1] { + Parameter #0 [ $gravity ] + } + } + + Method [ public method ellipse ] { + + - Parameters [6] { + Parameter #0 [ $ox ] + Parameter #1 [ $oy ] + Parameter #2 [ $px ] + Parameter #3 [ $py ] + Parameter #4 [ $start ] + Parameter #5 [ $end ] + } + } + + Method [ public method affine ] { + + - Parameters [1] { + Parameter #0 [ $affineMatrix ] + } + } + + Method [ public method annotate ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $text ] + } + } + + Method [ public method arc ] { + + - Parameters [6] { + Parameter #0 [ $sx ] + Parameter #1 [ $sy ] + Parameter #2 [ $ex ] + Parameter #3 [ $ey ] + Parameter #4 [ $sd ] + Parameter #5 [ $ed ] + } + } + + Method [ public method bezier ] { + + - Parameters [1] { + Parameter #0 [ $coordinate_array ] + } + } + + Method [ public method getfillcolor ] { + + - Parameters [0] { + } + } + + Method [ public method getgravity ] { + + - Parameters [0] { + } + } + + Method [ public method getfillopacity ] { + + - Parameters [0] { + } + } + + Method [ public method getfont ] { + + - Parameters [0] { + } + } + + Method [ public method getfontsize ] { + + - Parameters [0] { + } + } + + Method [ public method getfontstyle ] { + + - Parameters [0] { + } + } + + Method [ public method getfontweight ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokeopacity ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokecolor ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokewidth ] { + + - Parameters [0] { + } + } + + Method [ public method gettextdecoration ] { + + - Parameters [0] { + } + } + + Method [ public method gettextencoding ] { + + - Parameters [0] { + } + } + + Method [ public method line ] { + + - Parameters [4] { + Parameter #0 [ $sx ] + Parameter #1 [ $sy ] + Parameter #2 [ $ex ] + Parameter #3 [ $ey ] + } + } + + Method [ public method point ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method polygon ] { + + - Parameters [1] { + Parameter #0 [ $coordinates ] + } + } + + Method [ public method polyline ] { + + - Parameters [1] { + Parameter #0 [ $coordinate_array ] + } + } + + Method [ public method rectangle ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + } + } + + Method [ public method rotate ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ public method roundrectangle ] { + + - Parameters [6] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + Parameter #4 [ $rx ] + Parameter #5 [ $ry ] + } + } + + Method [ public method scale ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method setfillopacity ] { + + - Parameters [1] { + Parameter #0 [ $fill_opacity ] + } + } + + Method [ public method setfont ] { + + - Parameters [1] { + Parameter #0 [ $font ] + } + } + + Method [ public method setfontsize ] { + + - Parameters [1] { + Parameter #0 [ $pointsize ] + } + } + + Method [ public method setfontstyle ] { + + - Parameters [1] { + Parameter #0 [ $STYLE ] + } + } + + Method [ public method setfontweight ] { + + - Parameters [1] { + Parameter #0 [ $weight ] + } + } + + Method [ public method setstrokeopacity ] { + + - Parameters [1] { + Parameter #0 [ $stroke_opacity ] + } + } + + Method [ public method settextdecoration ] { + + - Parameters [1] { + Parameter #0 [ $DECORATION ] + } + } + + Method [ public method settextencoding ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + + Method [ public method setstrokeantialias ] { + + - Parameters [1] { + Parameter #0 [ $antialias ] + } + } + + Method [ public method setstrokedashoffset ] { + + - Parameters [1] { + Parameter #0 [ $offset ] + } + } + + Method [ public method setstrokelinecap ] { + + - Parameters [1] { + Parameter #0 [ $LINECAP ] + } + } + + Method [ public method setstrokelinejoin ] { + + - Parameters [1] { + Parameter #0 [ $LINEJOIN ] + } + } + + Method [ public method setstrokemiterlimit ] { + + - Parameters [1] { + Parameter #0 [ $miterLimit ] + } + } + + Method [ public method getstrokeantialias ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokedashoffset ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokelinecap ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokelinejoin ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokemiterlimit ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokedasharray ] { + + - Parameters [0] { + } + } + + Method [ public method setstrokedasharray ] { + + - Parameters [1] { + Parameter #0 [ $dashArray ] + } + } + } + } + + Class [ class GmagickPixel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setcolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method getcolor ] { + + - Parameters [2] { + Parameter #0 [ $as_array ] + Parameter #1 [ $normalize_array ] + } + } + + Method [ public method getcolorcount ] { + + - Parameters [0] { + } + } + + Method [ public method getcolorvalue ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setcolorvalue ] { + + - Parameters [2] { + Parameter #0 [ $color ] + Parameter #1 [ $value ] + } + } + } + } + } +} + -- cgit