Extension [ extension #92 gmagick version 2.0.5RC1 ] { - INI { Entry [ gmagick.shutdown_sleep_count ] Current = '10' } } - Classes [5] { Class [ final class GmagickException extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } 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 [ final class GmagickPixelException extends Exception implements Throwable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [4] { Property [ protected $message ] Property [ protected $code ] Property [ protected $file ] Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $message ] Parameter #1 [ $code ] Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { } 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 [249] { Constant [ public int COLOR_BLACK ] { 11 } Constant [ public int COLOR_BLUE ] { 12 } Constant [ public int COLOR_CYAN ] { 13 } Constant [ public int COLOR_GREEN ] { 14 } Constant [ public int COLOR_RED ] { 15 } Constant [ public int COLOR_YELLOW ] { 16 } Constant [ public int COLOR_MAGENTA ] { 17 } Constant [ public int COLOR_OPACITY ] { 18 } Constant [ public int COLOR_ALPHA ] { 19 } Constant [ public int COLOR_FUZZ ] { 20 } Constant [ public int GMAGICK_EXTNUM ] { 1 } Constant [ public int COMPOSITE_DEFAULT ] { 1 } Constant [ public int COMPOSITE_UNDEFINED ] { 0 } Constant [ public int COMPOSITE_NO ] { 23 } Constant [ public int COMPOSITE_ADD ] { 8 } Constant [ public int COMPOSITE_ATOP ] { 4 } Constant [ public int COMPOSITE_BUMPMAP ] { 12 } Constant [ public int COMPOSITE_CLEAR ] { 18 } Constant [ public int COMPOSITE_COLORIZE ] { 28 } Constant [ public int COMPOSITE_COPYBLACK ] { 35 } Constant [ public int COMPOSITE_COPYBLUE ] { 16 } Constant [ public int COMPOSITE_COPY ] { 13 } Constant [ public int COMPOSITE_COPYCYAN ] { 32 } Constant [ public int COMPOSITE_COPYGREEN ] { 15 } Constant [ public int COMPOSITE_COPYMAGENTA ] { 33 } Constant [ public int COMPOSITE_COPYOPACITY ] { 17 } Constant [ public int COMPOSITE_COPYRED ] { 14 } Constant [ public int COMPOSITE_COPYYELLOW ] { 34 } Constant [ public int COMPOSITE_DARKEN ] { 24 } Constant [ public int COMPOSITE_DIFFERENCE ] { 10 } Constant [ public int COMPOSITE_DISPLACE ] { 20 } Constant [ public int COMPOSITE_DISSOLVE ] { 19 } Constant [ public int COMPOSITE_HUE ] { 26 } Constant [ public int COMPOSITE_IN ] { 2 } Constant [ public int COMPOSITE_LIGHTEN ] { 25 } Constant [ public int COMPOSITE_LUMINIZE ] { 29 } Constant [ public int COMPOSITE_MINUS ] { 7 } Constant [ public int COMPOSITE_MODULATE ] { 21 } Constant [ public int COMPOSITE_MULTIPLY ] { 11 } Constant [ public int COMPOSITE_OUT ] { 3 } Constant [ public int COMPOSITE_OVER ] { 1 } Constant [ public int COMPOSITE_OVERLAY ] { 31 } Constant [ public int COMPOSITE_PLUS ] { 6 } Constant [ public int COMPOSITE_REPLACE ] { 13 } Constant [ public int COMPOSITE_SATURATE ] { 27 } Constant [ public int COMPOSITE_SCREEN ] { 30 } Constant [ public int COMPOSITE_SUBTRACT ] { 9 } Constant [ public int COMPOSITE_THRESHOLD ] { 22 } Constant [ public int COMPOSITE_XOR ] { 5 } Constant [ public int MONTAGEMODE_FRAME ] { 1 } Constant [ public int MONTAGEMODE_UNFRAME ] { 2 } Constant [ public int MONTAGEMODE_CONCATENATE ] { 3 } Constant [ public int STYLE_NORMAL ] { 0 } Constant [ public int STYLE_ITALIC ] { 1 } Constant [ public int STYLE_OBLIQUE ] { 2 } Constant [ public int STYLE_ANY ] { 3 } Constant [ public int FILTER_UNDEFINED ] { 0 } Constant [ public int FILTER_POINT ] { 1 } Constant [ public int FILTER_BOX ] { 2 } Constant [ public int FILTER_TRIANGLE ] { 3 } Constant [ public int FILTER_HERMITE ] { 4 } Constant [ public int FILTER_HANNING ] { 5 } Constant [ public int FILTER_HAMMING ] { 6 } Constant [ public int FILTER_BLACKMAN ] { 7 } Constant [ public int FILTER_GAUSSIAN ] { 8 } Constant [ public int FILTER_QUADRATIC ] { 9 } Constant [ public int FILTER_CUBIC ] { 10 } Constant [ public int FILTER_CATROM ] { 11 } Constant [ public int FILTER_MITCHELL ] { 12 } Constant [ public int FILTER_LANCZOS ] { 13 } Constant [ public int FILTER_BESSEL ] { 14 } Constant [ public int FILTER_SINC ] { 15 } Constant [ public int IMGTYPE_UNDEFINED ] { 0 } Constant [ public int IMGTYPE_BILEVEL ] { 1 } Constant [ public int IMGTYPE_GRAYSCALE ] { 2 } Constant [ public int IMGTYPE_GRAYSCALEMATTE ] { 3 } Constant [ public int IMGTYPE_PALETTE ] { 4 } Constant [ public int IMGTYPE_PALETTEMATTE ] { 5 } Constant [ public int IMGTYPE_TRUECOLOR ] { 6 } Constant [ public int IMGTYPE_TRUECOLORMATTE ] { 7 } Constant [ public int IMGTYPE_COLORSEPARATION ] { 8 } Constant [ public int IMGTYPE_COLORSEPARATIONMATTE ] { 9 } Constant [ public int IMGTYPE_OPTIMIZE ] { 10 } Constant [ public int RESOLUTION_UNDEFINED ] { 0 } Constant [ public int RESOLUTION_PIXELSPERINCH ] { 1 } Constant [ public int RESOLUTION_PIXELSPERCENTIMETER ] { 2 } Constant [ public int COMPRESSION_UNDEFINED ] { 0 } Constant [ public int COMPRESSION_NO ] { 1 } Constant [ public int COMPRESSION_BZIP ] { 2 } Constant [ public int COMPRESSION_FAX ] { 3 } Constant [ public int COMPRESSION_GROUP4 ] { 4 } Constant [ public int COMPRESSION_JPEG ] { 5 } Constant [ public int COMPRESSION_LOSSLESSJPEG ] { 6 } Constant [ public int COMPRESSION_LZW ] { 7 } Constant [ public int COMPRESSION_RLE ] { 8 } Constant [ public int COMPRESSION_ZIP ] { 9 } Constant [ public int INTERLACE_UNDEFINED ] { 0 } Constant [ public int INTERLACE_NO ] { 1 } Constant [ public int INTERLACE_NONE ] { 1 } Constant [ public int INTERLACE_LINE ] { 2 } Constant [ public int INTERLACE_PLANE ] { 3 } Constant [ public int INTERLACE_PARTITION ] { 4 } Constant [ public int PAINT_POINT ] { 0 } Constant [ public int PAINT_REPLACE ] { 1 } Constant [ public int PAINT_FLOODFILL ] { 2 } Constant [ public int PAINT_FILLTOBORDER ] { 3 } Constant [ public int PAINT_RESET ] { 4 } Constant [ public int GRAVITY_NORTHWEST ] { 1 } Constant [ public int GRAVITY_NORTH ] { 2 } Constant [ public int GRAVITY_NORTHEAST ] { 3 } Constant [ public int GRAVITY_WEST ] { 4 } Constant [ public int GRAVITY_CENTER ] { 5 } Constant [ public int GRAVITY_EAST ] { 6 } Constant [ public int GRAVITY_SOUTHWEST ] { 7 } Constant [ public int GRAVITY_SOUTH ] { 8 } Constant [ public int GRAVITY_SOUTHEAST ] { 9 } Constant [ public int STRETCH_NORMAL ] { 0 } Constant [ public int STRETCH_ULTRACONDENSED ] { 1 } Constant [ public int STRETCH_CONDENSED ] { 3 } Constant [ public int STRETCH_SEMICONDENSED ] { 4 } Constant [ public int STRETCH_SEMIEXPANDED ] { 5 } Constant [ public int STRETCH_EXPANDED ] { 6 } Constant [ public int STRETCH_EXTRAEXPANDED ] { 7 } Constant [ public int STRETCH_ULTRAEXPANDED ] { 8 } Constant [ public int STRETCH_ANY ] { 9 } Constant [ public int ALIGN_UNDEFINED ] { 0 } Constant [ public int ALIGN_LEFT ] { 1 } Constant [ public int ALIGN_CENTER ] { 2 } Constant [ public int ALIGN_RIGHT ] { 3 } Constant [ public int DECORATION_NO ] { 0 } Constant [ public int DECORATION_UNDERLINE ] { 1 } Constant [ public int DECORATION_OVERLINE ] { 2 } Constant [ public int DECORATION_LINETROUGH ] { 3 } Constant [ public int NOISE_UNIFORM ] { 0 } Constant [ public int NOISE_GAUSSIAN ] { 1 } Constant [ public int NOISE_MULTIPLICATIVEGAUSSIAN ] { 2 } Constant [ public int NOISE_IMPULSE ] { 3 } Constant [ public int NOISE_LAPLACIAN ] { 4 } Constant [ public int NOISE_POISSON ] { 5 } Constant [ public int CHANNEL_UNDEFINED ] { 0 } Constant [ public int CHANNEL_RED ] { 1 } Constant [ public int CHANNEL_CYAN ] { 2 } Constant [ public int CHANNEL_GREEN ] { 3 } Constant [ public int CHANNEL_MAGENTA ] { 4 } Constant [ public int CHANNEL_BLUE ] { 5 } Constant [ public int CHANNEL_YELLOW ] { 6 } Constant [ public int CHANNEL_OPACITY ] { 7 } Constant [ public int CHANNEL_MATTE ] { 9 } Constant [ public int CHANNEL_BLACK ] { 8 } Constant [ public int CHANNEL_INDEX ] { 8 } Constant [ public int CHANNEL_ALL ] { 10 } Constant [ public int CHANNEL_DEFAULT ] { 8 } Constant [ public int METRIC_UNDEFINED ] { 0 } Constant [ public int METRIC_MEANABSOLUTEERROR ] { 1 } Constant [ public int METRIC_MEANSQUAREERROR ] { 2 } Constant [ public int METRIC_PEAKABSOLUTEERROR ] { 3 } Constant [ public int METRIC_PEAKSIGNALTONOISERATIO ] { 4 } Constant [ public int METRIC_ROOTMEANSQUAREDERROR ] { 5 } Constant [ public int PIXEL_CHAR ] { 0 } Constant [ public int PIXEL_DOUBLE ] { 5 } Constant [ public int PIXEL_FLOAT ] { 4 } Constant [ public int PIXEL_INTEGER ] { 2 } Constant [ public int PIXEL_LONG ] { 3 } Constant [ public int PIXEL_SHORT ] { 1 } Constant [ public int COLORSPACE_UNDEFINED ] { 0 } Constant [ public int COLORSPACE_RGB ] { 1 } Constant [ public int COLORSPACE_GRAY ] { 2 } Constant [ public int COLORSPACE_TRANSPARENT ] { 3 } Constant [ public int COLORSPACE_OHTA ] { 4 } Constant [ public int COLORSPACE_LAB ] { 14 } Constant [ public int COLORSPACE_XYZ ] { 5 } Constant [ public int COLORSPACE_YCBCR ] { 17 } Constant [ public int COLORSPACE_YCC ] { 6 } Constant [ public int COLORSPACE_YIQ ] { 7 } Constant [ public int COLORSPACE_YPBPR ] { 8 } Constant [ public int COLORSPACE_YUV ] { 9 } Constant [ public int COLORSPACE_CMYK ] { 10 } Constant [ public int COLORSPACE_SRGB ] { 11 } Constant [ public int COLORSPACE_HSL ] { 12 } Constant [ public int COLORSPACE_HWB ] { 13 } Constant [ public int VIRTUALPIXELMETHOD_UNDEFINED ] { 0 } Constant [ public int VIRTUALPIXELMETHOD_CONSTANT ] { 1 } Constant [ public int VIRTUALPIXELMETHOD_EDGE ] { 2 } Constant [ public int VIRTUALPIXELMETHOD_MIRROR ] { 3 } Constant [ public int VIRTUALPIXELMETHOD_TILE ] { 4 } Constant [ public int PREVIEW_UNDEFINED ] { 0 } Constant [ public int PREVIEW_ROTATE ] { 1 } Constant [ public int PREVIEW_SHEAR ] { 2 } Constant [ public int PREVIEW_ROLL ] { 3 } Constant [ public int PREVIEW_HUE ] { 4 } Constant [ public int PREVIEW_SATURATION ] { 5 } Constant [ public int PREVIEW_BRIGHTNESS ] { 6 } Constant [ public int PREVIEW_GAMMA ] { 7 } Constant [ public int PREVIEW_SPIFF ] { 8 } Constant [ public int PREVIEW_DULL ] { 9 } Constant [ public int PREVIEW_GRAYSCALE ] { 10 } Constant [ public int PREVIEW_QUANTIZE ] { 11 } Constant [ public int PREVIEW_DESPECKLE ] { 12 } Constant [ public int PREVIEW_REDUCENOISE ] { 13 } Constant [ public int PREVIEW_ADDNOISE ] { 14 } Constant [ public int PREVIEW_SHARPEN ] { 15 } Constant [ public int PREVIEW_BLUR ] { 16 } Constant [ public int PREVIEW_THRESHOLD ] { 17 } Constant [ public int PREVIEW_EDGEDETECT ] { 18 } Constant [ public int PREVIEW_SPREAD ] { 19 } Constant [ public int PREVIEW_SOLARIZE ] { 20 } Constant [ public int PREVIEW_SHADE ] { 21 } Constant [ public int PREVIEW_RAISE ] { 22 } Constant [ public int PREVIEW_SEGMENT ] { 23 } Constant [ public int PREVIEW_SWIRL ] { 24 } Constant [ public int PREVIEW_IMPLODE ] { 25 } Constant [ public int PREVIEW_WAVE ] { 26 } Constant [ public int PREVIEW_OILPAINT ] { 27 } Constant [ public int PREVIEW_CHARCOALDRAWING ] { 28 } Constant [ public int PREVIEW_JPEG ] { 29 } Constant [ public int RENDERINGINTENT_UNDEFINED ] { 0 } Constant [ public int RENDERINGINTENT_SATURATION ] { 1 } Constant [ public int RENDERINGINTENT_PERCEPTUAL ] { 2 } Constant [ public int RENDERINGINTENT_ABSOLUTE ] { 3 } Constant [ public int RENDERINGINTENT_RELATIVE ] { 4 } Constant [ public int FILLRULE_UNDEFINED ] { 0 } Constant [ public int FILLRULE_EVENODD ] { 1 } Constant [ public int FILLRULE_NONZERO ] { 2 } Constant [ public int PATHUNITS_USERSPACE ] { 0 } Constant [ public int PATHUNITS_USERSPACEONUSE ] { 1 } Constant [ public int PATHUNITS_OBJECTBOUNDINGBOX ] { 2 } Constant [ public int LINECAP_UNDEFINED ] { 0 } Constant [ public int LINECAP_BUTT ] { 1 } Constant [ public int LINECAP_ROUND ] { 2 } Constant [ public int LINECAP_SQUARE ] { 3 } Constant [ public int LINEJOIN_UNDEFINED ] { 0 } Constant [ public int LINEJOIN_MITER ] { 1 } Constant [ public int LINEJOIN_ROUND ] { 2 } Constant [ public int LINEJOIN_BEVEL ] { 3 } Constant [ public int RESOURCETYPE_UNDEFINED ] { 0 } Constant [ public int RESOURCETYPE_AREA ] { 0 } Constant [ public int RESOURCETYPE_DISK ] { 1 } Constant [ public int RESOURCETYPE_FILE ] { 2 } Constant [ public int RESOURCETYPE_MAP ] { 3 } Constant [ public int RESOURCETYPE_MEMORY ] { 4 } Constant [ public int DISPOSE_UNDEFINED ] { 0 } Constant [ public int DISPOSE_NONE ] { 1 } Constant [ public int DISPOSE_BACKGROUND ] { 2 } Constant [ public int DISPOSE_PREVIOUS ] { 3 } Constant [ public int QUANTUM_DEPTH ] { 16 } Constant [ public int QUANTUM ] { 131071 } Constant [ public string VERSION_TXT ] { 1.3.36 } Constant [ public int VERSION_LIB ] { 2433536 } Constant [ public int VERSION_NUM ] { 1003036 } } - Static properties [0] { } - Static methods [1] { Method [ static public method getversion ] { - Parameters [0] { } - Return [ array ] } } - Properties [0] { } - Methods [210] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string or NULL $filename ] } } Method [ public method __tostring ] { - Parameters [0] { } - Return [ string ] } Method [ public method readimage ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ Gmagick ] } Method [ public method read ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ Gmagick ] } Method [ public method readimagefile ] { - Parameters [2] { Parameter #0 [ $filehandle ] Parameter #1 [ string or NULL $filename ] } - Return [ Gmagick ] } Method [ public method writeimage ] { - Parameters [2] { Parameter #0 [ string $filename ] Parameter #1 [ bool $all_frames ] } - Return [ Gmagick ] } Method [ public method write ] { - Parameters [2] { Parameter #0 [ string $filename ] Parameter #1 [ bool $all_frames ] } - Return [ Gmagick ] } Method [ public method writeimagefile ] { - Parameters [2] { Parameter #0 [ $filehandle ] Parameter #1 [ string or NULL $format ] } - Return [ Gmagick ] } Method [ public method annotateimage ] { - Parameters [5] { Parameter #0 [ GmagickDraw $drawing_wand ] Parameter #1 [ float $x ] Parameter #2 [ float $y ] Parameter #3 [ float $angle ] Parameter #4 [ string $text ] } - Return [ Gmagick ] } Method [ public method blurimage ] { - Parameters [2] { Parameter #0 [ float $radius ] Parameter #1 [ float $sigma ] } - Return [ Gmagick ] } Method [ public method setcompressionquality ] { - Parameters [1] { Parameter #0 [ int $quality ] } - Return [ Gmagick ] } Method [ public method setimagepage ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $x ] Parameter #3 [ int $y ] } - Return [ bool ] } Method [ public method getimagepage ] { - Parameters [0] { } - Return [ array ] } Method [ public method thumbnailimage ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ bool $fit ] Parameter #3 [ bool $legacy ] } - Return [ Gmagick ] } Method [ public method resizeimage ] { - Parameters [6] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $filter ] Parameter #3 [ float $blur ] Parameter #4 [ bool $fit ] Parameter #5 [ bool $legacy ] } - Return [ Gmagick ] } Method [ public method clear ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method cropimage ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $x ] Parameter #3 [ int $y ] } - Return [ Gmagick ] } Method [ public method cropthumbnailimage ] { - Parameters [2] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] } - Return [ Gmagick ] } Method [ public method coalesceimages ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method compositeimage ] { - Parameters [4] { Parameter #0 [ Gmagick $source ] Parameter #1 [ int $COMPOSE ] Parameter #2 [ int $x ] Parameter #3 [ int $y ] } - Return [ Gmagick ] } Method [ public method addimage ] { - Parameters [1] { Parameter #0 [ Gmagick $source ] } - Return [ Gmagick ] } Method [ public method addnoiseimage ] { - Parameters [1] { Parameter #0 [ int $noise_type ] } - Return [ Gmagick ] } Method [ public method borderimage ] { - Parameters [3] { Parameter #0 [ $color ] Parameter #1 [ int $width ] Parameter #2 [ int $height ] } - Return [ Gmagick ] } Method [ public method thresholdimage ] { - Parameters [2] { Parameter #0 [ float $threshold ] Parameter #1 [ int $channel ] } - Return [ bool ] } Method [ public method charcoalimage ] { - Parameters [2] { Parameter #0 [ float $radius ] Parameter #1 [ float $sigma ] } - Return [ Gmagick ] } Method [ public method chopimage ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $x ] Parameter #3 [ int $y ] } - Return [ Gmagick ] } Method [ public method commentimage ] { - Parameters [1] { Parameter #0 [ string $comment ] } - Return [ Gmagick ] } Method [ public method current ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method cyclecolormapimage ] { - Parameters [1] { Parameter #0 [ int $displace ] } - Return [ Gmagick ] } Method [ public method deconstructimages ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method despeckleimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method destroy ] { - Parameters [0] { } - Return [ bool ] } Method [ public method drawimage ] { - Parameters [1] { Parameter #0 [ GmagickDraw $drawing_wand ] } - Return [ Gmagick ] } Method [ public method edgeimage ] { - Parameters [1] { Parameter #0 [ float $radius ] } - Return [ Gmagick ] } Method [ public method embossimage ] { - Parameters [2] { Parameter #0 [ float $radius ] Parameter #1 [ float $sigma ] } - Return [ Gmagick ] } Method [ public method enhanceimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method equalizeimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method flipimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method flopimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method frameimage ] { - Parameters [5] { Parameter #0 [ $color ] Parameter #1 [ int $width ] Parameter #2 [ int $height ] Parameter #3 [ int $inner_bevel ] Parameter #4 [ int $outer_bevel ] } - Return [ Gmagick ] } Method [ public method gammaimage ] { - Parameters [1] { Parameter #0 [ float $gamma ] } - Return [ Gmagick ] } Method [ public method getcopyright ] { - Parameters [0] { } - Return [ string ] } Method [ public method getfilename ] { - Parameters [0] { } - Return [ string ] } Method [ public method getimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method setimage ] { - Parameters [1] { Parameter #0 [ Gmagick $replace ] } - Return [ bool ] } Method [ public method getimagebackgroundcolor ] { - Parameters [0] { } - Return [ GmagickPixel ] } Method [ public method getimageblob ] { - Parameters [0] { } - Return [ string ] } Method [ public method getimagesblob ] { - Parameters [0] { } - Return [ string ] } Method [ public method getimageblueprimary ] { - Parameters [0] { } - Return [ array ] } Method [ public method getimagebordercolor ] { - Parameters [0] { } - Return [ GmagickPixel ] } Method [ public method getimagechanneldepth ] { - Parameters [1] { Parameter #0 [ int $channel_type ] } - Return [ int ] } Method [ public method getimagecolors ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimagecolorspace ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimagecompose ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimagedelay ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimagedepth ] { - Parameters [0] { } - Return [ int ] } Method [ public method getnumberimages ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimagedispose ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimageextrema ] { - Parameters [0] { } - Return [ array ] } Method [ public method getimagefilename ] { - Parameters [0] { } - Return [ string ] } Method [ public method getimagegamma ] { - Parameters [0] { } - Return [ float ] } Method [ public method getimagegreenprimary ] { - Parameters [0] { } - Return [ array ] } Method [ public method getimageheight ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimagehistogram ] { - Parameters [0] { } - Return [ array ] } Method [ public method getimageindex ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimageinterlacescheme ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimageiterations ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimagemattecolor ] { - Parameters [0] { } - Return [ GmagickPixel ] } Method [ public method getimageprofile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method getimageredprimary ] { - Parameters [0] { } - Return [ array ] } Method [ public method getimagerenderingintent ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimageresolution ] { - Parameters [0] { } - Return [ array ] } Method [ public method getimagescene ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimagesignature ] { - Parameters [0] { } - Return [ string ] } Method [ public method getimagetype ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimageunits ] { - Parameters [0] { } - Return [ int ] } Method [ public method getimagewhitepoint ] { - Parameters [0] { } - Return [ array ] } Method [ public method getimagewidth ] { - Parameters [0] { } - Return [ int ] } Method [ public method getpackagename ] { - Parameters [0] { } - Return [ string ] } Method [ public method getquantumdepth ] { - Parameters [0] { } - Return [ array ] } Method [ public method getreleasedate ] { - Parameters [0] { } - Return [ string ] } Method [ public method getsamplingfactors ] { - Parameters [0] { } - Return [ array ] } Method [ public method getsize ] { - Parameters [0] { } - Return [ array ] } Method [ public method setinterlacescheme ] { - Parameters [1] { Parameter #0 [ int $interlace_scheme ] } - Return [ Gmagick ] } Method [ public method hasnextimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method haspreviousimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method implodeimage ] { - Parameters [1] { Parameter #0 [ float $radius ] } - Return [ Gmagick ] } Method [ public method labelimage ] { - Parameters [1] { Parameter #0 [ string $label ] } - Return [ Gmagick ] } Method [ public method levelimage ] { - Parameters [4] { Parameter #0 [ float $blackPoint ] Parameter #1 [ float $gamma ] Parameter #2 [ float $whitePoint ] Parameter #3 [ int $channel ] } - Return [ Gmagick ] } Method [ public method magnifyimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method mapimage ] { - Parameters [2] { Parameter #0 [ gmagick $gmagick ] Parameter #1 [ bool $dither ] } - Return [ Gmagick ] } Method [ public method medianfilterimage ] { - Parameters [1] { Parameter #0 [ float $radius ] } - Return [ void ] } Method [ public method minifyimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method modulateimage ] { - Parameters [3] { Parameter #0 [ float $brightness ] Parameter #1 [ float $saturation ] Parameter #2 [ float $hue ] } - Return [ Gmagick ] } Method [ public method motionblurimage ] { - Parameters [3] { Parameter #0 [ float $radius ] Parameter #1 [ float $sigma ] Parameter #2 [ float $angle ] } - Return [ Gmagick ] } Method [ public method newimage ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ string $background ] Parameter #3 [ string or NULL $format ] } - Return [ Gmagick ] } Method [ public method nextimage ] { - Parameters [0] { } - Return [ bool ] } Method [ public method normalizeimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method oilpaintimage ] { - Parameters [1] { Parameter #0 [ float $radius ] } - Return [ Gmagick ] } Method [ public method previousimage ] { - Parameters [0] { } - Return [ bool ] } Method [ public method profileimage ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $profile ] } - Return [ Gmagick ] } Method [ public method quantizeimage ] { - Parameters [5] { Parameter #0 [ int $numColors ] Parameter #1 [ int $colorspace ] Parameter #2 [ int $treeDepth ] Parameter #3 [ bool $dither ] Parameter #4 [ bool $measureError ] } - Return [ Gmagick ] } Method [ public method quantizeimages ] { - Parameters [5] { Parameter #0 [ int $numColors ] Parameter #1 [ int $colorspace ] Parameter #2 [ int $treeDepth ] Parameter #3 [ bool $dither ] Parameter #4 [ bool $measureError ] } - Return [ Gmagick ] } Method [ public method queryfontmetrics ] { - Parameters [2] { Parameter #0 [ GmagickDraw $draw ] Parameter #1 [ string $text ] } - Return [ array ] } Method [ public method queryfonts ] { - Parameters [1] { Parameter #0 [ string $pattern ] } - Return [ array ] } Method [ public method queryformats ] { - Parameters [1] { Parameter #0 [ string $pattern ] } - Return [ array ] } Method [ public method radialblurimage ] { - Parameters [2] { Parameter #0 [ float $angle ] Parameter #1 [ int $channel ] } - Return [ Gmagick ] } Method [ public method raiseimage ] { - Parameters [5] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $x ] Parameter #3 [ int $y ] Parameter #4 [ bool $raise ] } - Return [ Gmagick ] } Method [ public method readimageblob ] { - Parameters [2] { Parameter #0 [ string $imageContents ] Parameter #1 [ string or NULL $filename ] } - Return [ Gmagick ] } Method [ public method reducenoiseimage ] { - Parameters [1] { Parameter #0 [ float $radius ] } - Return [ Gmagick ] } Method [ public method removeimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method removeimageprofile ] { - Parameters [1] { Parameter #0 [ string $name ] } - Return [ string ] } Method [ public method resampleimage ] { - Parameters [4] { Parameter #0 [ float $xResolution ] Parameter #1 [ float $yResolution ] Parameter #2 [ int $filter ] Parameter #3 [ float $blur ] } - Return [ Gmagick ] } Method [ public method rollimage ] { - Parameters [2] { Parameter #0 [ int $x ] Parameter #1 [ int $y ] } - Return [ Gmagick ] } Method [ public method rotateimage ] { - Parameters [2] { Parameter #0 [ $background ] Parameter #1 [ float $degrees ] } - Return [ Gmagick ] } Method [ public method scaleimage ] { - Parameters [3] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ bool $fit ] } - Return [ Gmagick ] } Method [ public method separateimagechannel ] { - Parameters [1] { Parameter #0 [ int $channel ] } - Return [ Gmagick ] } Method [ public method setfilename ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ Gmagick ] } Method [ public method setimagebackgroundcolor ] { - Parameters [1] { Parameter #0 [ $color ] } - Return [ Gmagick ] } Method [ public method setimageblueprimary ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ Gmagick ] } Method [ public method setimagebordercolor ] { - Parameters [1] { Parameter #0 [ $color ] } - Return [ Gmagick ] } Method [ public method setimagechanneldepth ] { - Parameters [2] { Parameter #0 [ int $channel ] Parameter #1 [ int $depth ] } - Return [ Gmagick ] } Method [ public method setimagecolorspace ] { - Parameters [1] { Parameter #0 [ int $colorspace ] } - Return [ Gmagick ] } Method [ public method setimagecompose ] { - Parameters [1] { Parameter #0 [ int $composite ] } - Return [ Gmagick ] } Method [ public method getimagecompression ] { - Parameters [0] { } - Return [ int ] } Method [ public method setimagecompression ] { - Parameters [1] { Parameter #0 [ int $compression ] } - Return [ Gmagick ] } Method [ public method setimagedelay ] { - Parameters [1] { Parameter #0 [ int $delay ] } - Return [ Gmagick ] } Method [ public method setimagedepth ] { - Parameters [1] { Parameter #0 [ int $depth ] } - Return [ Gmagick ] } Method [ public method setimagedispose ] { - Parameters [1] { Parameter #0 [ int $disposeType ] } - Return [ Gmagick ] } Method [ public method setimagefilename ] { - Parameters [1] { Parameter #0 [ string $filename ] } - Return [ Gmagick ] } Method [ public method getimageformat ] { - Parameters [0] { } - Return [ string ] } Method [ public method setimageformat ] { - Parameters [1] { Parameter #0 [ string $imageFormat ] } - Return [ Gmagick ] } Method [ public method setimagegamma ] { - Parameters [1] { Parameter #0 [ float $gamma ] } - Return [ Gmagick ] } Method [ public method setimagegreenprimary ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ Gmagick ] } Method [ public method setimageindex ] { - Parameters [1] { Parameter #0 [ int $index ] } - Return [ Gmagick ] } Method [ public method setimageinterlacescheme ] { - Parameters [1] { Parameter #0 [ int $interlace ] } - Return [ Gmagick ] } Method [ public method setimageiterations ] { - Parameters [1] { Parameter #0 [ int $iterations ] } - Return [ Gmagick ] } Method [ public method setimageprofile ] { - Parameters [2] { Parameter #0 [ string $name ] Parameter #1 [ string $profile ] } - Return [ Gmagick ] } Method [ public method setimageredprimary ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ Gmagick ] } Method [ public method setimagerenderingintent ] { - Parameters [1] { Parameter #0 [ int $rendering_intent ] } - Return [ Gmagick ] } Method [ public method setimageresolution ] { - Parameters [2] { Parameter #0 [ float $xResolution ] Parameter #1 [ float $yResolution ] } - Return [ Gmagick ] } Method [ public method setimagescene ] { - Parameters [1] { Parameter #0 [ int $scene ] } - Return [ Gmagick ] } Method [ public method setimagetype ] { - Parameters [1] { Parameter #0 [ int $imgType ] } - Return [ Gmagick ] } Method [ public method setimageunits ] { - Parameters [1] { Parameter #0 [ int $resolution ] } - Return [ Gmagick ] } Method [ public method setimagewhitepoint ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ Gmagick ] } Method [ public method setsamplingfactors ] { - Parameters [1] { Parameter #0 [ array $factors ] } - Return [ Gmagick ] } Method [ public method setsize ] { - Parameters [2] { Parameter #0 [ int $columns ] Parameter #1 [ int $rows ] } - Return [ Gmagick ] } Method [ public method shearimage ] { - Parameters [3] { Parameter #0 [ $background ] Parameter #1 [ float $xShear ] Parameter #2 [ float $yShear ] } - Return [ Gmagick ] } Method [ public method solarizeimage ] { - Parameters [1] { Parameter #0 [ int $threshold ] } - Return [ Gmagick ] } Method [ public method spreadimage ] { - Parameters [1] { Parameter #0 [ float $radius ] } - Return [ Gmagick ] } Method [ public method stripimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method swirlimage ] { - Parameters [1] { Parameter #0 [ float $degrees ] } - Return [ Gmagick ] } Method [ public method trimimage ] { - Parameters [1] { Parameter #0 [ float $fuzz ] } - Return [ Gmagick ] } Method [ public method blackthresholdimage ] { - Parameters [1] { Parameter #0 [ $threshold ] } - Return [ bool ] } Method [ public method whitethresholdimage ] { - Parameters [1] { Parameter #0 [ $threshold ] } - Return [ bool ] } Method [ public method colordecisionlist ] { - Parameters [1] { Parameter #0 [ string $color_correction_collection ] } - Return [ bool ] } Method [ public method clipimage ] { - Parameters [0] { } - Return [ bool ] } Method [ public method clippathimage ] { - Parameters [2] { Parameter #0 [ string $pathname ] Parameter #1 [ bool $inside ] } - Return [ bool ] } Method [ public method colorfloodfillimage ] { - Parameters [5] { Parameter #0 [ $fill ] Parameter #1 [ float $fuzz ] Parameter #2 [ $bordercolor ] Parameter #3 [ int $x ] Parameter #4 [ int $y ] } - Return [ bool ] } Method [ public method colorizeimage ] { - Parameters [2] { Parameter #0 [ $colorize ] Parameter #1 [ $opacity ] } - Return [ bool ] } Method [ public method compareimagechannels ] { - Parameters [3] { Parameter #0 [ Gmagick $reference ] Parameter #1 [ int $channel ] Parameter #2 [ int $metric ] } - Return [ array ] } Method [ public method compareimages ] { - Parameters [2] { Parameter #0 [ Gmagick $reference ] Parameter #1 [ int $metric ] } - Return [ array ] } Method [ public method contrastimage ] { - Parameters [1] { Parameter #0 [ bool $sharpen ] } - Return [ bool ] } Method [ public method convolveimage ] { - Parameters [1] { Parameter #0 [ array $kernel ] } - Return [ bool ] } Method [ public method extentimage ] { - Parameters [4] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $x ] Parameter #3 [ int $y ] } - Return [ bool ] } Method [ public method getimageboundingbox ] { - Parameters [1] { Parameter #0 [ float $fuzz ] } - Return [ array ] } Method [ public method getimageattribute ] { - Parameters [1] { Parameter #0 [ string $key ] } - Return [ string ] } Method [ public method setimageattribute ] { - Parameters [2] { Parameter #0 [ string $key ] Parameter #1 [ string $attribute ] } - Return [ bool ] } Method [ public method getimagechannelextrema ] { - Parameters [1] { Parameter #0 [ int $channel ] } - Return [ array ] } Method [ public method getimagechannelmean ] { - Parameters [1] { Parameter #0 [ int $channel ] } - Return [ array ] } Method [ public method getimagecolormapcolor ] { - Parameters [1] { Parameter #0 [ int $index ] } - Return [ GmagickPixel ] } Method [ public method setimagecolormapcolor ] { - Parameters [2] { Parameter #0 [ int $index ] Parameter #1 [ $color ] } - Return [ bool ] } Method [ public method getimagegravity ] { - Parameters [0] { } - Return [ int ] } Method [ public method setimagegravity ] { - Parameters [1] { Parameter #0 [ int $gravity ] } - Return [ bool ] } Method [ public method setimagemattecolor ] { - Parameters [1] { Parameter #0 [ $color ] } - Return [ bool ] } Method [ public method getimagevirtualpixelmethod ] { - Parameters [0] { } - Return [ int ] } Method [ public method setimagevirtualpixelmethod ] { - Parameters [1] { Parameter #0 [ int $method ] } - Return [ bool ] } Method [ public method haldclutimage ] { - Parameters [1] { Parameter #0 [ Gmagick $hald ] } - Return [ bool ] } Method [ public method mattefloodfillimage ] { - Parameters [5] { Parameter #0 [ float $alpha ] Parameter #1 [ float $fuzz ] Parameter #2 [ $bordercolor ] Parameter #3 [ int $x ] Parameter #4 [ int $y ] } - Return [ bool ] } Method [ public method montageimage ] { - Parameters [5] { Parameter #0 [ GmagickDraw $drawing_wand ] Parameter #1 [ string $tile_geometry ] Parameter #2 [ string $thumbnail_geometry ] Parameter #3 [ int $mode ] Parameter #4 [ string $frame ] } - Return [ Gmagick ] } Method [ public method morphimages ] { - Parameters [1] { Parameter #0 [ int $frames ] } - Return [ Gmagick ] } Method [ public method mosaicimages ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method shaveimage ] { - Parameters [2] { Parameter #0 [ int $columns ] Parameter #1 [ int $rows ] } - Return [ bool ] } Method [ public method steganoimage ] { - Parameters [2] { Parameter #0 [ Gmagick $watermark_wand ] Parameter #1 [ int $offset ] } - Return [ Gmagick ] } Method [ public method stereoimage ] { - Parameters [1] { Parameter #0 [ Gmagick $object_wand ] } - Return [ Gmagick ] } Method [ public method transformimage ] { - Parameters [2] { Parameter #0 [ string $crop ] Parameter #1 [ string $geometry ] } - Return [ Gmagick ] } Method [ public method waveimage ] { - Parameters [2] { Parameter #0 [ float $amplitude ] Parameter #1 [ float $length ] } - Return [ bool ] } Method [ public method getimagefuzz ] { - Parameters [0] { } - Return [ float ] } Method [ public method setimagefuzz ] { - Parameters [1] { Parameter #0 [ float $fuzz ] } - Return [ Gmagick ] } Method [ public method getimagesavedtype ] { - Parameters [0] { } - Return [ int ] } Method [ public method setdepth ] { - Parameters [1] { Parameter #0 [ int $depth ] } - Return [ Gmagick ] } Method [ public method setimageoption ] { - Parameters [3] { Parameter #0 [ string $format ] Parameter #1 [ string $key ] Parameter #2 [ string $value ] } - Return [ bool ] } Method [ public method setimagesavedtype ] { - Parameters [1] { Parameter #0 [ int $type ] } - Return [ bool ] } Method [ public method setformat ] { - Parameters [1] { Parameter #0 [ string $format ] } - Return [ bool ] } Method [ public method setresolutionunits ] { - Parameters [1] { Parameter #0 [ int $resolution_type ] } - Return [ bool ] } Method [ public method getimagegeometry ] { - Parameters [0] { } - Return [ array ] } Method [ public method getresourcelimit ] { - Parameters [1] { Parameter #0 [ int $type ] } - Return [ int ] } Method [ public method setresourcelimit ] { - Parameters [2] { Parameter #0 [ int $type ] Parameter #1 [ int $limit ] } - Return [ bool ] } Method [ public method negateimage ] { - Parameters [2] { Parameter #0 [ bool $gray ] Parameter #1 [ int $channel ] } - Return [ bool ] } Method [ public method sharpenimage ] { - Parameters [2] { Parameter #0 [ float $radius ] Parameter #1 [ float $sigma ] } - Return [ bool ] } Method [ public method textureimage ] { - Parameters [1] { Parameter #0 [ Gmagick $texture_wand ] } - Return [ Gmagick ] } Method [ public method flattenimages ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method sampleimage ] { - Parameters [4] { Parameter #0 [ int $cols ] Parameter #1 [ int $rows ] Parameter #2 [ bool $fit ] Parameter #3 [ bool $legacy ] } - Return [ Gmagick ] } Method [ public method cloneimage ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method appendimages ] { - Parameters [0] { } - Return [ Gmagick ] } Method [ public method unsharpmaskimage ] { - Parameters [4] { Parameter #0 [ float $radius ] Parameter #1 [ float $sigma ] Parameter #2 [ float $amount ] Parameter #3 [ float $threshold ] } - Return [ Gmagick ] } Method [ public method setresolution ] { - Parameters [4] { Parameter #0 [ float $x_resolution ] Parameter #1 [ float $y_resolution ] Parameter #2 [ float $amount ] Parameter #3 [ float $threshold ] } - Return [ bool ] } Method [ public method adaptivethresholdimage ] { - Parameters [3] { Parameter #0 [ int $width ] Parameter #1 [ int $height ] Parameter #2 [ int $offset ] } - Return [ bool ] } Method [ public method affinetransformimage ] { - Parameters [1] { Parameter #0 [ GmagickDraw $drawing_wand ] } - Return [ bool ] } Method [ public method averageimages ] { - Parameters [0] { } - Return [ Gmagick ] } } } Class [ class GmagickDraw ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [103] { Method [ public method setstrokecolor ] { - Parameters [1] { Parameter #0 [ $color ] } - Return [ GmagickDraw ] } Method [ public method setstrokewidth ] { - Parameters [1] { Parameter #0 [ float $width ] } - Return [ GmagickDraw ] } Method [ public method ellipse ] { - Parameters [6] { Parameter #0 [ float $ox ] Parameter #1 [ float $oy ] Parameter #2 [ float $rx ] Parameter #3 [ float $ry ] Parameter #4 [ float $start ] Parameter #5 [ float $end ] } - Return [ GmagickDraw ] } Method [ public method annotate ] { - Parameters [3] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] Parameter #2 [ string $text ] } - Return [ GmagickDraw ] } Method [ public method affine ] { - Parameters [1] { Parameter #0 [ array $affine ] } - Return [ bool ] } Method [ public method arc ] { - Parameters [6] { Parameter #0 [ float $sx ] Parameter #1 [ float $sy ] Parameter #2 [ float $ex ] Parameter #3 [ float $ey ] Parameter #4 [ float $sd ] Parameter #5 [ float $ed ] } - Return [ GmagickDraw ] } Method [ public method bezier ] { - Parameters [1] { Parameter #0 [ array $coordinates ] } - Return [ GmagickDraw ] } Method [ public method getfillcolor ] { - Parameters [0] { } - Return [ GmagickPixel ] } Method [ public method getfillopacity ] { - Parameters [0] { } - Return [ float ] } Method [ public method getfont ] { - Parameters [0] { } } Method [ public method getfontfamily ] { - Parameters [0] { } } Method [ public method setfontfamily ] { - Parameters [1] { Parameter #0 [ string $font_family ] } - Return [ GmagickDraw ] } Method [ public method getfontsize ] { - Parameters [0] { } - Return [ float ] } Method [ public method getfontstyle ] { - Parameters [0] { } - Return [ int ] } Method [ public method getfontweight ] { - Parameters [0] { } - Return [ int ] } Method [ public method getstrokeopacity ] { - Parameters [0] { } - Return [ float ] } Method [ public method getstrokecolor ] { - Parameters [0] { } - Return [ GmagickPixel ] } Method [ public method getstrokewidth ] { - Parameters [0] { } - Return [ float ] } Method [ public method gettextdecoration ] { - Parameters [0] { } - Return [ int ] } Method [ public method gettextencoding ] { - Parameters [0] { } } Method [ public method line ] { - Parameters [4] { Parameter #0 [ float $sx ] Parameter #1 [ float $sy ] Parameter #2 [ float $ex ] Parameter #3 [ float $ey ] } - Return [ GmagickDraw ] } Method [ public method point ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method polygon ] { - Parameters [1] { Parameter #0 [ array $coordinates ] } - Return [ GmagickDraw ] } Method [ public method polyline ] { - Parameters [1] { Parameter #0 [ array $coordinates ] } - Return [ GmagickDraw ] } Method [ public method rectangle ] { - Parameters [4] { Parameter #0 [ float $x1 ] Parameter #1 [ float $y1 ] Parameter #2 [ float $x2 ] Parameter #3 [ float $y2 ] } - Return [ GmagickDraw ] } Method [ public method rotate ] { - Parameters [1] { Parameter #0 [ float $degrees ] } - Return [ GmagickDraw ] } Method [ public method roundrectangle ] { - Parameters [6] { Parameter #0 [ float $x1 ] Parameter #1 [ float $y1 ] Parameter #2 [ float $x2 ] Parameter #3 [ float $y2 ] Parameter #4 [ float $rx ] Parameter #5 [ float $ry ] } - Return [ GmagickDraw ] } Method [ public method scale ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method setfillcolor ] { - Parameters [1] { Parameter #0 [ $color ] } - Return [ GmagickDraw ] } Method [ public method setfillopacity ] { - Parameters [1] { Parameter #0 [ float $fill_opacity ] } - Return [ GmagickDraw ] } Method [ public method setfont ] { - Parameters [1] { Parameter #0 [ string $font ] } - Return [ GmagickDraw ] } Method [ public method setfontsize ] { - Parameters [1] { Parameter #0 [ float $pointsize ] } - Return [ GmagickDraw ] } Method [ public method setfontstyle ] { - Parameters [1] { Parameter #0 [ int $style ] } - Return [ GmagickDraw ] } Method [ public method setfontweight ] { - Parameters [1] { Parameter #0 [ int $weight ] } - Return [ GmagickDraw ] } Method [ public method setstrokeopacity ] { - Parameters [1] { Parameter #0 [ float $stroke_opacity ] } - Return [ GmagickDraw ] } Method [ public method settextdecoration ] { - Parameters [1] { Parameter #0 [ int $decoration ] } - Return [ GmagickDraw ] } Method [ public method settextencoding ] { - Parameters [1] { Parameter #0 [ string $encoding ] } - Return [ GmagickDraw ] } Method [ public method getgravity ] { - Parameters [0] { } - Return [ int ] } Method [ public method setgravity ] { - Parameters [1] { Parameter #0 [ int $gravity ] } - Return [ GmagickDraw ] } Method [ public method getstrokeantialias ] { - Parameters [0] { } - Return [ bool ] } Method [ public method setstrokeantialias ] { - Parameters [1] { Parameter #0 [ bool $antialias ] } - Return [ GmagickDraw ] } Method [ public method getstrokedashoffset ] { - Parameters [0] { } - Return [ float ] } Method [ public method setstrokedashoffset ] { - Parameters [1] { Parameter #0 [ float $offset ] } - Return [ GmagickDraw ] } Method [ public method getstrokelinecap ] { - Parameters [0] { } - Return [ int ] } Method [ public method setstrokelinecap ] { - Parameters [1] { Parameter #0 [ int $linecap ] } - Return [ GmagickDraw ] } Method [ public method getstrokelinejoin ] { - Parameters [0] { } - Return [ int ] } Method [ public method setstrokelinejoin ] { - Parameters [1] { Parameter #0 [ int $linejoin ] } - Return [ GmagickDraw ] } Method [ public method getstrokemiterlimit ] { - Parameters [0] { } - Return [ int ] } Method [ public method setstrokemiterlimit ] { - Parameters [1] { Parameter #0 [ int $miterlimit ] } - Return [ GmagickDraw ] } Method [ public method getstrokedasharray ] { - Parameters [0] { } - Return [ array ] } Method [ public method setstrokedasharray ] { - Parameters [1] { Parameter #0 [ array $dash_array ] } - Return [ GmagickDraw ] } Method [ public method circle ] { - Parameters [4] { Parameter #0 [ float $ox ] Parameter #1 [ float $oy ] Parameter #2 [ float $px ] Parameter #3 [ float $py ] } - Return [ GmagickDraw ] } Method [ public method getclippath ] { - Parameters [0] { } } Method [ public method setclippath ] { - Parameters [1] { Parameter #0 [ string $clip_mask ] } - Return [ GmagickDraw ] } Method [ public method getcliprule ] { - Parameters [0] { } - Return [ int ] } Method [ public method setcliprule ] { - Parameters [1] { Parameter #0 [ int $fill_rule ] } - Return [ GmagickDraw ] } Method [ public method getclipunits ] { - Parameters [0] { } - Return [ int ] } Method [ public method setclipunits ] { - Parameters [1] { Parameter #0 [ int $clip_units ] } - Return [ GmagickDraw ] } Method [ public method color ] { - Parameters [3] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] Parameter #2 [ int $paint_method ] } - Return [ GmagickDraw ] } Method [ public method comment ] { - Parameters [1] { Parameter #0 [ string $comment ] } - Return [ GmagickDraw ] } Method [ public method setfillpatternurl ] { - Parameters [1] { Parameter #0 [ string $fill_url ] } - Return [ GmagickDraw ] } Method [ public method getfillrule ] { - Parameters [0] { } - Return [ int ] } Method [ public method setfillrule ] { - Parameters [1] { Parameter #0 [ string $fill_rule ] } - Return [ GmagickDraw ] } Method [ public method getfontstretch ] { - Parameters [0] { } - Return [ int ] } Method [ public method setfontstretch ] { - Parameters [1] { Parameter #0 [ int $font_stretch ] } - Return [ bool ] } Method [ public method pathclose ] { - Parameters [0] { } - Return [ GmagickDraw ] } Method [ public method pathcurvetoabsolute ] { - Parameters [6] { Parameter #0 [ float $x1 ] Parameter #1 [ float $y1 ] Parameter #2 [ float $x2 ] Parameter #3 [ float $y2 ] Parameter #4 [ float $x ] Parameter #5 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathcurvetorelative ] { - Parameters [6] { Parameter #0 [ float $x1 ] Parameter #1 [ float $y1 ] Parameter #2 [ float $x2 ] Parameter #3 [ float $y2 ] Parameter #4 [ float $x ] Parameter #5 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathcurvetoquadraticbezierabsolute ] { - Parameters [4] { Parameter #0 [ float $x1 ] Parameter #1 [ float $y1 ] Parameter #2 [ float $x ] Parameter #3 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathcurvetoquadraticbezierrelative ] { - Parameters [4] { Parameter #0 [ float $x1 ] Parameter #1 [ float $y1 ] Parameter #2 [ float $x ] Parameter #3 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathcurvetoquadraticbeziersmoothabsolute ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathcurvetoquadraticbeziersmoothrelative ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathcurvetosmoothabsolute ] { - Parameters [4] { Parameter #0 [ float $x1 ] Parameter #1 [ float $y1 ] Parameter #2 [ float $x ] Parameter #3 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathcurvetosmoothrelative ] { - Parameters [4] { Parameter #0 [ float $x1 ] Parameter #1 [ float $y1 ] Parameter #2 [ float $x ] Parameter #3 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathellipticarcabsolute ] { - Parameters [7] { Parameter #0 [ float $rx ] Parameter #1 [ float $ry ] Parameter #2 [ float $x_axis_rotation ] Parameter #3 [ bool $large_arc_flag ] Parameter #4 [ bool $sweep_flag ] Parameter #5 [ float $x ] Parameter #6 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathellipticarcrelative ] { - Parameters [7] { Parameter #0 [ float $rx ] Parameter #1 [ float $ry ] Parameter #2 [ float $x_axis_rotation ] Parameter #3 [ bool $large_arc_flag ] Parameter #4 [ bool $sweep_flag ] Parameter #5 [ float $x ] Parameter #6 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathmovetoabsolute ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathmovetorelative ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathlinetoabsolute ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathlinetorelative ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathlinetohorizontalabsolute ] { - Parameters [1] { Parameter #0 [ float $x ] } - Return [ GmagickDraw ] } Method [ public method pathlinetohorizontalrelative ] { - Parameters [1] { Parameter #0 [ float $x ] } - Return [ GmagickDraw ] } Method [ public method pathlinetoverticalabsolute ] { - Parameters [1] { Parameter #0 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathlinetoverticalrelative ] { - Parameters [1] { Parameter #0 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method pathstart ] { - Parameters [0] { } - Return [ GmagickDraw ] } Method [ public method pathfinish ] { - Parameters [0] { } - Return [ GmagickDraw ] } Method [ public method popclippath ] { - Parameters [0] { } - Return [ GmagickDraw ] } Method [ public method popdefs ] { - Parameters [0] { } - Return [ GmagickDraw ] } Method [ public method pushdefs ] { - Parameters [0] { } - Return [ GmagickDraw ] } Method [ public method poppattern ] { - Parameters [0] { } - Return [ GmagickDraw ] } Method [ public method pushpattern ] { - Parameters [5] { Parameter #0 [ string $pattern_id ] Parameter #1 [ float $x ] Parameter #2 [ float $y ] Parameter #3 [ float $width ] Parameter #4 [ float $height ] } - Return [ GmagickDraw ] } Method [ public method pushclippath ] { - Parameters [1] { Parameter #0 [ string $clip_mask_id ] } - Return [ GmagickDraw ] } Method [ public method skewx ] { - Parameters [1] { Parameter #0 [ float $degrees ] } - Return [ GmagickDraw ] } Method [ public method skewy ] { - Parameters [1] { Parameter #0 [ float $degrees ] } - Return [ GmagickDraw ] } Method [ public method setstrokepatternurl ] { - Parameters [1] { Parameter #0 [ string $stroke_url ] } - Return [ GmagickDraw ] } Method [ public method gettextantialias ] { - Parameters [0] { } - Return [ bool ] } Method [ public method settextantialias ] { - Parameters [1] { Parameter #0 [ bool $anti_alias ] } - Return [ bool ] } Method [ public method gettextundercolor ] { - Parameters [0] { } - Return [ GmagickPixel ] } Method [ public method settextundercolor ] { - Parameters [1] { Parameter #0 [ $color ] } - Return [ GmagickDraw ] } Method [ public method translate ] { - Parameters [2] { Parameter #0 [ float $x ] Parameter #1 [ float $y ] } - Return [ GmagickDraw ] } Method [ public method setviewbox ] { - Parameters [4] { Parameter #0 [ float $x1 ] Parameter #1 [ float $y1 ] Parameter #2 [ float $x2 ] Parameter #3 [ float $y2 ] } - Return [ GmagickDraw ] } Method [ public method popGraphicContext ] { - Parameters [0] { } - Return [ GmagickDraw ] } Method [ public method pushGraphicContext ] { - Parameters [0] { } - Return [ GmagickDraw ] } } } Class [ class GmagickPixel ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [9] { Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ string or NULL $color ] } } Method [ public method getcolor ] { - Parameters [2] { Parameter #0 [ bool $as_array ] Parameter #1 [ bool $normalize_array ] } } Method [ public method setcolor ] { - Parameters [1] { Parameter #0 [ string $color ] } - Return [ GmagickPixel ] } Method [ public method getcolorcount ] { - Parameters [0] { } - Return [ int ] } Method [ public method setcolorcount ] { - Parameters [1] { Parameter #0 [ int $color_count ] } - Return [ GmagickPixel ] } Method [ public method getcolorvalue ] { - Parameters [1] { Parameter #0 [ int $color ] } - Return [ float ] } Method [ public method setcolorvalue ] { - Parameters [2] { Parameter #0 [ int $color ] Parameter #1 [ float $value ] } - Return [ GmagickPixel ] } Method [ public method getcolorvaluequantum ] { - Parameters [1] { Parameter #0 [ int $color ] } - Return [ int ] } Method [ public method setcolorvaluequantum ] { - Parameters [2] { Parameter #0 [ int $color ] Parameter #1 [ float $value ] } - Return [ GmagickPixel ] } } } } }