From 26b4991f6545ba7b4eca200a35202d70df5bbe06 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 4437 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 4437 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..05c76ca --- /dev/null +++ b/REFLECTION @@ -0,0 +1,4437 @@ +Extension [ extension #92 imagick version 3.2.0RC1 ] { + + - INI { + Entry [ imagick.locale_fix ] + Current = '0' + } + Entry [ imagick.progress_monitor ] + Current = '0' + } + } + + - Classes [8] { + Class [ class ImagickException 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 ImagickDrawException 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 ImagickPixelIteratorException 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 ImagickPixelException 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 Imagick implements Iterator, Traversable, Countable ] { + + - Constants [464] { + 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 IMAGICK_EXTNUM ] { 30200 } + Constant [ string IMAGICK_EXTVER ] { 3.2.0RC1 } + Constant [ integer QUANTUM_RANGE ] { 65535 } + Constant [ integer USE_ZEND_MM ] { 0 } + Constant [ integer COMPOSITE_DEFAULT ] { 40 } + Constant [ integer COMPOSITE_UNDEFINED ] { 0 } + Constant [ integer COMPOSITE_NO ] { 1 } + Constant [ integer COMPOSITE_ADD ] { 2 } + Constant [ integer COMPOSITE_ATOP ] { 3 } + Constant [ integer COMPOSITE_BLEND ] { 4 } + Constant [ integer COMPOSITE_BUMPMAP ] { 5 } + Constant [ integer COMPOSITE_CLEAR ] { 7 } + Constant [ integer COMPOSITE_COLORBURN ] { 8 } + Constant [ integer COMPOSITE_COLORDODGE ] { 9 } + Constant [ integer COMPOSITE_COLORIZE ] { 10 } + Constant [ integer COMPOSITE_COPYBLACK ] { 11 } + Constant [ integer COMPOSITE_COPYBLUE ] { 12 } + Constant [ integer COMPOSITE_COPY ] { 13 } + Constant [ integer COMPOSITE_COPYCYAN ] { 14 } + Constant [ integer COMPOSITE_COPYGREEN ] { 15 } + Constant [ integer COMPOSITE_COPYMAGENTA ] { 16 } + Constant [ integer COMPOSITE_COPYOPACITY ] { 17 } + Constant [ integer COMPOSITE_COPYRED ] { 18 } + Constant [ integer COMPOSITE_COPYYELLOW ] { 19 } + Constant [ integer COMPOSITE_DARKEN ] { 20 } + Constant [ integer COMPOSITE_DSTATOP ] { 21 } + Constant [ integer COMPOSITE_DST ] { 22 } + Constant [ integer COMPOSITE_DSTIN ] { 23 } + Constant [ integer COMPOSITE_DSTOUT ] { 24 } + Constant [ integer COMPOSITE_DSTOVER ] { 25 } + Constant [ integer COMPOSITE_DIFFERENCE ] { 26 } + Constant [ integer COMPOSITE_DISPLACE ] { 27 } + Constant [ integer COMPOSITE_DISSOLVE ] { 28 } + Constant [ integer COMPOSITE_EXCLUSION ] { 29 } + Constant [ integer COMPOSITE_HARDLIGHT ] { 30 } + Constant [ integer COMPOSITE_HUE ] { 31 } + Constant [ integer COMPOSITE_IN ] { 32 } + Constant [ integer COMPOSITE_LIGHTEN ] { 33 } + Constant [ integer COMPOSITE_LUMINIZE ] { 35 } + Constant [ integer COMPOSITE_MINUS ] { 36 } + Constant [ integer COMPOSITE_MODULATE ] { 37 } + Constant [ integer COMPOSITE_MULTIPLY ] { 38 } + Constant [ integer COMPOSITE_OUT ] { 39 } + Constant [ integer COMPOSITE_OVER ] { 40 } + Constant [ integer COMPOSITE_OVERLAY ] { 41 } + Constant [ integer COMPOSITE_PLUS ] { 42 } + Constant [ integer COMPOSITE_REPLACE ] { 43 } + Constant [ integer COMPOSITE_SATURATE ] { 44 } + Constant [ integer COMPOSITE_SCREEN ] { 45 } + Constant [ integer COMPOSITE_SOFTLIGHT ] { 46 } + Constant [ integer COMPOSITE_SRCATOP ] { 47 } + Constant [ integer COMPOSITE_SRC ] { 48 } + Constant [ integer COMPOSITE_SRCIN ] { 49 } + Constant [ integer COMPOSITE_SRCOUT ] { 50 } + Constant [ integer COMPOSITE_SRCOVER ] { 51 } + Constant [ integer COMPOSITE_SUBTRACT ] { 52 } + Constant [ integer COMPOSITE_THRESHOLD ] { 53 } + Constant [ integer COMPOSITE_XOR ] { 54 } + Constant [ integer COMPOSITE_CHANGEMASK ] { 6 } + Constant [ integer COMPOSITE_LINEARLIGHT ] { 34 } + Constant [ integer COMPOSITE_DIVIDE ] { 55 } + Constant [ integer COMPOSITE_DISTORT ] { 56 } + Constant [ integer COMPOSITE_BLUR ] { 57 } + Constant [ integer COMPOSITE_PEGTOPLIGHT ] { 58 } + Constant [ integer COMPOSITE_VIVIDLIGHT ] { 59 } + Constant [ integer COMPOSITE_PINLIGHT ] { 60 } + Constant [ integer COMPOSITE_LINEARDODGE ] { 61 } + Constant [ integer COMPOSITE_LINEARBURN ] { 62 } + Constant [ integer COMPOSITE_MATHEMATICS ] { 63 } + Constant [ integer COMPOSITE_MODULUSADD ] { 2 } + Constant [ integer COMPOSITE_MODULUSSUBTRACT ] { 52 } + Constant [ integer COMPOSITE_MINUSDST ] { 36 } + Constant [ integer COMPOSITE_DIVIDEDST ] { 55 } + Constant [ integer COMPOSITE_DIVIDESRC ] { 64 } + Constant [ integer COMPOSITE_MINUSSRC ] { 65 } + Constant [ integer COMPOSITE_DARKENINTENSITY ] { 66 } + Constant [ integer COMPOSITE_LIGHTENINTENSITY ] { 67 } + Constant [ integer MONTAGEMODE_FRAME ] { 1 } + Constant [ integer MONTAGEMODE_UNFRAME ] { 2 } + Constant [ integer MONTAGEMODE_CONCATENATE ] { 3 } + Constant [ integer STYLE_NORMAL ] { 1 } + Constant [ integer STYLE_ITALIC ] { 2 } + Constant [ integer STYLE_OBLIQUE ] { 3 } + Constant [ integer STYLE_ANY ] { 4 } + 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 ] { 22 } + Constant [ integer FILTER_BESSEL ] { 13 } + Constant [ integer FILTER_SINC ] { 14 } + Constant [ integer FILTER_KAISER ] { 16 } + Constant [ integer FILTER_WELSH ] { 17 } + Constant [ integer FILTER_PARZEN ] { 18 } + Constant [ integer FILTER_LAGRANGE ] { 21 } + Constant [ integer FILTER_SENTINEL ] { 31 } + Constant [ integer FILTER_BOHMAN ] { 19 } + Constant [ integer FILTER_BARTLETT ] { 20 } + Constant [ integer FILTER_JINC ] { 13 } + Constant [ integer FILTER_SINCFAST ] { 15 } + Constant [ integer FILTER_ROBIDOUX ] { 26 } + Constant [ integer FILTER_LANCZOSSHARP ] { 23 } + Constant [ integer FILTER_LANCZOS2 ] { 24 } + Constant [ integer FILTER_LANCZOS2SHARP ] { 25 } + Constant [ integer FILTER_ROBIDOUXSHARP ] { 27 } + Constant [ integer FILTER_COSINE ] { 28 } + Constant [ integer FILTER_SPLINE ] { 29 } + Constant [ integer FILTER_LANCZOSRADIUS ] { 30 } + 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 IMGTYPE_PALETTEBILEVELMATTE ] { 11 } + 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 ] { 6 } + Constant [ integer COMPRESSION_GROUP4 ] { 7 } + Constant [ integer COMPRESSION_JPEG ] { 8 } + Constant [ integer COMPRESSION_JPEG2000 ] { 9 } + Constant [ integer COMPRESSION_LOSSLESSJPEG ] { 10 } + Constant [ integer COMPRESSION_LZW ] { 11 } + Constant [ integer COMPRESSION_RLE ] { 12 } + Constant [ integer COMPRESSION_ZIP ] { 13 } + Constant [ integer COMPRESSION_DXT1 ] { 3 } + Constant [ integer COMPRESSION_DXT3 ] { 4 } + Constant [ integer COMPRESSION_DXT5 ] { 5 } + Constant [ integer COMPRESSION_ZIPS ] { 14 } + Constant [ integer COMPRESSION_PIZ ] { 15 } + Constant [ integer COMPRESSION_PXR24 ] { 16 } + Constant [ integer COMPRESSION_B44 ] { 17 } + Constant [ integer COMPRESSION_B44A ] { 18 } + Constant [ integer COMPRESSION_LZMA ] { 19 } + Constant [ integer COMPRESSION_JBIG1 ] { 20 } + Constant [ integer COMPRESSION_JBIG2 ] { 21 } + Constant [ integer PAINT_POINT ] { 1 } + Constant [ integer PAINT_REPLACE ] { 2 } + Constant [ integer PAINT_FLOODFILL ] { 3 } + Constant [ integer PAINT_FILLTOBORDER ] { 4 } + Constant [ integer PAINT_RESET ] { 5 } + 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 ] { 1 } + Constant [ integer STRETCH_ULTRACONDENSED ] { 2 } + Constant [ integer STRETCH_CONDENSED ] { 4 } + Constant [ integer STRETCH_SEMICONDENSED ] { 5 } + Constant [ integer STRETCH_SEMIEXPANDED ] { 6 } + Constant [ integer STRETCH_EXPANDED ] { 7 } + Constant [ integer STRETCH_EXTRAEXPANDED ] { 8 } + Constant [ integer STRETCH_ULTRAEXPANDED ] { 9 } + Constant [ integer STRETCH_ANY ] { 10 } + Constant [ integer ALIGN_UNDEFINED ] { 0 } + Constant [ integer ALIGN_LEFT ] { 1 } + Constant [ integer ALIGN_CENTER ] { 2 } + Constant [ integer ALIGN_RIGHT ] { 3 } + Constant [ integer DECORATION_NO ] { 1 } + Constant [ integer DECORATION_UNDERLINE ] { 2 } + Constant [ integer DECORATION_OVERLINE ] { 3 } + Constant [ integer DECORATION_LINETROUGH ] { 4 } + Constant [ integer NOISE_UNIFORM ] { 1 } + Constant [ integer NOISE_GAUSSIAN ] { 2 } + Constant [ integer NOISE_MULTIPLICATIVEGAUSSIAN ] { 3 } + Constant [ integer NOISE_IMPULSE ] { 4 } + Constant [ integer NOISE_LAPLACIAN ] { 5 } + Constant [ integer NOISE_POISSON ] { 6 } + Constant [ integer NOISE_RANDOM ] { 7 } + Constant [ integer CHANNEL_UNDEFINED ] { 0 } + Constant [ integer CHANNEL_RED ] { 1 } + Constant [ integer CHANNEL_GRAY ] { 128 } + Constant [ integer CHANNEL_CYAN ] { 1 } + Constant [ integer CHANNEL_GREEN ] { 2 } + Constant [ integer CHANNEL_MAGENTA ] { 2 } + Constant [ integer CHANNEL_BLUE ] { 4 } + Constant [ integer CHANNEL_YELLOW ] { 4 } + Constant [ integer CHANNEL_ALPHA ] { 8 } + Constant [ integer CHANNEL_OPACITY ] { 8 } + Constant [ integer CHANNEL_MATTE ] { 8 } + Constant [ integer CHANNEL_BLACK ] { 32 } + Constant [ integer CHANNEL_INDEX ] { 32 } + Constant [ integer CHANNEL_ALL ] { 134217727 } + Constant [ integer CHANNEL_DEFAULT ] { 134217719 } + Constant [ integer CHANNEL_TRUEALPHA ] { 64 } + Constant [ integer CHANNEL_RGBS ] { 128 } + Constant [ integer CHANNEL_SYNC ] { 256 } + Constant [ integer CHANNEL_COMPOSITES ] { 47 } + Constant [ integer METRIC_UNDEFINED ] { 0 } + Constant [ integer METRIC_MEANABSOLUTEERROR ] { 2 } + Constant [ integer METRIC_MEANSQUAREERROR ] { 4 } + Constant [ integer METRIC_PEAKABSOLUTEERROR ] { 5 } + Constant [ integer METRIC_PEAKSIGNALTONOISERATIO ] { 6 } + Constant [ integer METRIC_ROOTMEANSQUAREDERROR ] { 7 } + Constant [ integer PIXEL_CHAR ] { 1 } + Constant [ integer PIXEL_DOUBLE ] { 2 } + Constant [ integer PIXEL_FLOAT ] { 3 } + Constant [ integer PIXEL_INTEGER ] { 4 } + Constant [ integer PIXEL_LONG ] { 5 } + Constant [ integer PIXEL_QUANTUM ] { 6 } + Constant [ integer PIXEL_SHORT ] { 7 } + Constant [ integer EVALUATE_UNDEFINED ] { 0 } + Constant [ integer EVALUATE_ADD ] { 1 } + Constant [ integer EVALUATE_AND ] { 2 } + Constant [ integer EVALUATE_DIVIDE ] { 3 } + Constant [ integer EVALUATE_LEFTSHIFT ] { 4 } + Constant [ integer EVALUATE_MAX ] { 5 } + Constant [ integer EVALUATE_MIN ] { 6 } + Constant [ integer EVALUATE_MULTIPLY ] { 7 } + Constant [ integer EVALUATE_OR ] { 8 } + Constant [ integer EVALUATE_RIGHTSHIFT ] { 9 } + Constant [ integer EVALUATE_SET ] { 10 } + Constant [ integer EVALUATE_SUBTRACT ] { 11 } + Constant [ integer EVALUATE_XOR ] { 12 } + Constant [ integer EVALUATE_POW ] { 13 } + Constant [ integer EVALUATE_LOG ] { 14 } + Constant [ integer EVALUATE_THRESHOLD ] { 15 } + Constant [ integer EVALUATE_THRESHOLDBLACK ] { 16 } + Constant [ integer EVALUATE_THRESHOLDWHITE ] { 17 } + Constant [ integer EVALUATE_GAUSSIANNOISE ] { 18 } + Constant [ integer EVALUATE_IMPULSENOISE ] { 19 } + Constant [ integer EVALUATE_LAPLACIANNOISE ] { 20 } + Constant [ integer EVALUATE_MULTIPLICATIVENOISE ] { 21 } + Constant [ integer EVALUATE_POISSONNOISE ] { 22 } + Constant [ integer EVALUATE_UNIFORMNOISE ] { 23 } + Constant [ integer EVALUATE_COSINE ] { 24 } + Constant [ integer EVALUATE_SINE ] { 25 } + Constant [ integer EVALUATE_ADDMODULUS ] { 26 } + Constant [ integer EVALUATE_MEAN ] { 27 } + Constant [ integer EVALUATE_ABS ] { 28 } + Constant [ integer EVALUATE_EXPONENTIAL ] { 29 } + Constant [ integer EVALUATE_MEDIAN ] { 30 } + Constant [ integer EVALUATE_SUM ] { 31 } + 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 ] { 5 } + Constant [ integer COLORSPACE_XYZ ] { 6 } + Constant [ integer COLORSPACE_YCBCR ] { 7 } + Constant [ integer COLORSPACE_YCC ] { 8 } + Constant [ integer COLORSPACE_YIQ ] { 9 } + Constant [ integer COLORSPACE_YPBPR ] { 10 } + Constant [ integer COLORSPACE_YUV ] { 11 } + Constant [ integer COLORSPACE_CMYK ] { 12 } + Constant [ integer COLORSPACE_SRGB ] { 13 } + Constant [ integer COLORSPACE_HSB ] { 14 } + Constant [ integer COLORSPACE_HSL ] { 15 } + Constant [ integer COLORSPACE_HWB ] { 16 } + Constant [ integer COLORSPACE_REC601LUMA ] { 17 } + Constant [ integer COLORSPACE_REC709LUMA ] { 19 } + Constant [ integer COLORSPACE_LOG ] { 21 } + Constant [ integer COLORSPACE_CMY ] { 22 } + Constant [ integer COLORSPACE_LUV ] { 23 } + Constant [ integer COLORSPACE_HCL ] { 24 } + Constant [ integer COLORSPACE_LCH ] { 25 } + Constant [ integer COLORSPACE_LMS ] { 26 } + Constant [ integer COLORSPACE_LCHAB ] { 27 } + Constant [ integer COLORSPACE_LCHUV ] { 28 } + Constant [ integer COLORSPACE_SCRGB ] { 29 } + Constant [ integer COLORSPACE_HSI ] { 30 } + Constant [ integer COLORSPACE_HSV ] { 31 } + Constant [ integer COLORSPACE_HCLP ] { 32 } + Constant [ integer COLORSPACE_YDBDR ] { 33 } + Constant [ integer VIRTUALPIXELMETHOD_UNDEFINED ] { 0 } + Constant [ integer VIRTUALPIXELMETHOD_BACKGROUND ] { 1 } + Constant [ integer VIRTUALPIXELMETHOD_CONSTANT ] { 2 } + Constant [ integer VIRTUALPIXELMETHOD_EDGE ] { 4 } + Constant [ integer VIRTUALPIXELMETHOD_MIRROR ] { 5 } + Constant [ integer VIRTUALPIXELMETHOD_TILE ] { 7 } + Constant [ integer VIRTUALPIXELMETHOD_TRANSPARENT ] { 8 } + Constant [ integer VIRTUALPIXELMETHOD_MASK ] { 9 } + Constant [ integer VIRTUALPIXELMETHOD_BLACK ] { 10 } + Constant [ integer VIRTUALPIXELMETHOD_GRAY ] { 11 } + Constant [ integer VIRTUALPIXELMETHOD_WHITE ] { 12 } + Constant [ integer VIRTUALPIXELMETHOD_HORIZONTALTILE ] { 13 } + Constant [ integer VIRTUALPIXELMETHOD_VERTICALTILE ] { 14 } + Constant [ integer VIRTUALPIXELMETHOD_HORIZONTALTILEEDGE ] { 15 } + Constant [ integer VIRTUALPIXELMETHOD_VERTICALTILEEDGE ] { 16 } + Constant [ integer VIRTUALPIXELMETHOD_CHECKERTILE ] { 17 } + 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 INTERLACE_GIF ] { 5 } + Constant [ integer INTERLACE_JPEG ] { 6 } + Constant [ integer INTERLACE_PNG ] { 7 } + Constant [ integer FILLRULE_UNDEFINED ] { 0 } + Constant [ integer FILLRULE_EVENODD ] { 1 } + Constant [ integer FILLRULE_NONZERO ] { 2 } + Constant [ integer PATHUNITS_UNDEFINED ] { 0 } + Constant [ integer PATHUNITS_USERSPACE ] { 1 } + Constant [ integer PATHUNITS_USERSPACEONUSE ] { 2 } + Constant [ integer PATHUNITS_OBJECTBOUNDINGBOX ] { 3 } + 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 ] { 1 } + Constant [ integer RESOURCETYPE_DISK ] { 2 } + Constant [ integer RESOURCETYPE_FILE ] { 3 } + Constant [ integer RESOURCETYPE_MAP ] { 4 } + Constant [ integer RESOURCETYPE_MEMORY ] { 5 } + Constant [ integer RESOURCETYPE_THREAD ] { 6 } + Constant [ integer DISPOSE_UNRECOGNIZED ] { 0 } + Constant [ integer DISPOSE_UNDEFINED ] { 0 } + Constant [ integer DISPOSE_NONE ] { 1 } + Constant [ integer DISPOSE_BACKGROUND ] { 2 } + Constant [ integer DISPOSE_PREVIOUS ] { 3 } + Constant [ integer INTERPOLATE_UNDEFINED ] { 0 } + Constant [ integer INTERPOLATE_AVERAGE ] { 1 } + Constant [ integer INTERPOLATE_BICUBIC ] { 2 } + Constant [ integer INTERPOLATE_BILINEAR ] { 3 } + Constant [ integer INTERPOLATE_FILTER ] { 4 } + Constant [ integer INTERPOLATE_INTEGER ] { 5 } + Constant [ integer INTERPOLATE_MESH ] { 6 } + Constant [ integer INTERPOLATE_NEARESTNEIGHBOR ] { 7 } + Constant [ integer INTERPOLATE_SPLINE ] { 8 } + Constant [ integer LAYERMETHOD_UNDEFINED ] { 0 } + Constant [ integer LAYERMETHOD_COALESCE ] { 1 } + Constant [ integer LAYERMETHOD_COMPAREANY ] { 2 } + Constant [ integer LAYERMETHOD_COMPARECLEAR ] { 3 } + Constant [ integer LAYERMETHOD_COMPAREOVERLAY ] { 4 } + Constant [ integer LAYERMETHOD_DISPOSE ] { 5 } + Constant [ integer LAYERMETHOD_OPTIMIZE ] { 6 } + Constant [ integer LAYERMETHOD_OPTIMIZEPLUS ] { 8 } + Constant [ integer LAYERMETHOD_OPTIMIZETRANS ] { 9 } + Constant [ integer LAYERMETHOD_COMPOSITE ] { 12 } + Constant [ integer LAYERMETHOD_OPTIMIZEIMAGE ] { 7 } + Constant [ integer LAYERMETHOD_REMOVEDUPS ] { 10 } + Constant [ integer LAYERMETHOD_REMOVEZERO ] { 11 } + Constant [ integer LAYERMETHOD_MERGE ] { 13 } + Constant [ integer LAYERMETHOD_FLATTEN ] { 14 } + Constant [ integer LAYERMETHOD_MOSAIC ] { 15 } + Constant [ integer LAYERMETHOD_TRIMBOUNDS ] { 16 } + Constant [ integer ORIENTATION_UNDEFINED ] { 0 } + Constant [ integer ORIENTATION_TOPLEFT ] { 1 } + Constant [ integer ORIENTATION_TOPRIGHT ] { 2 } + Constant [ integer ORIENTATION_BOTTOMRIGHT ] { 3 } + Constant [ integer ORIENTATION_BOTTOMLEFT ] { 4 } + Constant [ integer ORIENTATION_LEFTTOP ] { 5 } + Constant [ integer ORIENTATION_RIGHTTOP ] { 6 } + Constant [ integer ORIENTATION_RIGHTBOTTOM ] { 7 } + Constant [ integer ORIENTATION_LEFTBOTTOM ] { 8 } + Constant [ integer DISTORTION_UNDEFINED ] { 0 } + Constant [ integer DISTORTION_AFFINE ] { 1 } + Constant [ integer DISTORTION_AFFINEPROJECTION ] { 2 } + Constant [ integer DISTORTION_ARC ] { 9 } + Constant [ integer DISTORTION_BILINEAR ] { 6 } + Constant [ integer DISTORTION_PERSPECTIVE ] { 4 } + Constant [ integer DISTORTION_PERSPECTIVEPROJECTION ] { 5 } + Constant [ integer DISTORTION_SCALEROTATETRANSLATE ] { 3 } + Constant [ integer DISTORTION_POLYNOMIAL ] { 8 } + Constant [ integer DISTORTION_POLAR ] { 10 } + Constant [ integer DISTORTION_DEPOLAR ] { 11 } + Constant [ integer DISTORTION_BARREL ] { 14 } + Constant [ integer DISTORTION_BARRELINVERSE ] { 15 } + Constant [ integer DISTORTION_SHEPARDS ] { 16 } + Constant [ integer DISTORTION_SENTINEL ] { 18 } + Constant [ integer DISTORTION_BILINEARFORWARD ] { 6 } + Constant [ integer DISTORTION_BILINEARREVERSE ] { 7 } + Constant [ integer DISTORTION_RESIZE ] { 17 } + Constant [ integer DISTORTION_CYLINDER2PLANE ] { 12 } + Constant [ integer DISTORTION_PLANE2CYLINDER ] { 13 } + Constant [ integer ALPHACHANNEL_ACTIVATE ] { 1 } + Constant [ integer ALPHACHANNEL_DEACTIVATE ] { 4 } + Constant [ integer ALPHACHANNEL_RESET ] { 7 } + Constant [ integer ALPHACHANNEL_SET ] { 8 } + Constant [ integer ALPHACHANNEL_UNDEFINED ] { 0 } + Constant [ integer ALPHACHANNEL_COPY ] { 3 } + Constant [ integer ALPHACHANNEL_EXTRACT ] { 5 } + Constant [ integer ALPHACHANNEL_OPAQUE ] { 6 } + Constant [ integer ALPHACHANNEL_SHAPE ] { 9 } + Constant [ integer ALPHACHANNEL_TRANSPARENT ] { 10 } + Constant [ integer SPARSECOLORMETHOD_UNDEFINED ] { 0 } + Constant [ integer SPARSECOLORMETHOD_BARYCENTRIC ] { 1 } + Constant [ integer SPARSECOLORMETHOD_BILINEAR ] { 7 } + Constant [ integer SPARSECOLORMETHOD_POLYNOMIAL ] { 8 } + Constant [ integer SPARSECOLORMETHOD_SPEPARDS ] { 16 } + Constant [ integer SPARSECOLORMETHOD_VORONOI ] { 18 } + Constant [ integer DITHERMETHOD_UNDEFINED ] { 0 } + Constant [ integer DITHERMETHOD_NO ] { 1 } + Constant [ integer DITHERMETHOD_RIEMERSMA ] { 2 } + Constant [ integer DITHERMETHOD_FLOYDSTEINBERG ] { 3 } + Constant [ integer FUNCTION_UNDEFINED ] { 0 } + Constant [ integer FUNCTION_POLYNOMIAL ] { 1 } + Constant [ integer FUNCTION_SINUSOID ] { 2 } + Constant [ integer ALPHACHANNEL_FLATTEN ] { 11 } + Constant [ integer ALPHACHANNEL_REMOVE ] { 12 } + } + + - Static properties [0] { + } + + - Static methods [12] { + Method [ static public method queryformats ] { + + - Parameters [1] { + Parameter #0 [ $pattern ] + } + } + + Method [ static public method queryfonts ] { + + - Parameters [1] { + Parameter #0 [ $pattern ] + } + } + + Method [ static public method getcopyright ] { + + - Parameters [0] { + } + } + + Method [ static public method gethomeurl ] { + + - Parameters [0] { + } + } + + Method [ static public method getpackagename ] { + + - Parameters [0] { + } + } + + Method [ static public method getquantumdepth ] { + + - Parameters [0] { + } + } + + Method [ static public method getquantumrange ] { + + - Parameters [0] { + } + } + + Method [ static public method getreleasedate ] { + + - Parameters [0] { + } + } + + Method [ static public method getresource ] { + + - Parameters [1] { + Parameter #0 [ $resource_type ] + } + } + + Method [ static public method getresourcelimit ] { + + - Parameters [1] { + Parameter #0 [ $resource_type ] + } + } + + Method [ static public method getversion ] { + + - Parameters [0] { + } + } + + Method [ static public method setresourcelimit ] { + + - Parameters [2] { + Parameter #0 [ $RESOURCETYPE ] + Parameter #1 [ $limit ] + } + } + } + + - Properties [0] { + } + + - Methods [327] { + Method [ public method optimizeimagelayers ] { + + - Parameters [0] { + } + } + + Method [ public method compareimagelayers ] { + + - Parameters [1] { + Parameter #0 [ $LAYER ] + } + } + + Method [ public method pingimageblob ] { + + - Parameters [1] { + Parameter #0 [ $imageContents ] + } + } + + Method [ public method pingimagefile ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + + Method [ public method transposeimage ] { + + - Parameters [0] { + } + } + + Method [ public method transverseimage ] { + + - Parameters [0] { + } + } + + Method [ public method trimimage ] { + + - Parameters [1] { + Parameter #0 [ $fuzz ] + } + } + + Method [ public method waveimage ] { + + - Parameters [2] { + Parameter #0 [ $amplitude ] + Parameter #1 [ $waveLenght ] + } + } + + Method [ public method vignetteimage ] { + + - Parameters [4] { + Parameter #0 [ $blackPoint ] + Parameter #1 [ $whitePoint ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method uniqueimagecolors ] { + + - Parameters [0] { + } + } + + Method [ public method getimagematte ] { + + - Parameters [0] { + } + } + + Method [ public method setimagematte ] { + + - Parameters [1] { + Parameter #0 [ $enable ] + } + } + + Method [ public method adaptiveresizeimage ] { + + - Parameters [3] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + Parameter #2 [ $bestfit ] + } + } + + Method [ public method sketchimage ] { + + - Parameters [3] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $angle ] + } + } + + Method [ public method shadeimage ] { + + - Parameters [3] { + Parameter #0 [ $gray ] + Parameter #1 [ $azimuth ] + Parameter #2 [ $elevation ] + } + } + + Method [ public method getsizeoffset ] { + + - Parameters [0] { + } + } + + Method [ public method setsizeoffset ] { + + - Parameters [3] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + Parameter #2 [ $offset ] + } + } + + Method [ public method adaptiveblurimage ] { + + - Parameters [3] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $CHANNEL ] + } + } + + Method [ public method contraststretchimage ] { + + - Parameters [3] { + Parameter #0 [ $blackPoint ] + Parameter #1 [ $whitePoint ] + Parameter #2 [ $CHANNEL ] + } + } + + Method [ public method adaptivesharpenimage ] { + + - Parameters [3] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $CHANNEL ] + } + } + + Method [ public method randomthresholdimage ] { + + - Parameters [3] { + Parameter #0 [ $low ] + Parameter #1 [ $high ] + Parameter #2 [ $CHANNELTYPE ] + } + } + + Method [ public method roundcornersimage ] { + + - Parameters [5] { + Parameter #0 [ $xRounding ] + Parameter #1 [ $yRounding ] + Parameter #2 [ $strokeWidth ] + Parameter #3 [ $displace ] + Parameter #4 [ $sizeCorrection ] + } + } + + Method [ public method roundcorners ] { + + - Parameters [5] { + Parameter #0 [ $xRounding ] + Parameter #1 [ $yRounding ] + Parameter #2 [ $strokeWidth ] + Parameter #3 [ $displace ] + Parameter #4 [ $sizeCorrection ] + } + } + + Method [ public method setiteratorindex ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getiteratorindex ] { + + - Parameters [0] { + } + } + + Method [ public method transformimage ] { + + - Parameters [2] { + Parameter #0 [ $crop ] + Parameter #1 [ $geometry ] + } + } + + Method [ public method setimageopacity ] { + + - Parameters [1] { + Parameter #0 [ $opacity ] + } + } + + Method [ public method orderedposterizeimage ] { + + - Parameters [2] { + Parameter #0 [ $threshold_map ] + Parameter #1 [ $CHANNEL ] + } + } + + Method [ public method polaroidimage ] { + + - Parameters [2] { + Parameter #0 [ ImagickDraw $ImagickDraw ] + Parameter #1 [ $angle ] + } + } + + Method [ public method getimageproperty ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method setimageproperty ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $value ] + } + } + + Method [ public method setimageinterpolatemethod ] { + + - Parameters [1] { + Parameter #0 [ $INTERPOLATE ] + } + } + + Method [ public method getimageinterpolatemethod ] { + + - Parameters [0] { + } + } + + Method [ public method linearstretchimage ] { + + - Parameters [2] { + Parameter #0 [ $blackPoint ] + Parameter #1 [ $whitePoint ] + } + } + + Method [ public method getimagelength ] { + + - Parameters [0] { + } + } + + Method [ public method extentimage ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method getimageorientation ] { + + - Parameters [0] { + } + } + + Method [ public method setimageorientation ] { + + - Parameters [1] { + Parameter #0 [ $ORIENTATION ] + } + } + + Method [ public method paintfloodfillimage ] { + + - Parameters [6] { + Parameter #0 [ $CHANNEL ] + Parameter #1 [ $fill ] + Parameter #2 [ $fuzz ] + Parameter #3 [ $bordercolor ] + Parameter #4 [ $x ] + Parameter #5 [ $y ] + } + } + + Method [ public method clutimage ] { + + - Parameters [2] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $CHANNELTYPE ] + } + } + + Method [ public method getimageproperties ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $values ] + } + } + + Method [ public method getimageprofiles ] { + + - Parameters [2] { + Parameter #0 [ $pattern ] + Parameter #1 [ $values ] + } + } + + Method [ public method distortimage ] { + + - Parameters [3] { + Parameter #0 [ $method ] + Parameter #1 [ $arguments ] + Parameter #2 [ $bestfit ] + } + } + + Method [ public method writeimagefile ] { + + - Parameters [2] { + Parameter #0 [ $handle ] + Parameter #1 [ $format ] + } + } + + Method [ public method writeimagesfile ] { + + - Parameters [2] { + Parameter #0 [ $handle ] + Parameter #1 [ $format ] + } + } + + Method [ public method resetimagepage ] { + + - Parameters [1] { + Parameter #0 [ $page ] + } + } + + Method [ public method setimageclipmask ] { + + - Parameters [1] { + Parameter #0 [ Imagick $Imagick ] + } + } + + Method [ public method getimageclipmask ] { + + - Parameters [0] { + } + } + + Method [ public method animateimages ] { + + - Parameters [1] { + Parameter #0 [ $server_name ] + } + } + + Method [ public method recolorimage ] { + + - Parameters [1] { + Parameter #0 [ $matrix ] + } + } + + Method [ public method setfont ] { + + - Parameters [1] { + Parameter #0 [ $font ] + } + } + + Method [ public method getfont ] { + + - Parameters [0] { + } + } + + Method [ public method setpointsize ] { + + - Parameters [1] { + Parameter #0 [ $pointsize ] + } + } + + Method [ public method getpointsize ] { + + - Parameters [0] { + } + } + + Method [ public method mergeimagelayers ] { + + - Parameters [1] { + Parameter #0 [ $LAYERMETHOD ] + } + } + + Method [ public method setimagealphachannel ] { + + - Parameters [1] { + Parameter #0 [ $ALPHACHANNELTYPE ] + } + } + + Method [ public method floodfillpaintimage ] { + + - Parameters [7] { + Parameter #0 [ $fill ] + Parameter #1 [ $fuzz ] + Parameter #2 [ $bordercolor ] + Parameter #3 [ $x ] + Parameter #4 [ $y ] + Parameter #5 [ $invert ] + Parameter #6 [ $CHANNEL ] + } + } + + Method [ public method opaquepaintimage ] { + + - Parameters [5] { + Parameter #0 [ $target ] + Parameter #1 [ $fill ] + Parameter #2 [ $fuzz ] + Parameter #3 [ $invert ] + Parameter #4 [ $CHANNEL ] + } + } + + Method [ public method transparentpaintimage ] { + + - Parameters [4] { + Parameter #0 [ $target ] + Parameter #1 [ $alpha ] + Parameter #2 [ $fuzz ] + Parameter #3 [ $invert ] + } + } + + Method [ public method liquidrescaleimage ] { + + - Parameters [4] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + Parameter #2 [ $delta_x ] + Parameter #3 [ $rigidity ] + } + } + + Method [ public method encipherimage ] { + + - Parameters [1] { + Parameter #0 [ $passphrase ] + } + } + + Method [ public method decipherimage ] { + + - Parameters [1] { + Parameter #0 [ $passphrase ] + } + } + + Method [ public method setgravity ] { + + - Parameters [1] { + Parameter #0 [ $GRAVITY ] + } + } + + Method [ public method getgravity ] { + + - Parameters [0] { + } + } + + Method [ public method getimagechannelrange ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method getimagealphachannel ] { + + - Parameters [0] { + } + } + + Method [ public method getimagechanneldistortions ] { + + - Parameters [3] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $METRICTYPE ] + Parameter #2 [ $CHANNEL ] + } + } + + Method [ public method setimagegravity ] { + + - Parameters [1] { + Parameter #0 [ $GRAVITY ] + } + } + + Method [ public method getimagegravity ] { + + - Parameters [0] { + } + } + + Method [ public method importimagepixels ] { + + - Parameters [7] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $width ] + Parameter #3 [ $height ] + Parameter #4 [ $map ] + Parameter #5 [ $storage ] + Parameter #6 [ $PIXEL ] + } + } + + Method [ public method deskewimage ] { + + - Parameters [1] { + Parameter #0 [ $threshold ] + } + } + + Method [ public method segmentimage ] { + + - Parameters [4] { + Parameter #0 [ $COLORSPACE ] + Parameter #1 [ $cluster_threshold ] + Parameter #2 [ $smooth_threshold ] + Parameter #3 [ $verbose ] + } + } + + Method [ public method sparsecolorimage ] { + + - Parameters [3] { + Parameter #0 [ $SPARSE_METHOD ] + Parameter #1 [ $arguments ] + Parameter #2 [ $CHANNEL ] + } + } + + Method [ public method remapimage ] { + + - Parameters [2] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $DITHER ] + } + } + + Method [ public method exportimagepixels ] { + + - Parameters [6] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $width ] + Parameter #3 [ $height ] + Parameter #4 [ $map ] + Parameter #5 [ $STORAGE ] + } + } + + Method [ public method getimagechannelkurtosis ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method functionimage ] { + + - Parameters [2] { + Parameter #0 [ $FUNCTION ] + Parameter #1 [ $arguments ] + } + } + + Method [ public method transformimagecolorspace ] { + + - Parameters [1] { + Parameter #0 [ $COLORSPACE ] + } + } + + Method [ public method haldclutimage ] { + + - Parameters [2] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $CHANNEL ] + } + } + + Method [ public method autolevelimage ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method blueshiftimage ] { + + - Parameters [1] { + Parameter #0 [ $factor ] + } + } + + Method [ public method getimageartifact ] { + + - Parameters [1] { + Parameter #0 [ $artifact ] + } + } + + Method [ public method setimageartifact ] { + + - Parameters [2] { + Parameter #0 [ $artifact ] + Parameter #1 [ $value ] + } + } + + Method [ public method deleteimageartifact ] { + + - Parameters [1] { + Parameter #0 [ $artifact ] + } + } + + Method [ public method getcolorspace ] { + + - Parameters [0] { + } + } + + Method [ public method setcolorspace ] { + + - Parameters [1] { + Parameter #0 [ $COLORSPACE ] + } + } + + Method [ public method clampimage ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method smushimages ] { + + - Parameters [2] { + Parameter #0 [ $stack ] + Parameter #1 [ $offset ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $files ] + } + } + + Method [ public method __tostring ] { + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + + Method [ public method getpixeliterator ] { + + - Parameters [0] { + } + } + + Method [ public method getpixelregioniterator ] { + + - Parameters [5] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $columns ] + Parameter #3 [ $rows ] + Parameter #4 [ $modify ] + } + } + + Method [ public method readimage ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method readimages ] { + + - Parameters [1] { + Parameter #0 [ $filenames ] + } + } + + Method [ public method readimageblob ] { + + - Parameters [2] { + Parameter #0 [ $imageContents ] + Parameter #1 [ $filename ] + } + } + + Method [ public method setimageformat ] { + + - Parameters [1] { + Parameter #0 [ $imageFormat ] + } + } + + Method [ public method scaleimage ] { + + - Parameters [3] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $bestfit ] + } + } + + Method [ public method writeimage ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method writeimages ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $adjoin ] + } + } + + Method [ public method blurimage ] { + + - Parameters [3] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $CHANNELTYPE ] + } + } + + Method [ public method thumbnailimage ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $bestfit ] + Parameter #3 [ $fill ] + } + } + + Method [ public method cropthumbnailimage ] { + + - Parameters [2] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + } + } + + Method [ public method getimagefilename ] { + + - Parameters [0] { + } + } + + Method [ public method setimagefilename ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method getimageformat ] { + + - Parameters [0] { + } + } + + Method [ public method getimagemimetype ] { + + - Parameters [0] { + } + } + + Method [ public method removeimage ] { + + - Parameters [0] { + } + } + + Method [ public method destroy ] { + + - Parameters [0] { + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method clone ] { + + - Parameters [0] { + } + } + + Method [ public method getimagesize ] { + + - Parameters [0] { + } + } + + Method [ public method getimageblob ] { + + - Parameters [0] { + } + } + + Method [ public method getimagesblob ] { + + - Parameters [0] { + } + } + + Method [ public method setfirstiterator ] { + + - Parameters [0] { + } + } + + Method [ public method setlastiterator ] { + + - Parameters [0] { + } + } + + Method [ public method resetiterator ] { + + - Parameters [0] { + } + } + + Method [ public method previousimage ] { + + - Parameters [0] { + } + } + + Method [ public method nextimage ] { + + - Parameters [0] { + } + } + + Method [ public method haspreviousimage ] { + + - Parameters [0] { + } + } + + Method [ public method hasnextimage ] { + + - Parameters [0] { + } + } + + Method [ public method setimageindex ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getimageindex ] { + + - Parameters [0] { + } + } + + Method [ public method commentimage ] { + + - Parameters [1] { + Parameter #0 [ $comment ] + } + } + + Method [ public method cropimage ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method labelimage ] { + + - Parameters [1] { + Parameter #0 [ $label ] + } + } + + Method [ public method getimagegeometry ] { + + - Parameters [0] { + } + } + + Method [ public method drawimage ] { + + - Parameters [1] { + Parameter #0 [ ImagickDraw $ImagickDraw ] + } + } + + Method [ public method setimagecompressionquality ] { + + - Parameters [1] { + Parameter #0 [ $quality ] + } + } + + Method [ public method getimagecompressionquality ] { + + - Parameters [0] { + } + } + + Method [ public method annotateimage ] { + + - Parameters [5] { + Parameter #0 [ ImagickDraw $ImagickDraw ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $angle ] + Parameter #4 [ $text ] + } + } + + Method [ public method compositeimage ] { + + - Parameters [5] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $COMPOSITE ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + Parameter #4 [ $CHANNELTYPE ] + } + } + + Method [ public method modulateimage ] { + + - Parameters [3] { + Parameter #0 [ $brightness ] + Parameter #1 [ $saturation ] + Parameter #2 [ $hue ] + } + } + + Method [ public method getimagecolors ] { + + - Parameters [0] { + } + } + + Method [ public method montageimage ] { + + - Parameters [5] { + Parameter #0 [ ImagickDraw $ImagickDraw ] + Parameter #1 [ $tileGeometry ] + Parameter #2 [ $thumbnailGeometry ] + Parameter #3 [ $MONTAGEMODE ] + Parameter #4 [ $frame ] + } + } + + Method [ public method identifyimage ] { + + - Parameters [1] { + Parameter #0 [ $appendRawOutput ] + } + } + + Method [ public method thresholdimage ] { + + - Parameters [2] { + Parameter #0 [ $threshold ] + Parameter #1 [ $CHANNELTYPE ] + } + } + + Method [ public method adaptivethresholdimage ] { + + - Parameters [3] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $offset ] + } + } + + Method [ public method blackthresholdimage ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method whitethresholdimage ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method appendimages ] { + + - Parameters [1] { + Parameter #0 [ $stack ] + } + } + + Method [ public method charcoalimage ] { + + - Parameters [2] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + } + } + + Method [ public method normalizeimage ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method oilpaintimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ public method posterizeimage ] { + + - Parameters [2] { + Parameter #0 [ $levels ] + Parameter #1 [ $dither ] + } + } + + 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 resampleimage ] { + + - Parameters [4] { + Parameter #0 [ $xResolution ] + Parameter #1 [ $yResolution ] + Parameter #2 [ $FILTER ] + Parameter #3 [ $blur ] + } + } + + Method [ public method resizeimage ] { + + - Parameters [5] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $filter ] + Parameter #3 [ $blur ] + Parameter #4 [ $bestfit ] + } + } + + 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 sampleimage ] { + + - Parameters [2] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + } + } + + Method [ public method solarizeimage ] { + + - Parameters [1] { + Parameter #0 [ $threshold ] + } + } + + Method [ public method shadowimage ] { + + - Parameters [4] { + Parameter #0 [ $opacity ] + Parameter #1 [ $sigma ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method setimageattribute ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method setimagebackgroundcolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setimagecompose ] { + + - Parameters [1] { + Parameter #0 [ $COMPOSITE ] + } + } + + Method [ public method setimagecompression ] { + + - Parameters [1] { + Parameter #0 [ $COMPRESSION ] + } + } + + Method [ public method setimagedelay ] { + + - Parameters [1] { + Parameter #0 [ $delay ] + } + } + + Method [ public method setimagedepth ] { + + - Parameters [1] { + Parameter #0 [ $depth ] + } + } + + Method [ public method setimagegamma ] { + + - Parameters [1] { + Parameter #0 [ $gamma ] + } + } + + Method [ public method setimageiterations ] { + + - Parameters [1] { + Parameter #0 [ $iterations ] + } + } + + Method [ public method setimagemattecolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setimagepage ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method setimageprogressmonitor ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method setimageresolution ] { + + - Parameters [2] { + Parameter #0 [ $xResolution ] + Parameter #1 [ $yResolution ] + } + } + + Method [ public method setimagescene ] { + + - Parameters [1] { + Parameter #0 [ $scene ] + } + } + + Method [ public method setimagetickspersecond ] { + + - Parameters [1] { + Parameter #0 [ $ticksPerSecond ] + } + } + + Method [ public method setimagetype ] { + + - Parameters [1] { + Parameter #0 [ $IMGTYPE ] + } + } + + Method [ public method setimageunits ] { + + - Parameters [1] { + Parameter #0 [ $RESOLUTION ] + } + } + + Method [ public method sharpenimage ] { + + - Parameters [3] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $CHANNEL ] + } + } + + Method [ public method shaveimage ] { + + - Parameters [2] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + } + } + + Method [ public method shearimage ] { + + - Parameters [3] { + Parameter #0 [ $color ] + Parameter #1 [ $xShear ] + Parameter #2 [ $yShear ] + } + } + + Method [ public method spliceimage ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method pingimage ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method readimagefile ] { + + - Parameters [1] { + Parameter #0 [ $fp ] + } + } + + Method [ public method displayimage ] { + + - Parameters [1] { + Parameter #0 [ $serverName ] + } + } + + Method [ public method displayimages ] { + + - Parameters [1] { + Parameter #0 [ $serverName ] + } + } + + Method [ public method spreadimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ public method swirlimage ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ public method stripimage ] { + + - Parameters [0] { + } + } + + Method [ public method queryfontmetrics ] { + + - Parameters [3] { + Parameter #0 [ ImagickDraw $ImagickDraw ] + Parameter #1 [ $text ] + Parameter #2 [ $multiline ] + } + } + + Method [ public method steganoimage ] { + + - Parameters [2] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $offset ] + } + } + + Method [ public method addnoiseimage ] { + + - Parameters [2] { + Parameter #0 [ $NOISE ] + Parameter #1 [ $CHANNEL ] + } + } + + Method [ public method motionblurimage ] { + + - Parameters [4] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $angle ] + Parameter #3 [ $CHANNEL ] + } + } + + Method [ public method mosaicimages ] { + + - Parameters [0] { + } + } + + Method [ public method morphimages ] { + + - Parameters [1] { + Parameter #0 [ $frames ] + } + } + + Method [ public method minifyimage ] { + + - Parameters [0] { + } + } + + Method [ public method affinetransformimage ] { + + - Parameters [1] { + Parameter #0 [ ImagickDraw $ImagickDraw ] + } + } + + Method [ public method averageimages ] { + + - Parameters [0] { + } + } + + Method [ public method borderimage ] { + + - Parameters [3] { + Parameter #0 [ $color ] + Parameter #1 [ $width ] + Parameter #2 [ $height ] + } + } + + Method [ public method chopimage ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method clipimage ] { + + - Parameters [0] { + } + } + + Method [ public method clippathimage ] { + + - Parameters [2] { + Parameter #0 [ $pathname ] + Parameter #1 [ $inside ] + } + } + + Method [ public method clipimagepath ] { + + - Parameters [2] { + Parameter #0 [ $pathname ] + Parameter #1 [ $inside ] + } + } + + Method [ public method coalesceimages ] { + + - Parameters [0] { + } + } + + Method [ public method colorfloodfillimage ] { + + - Parameters [5] { + Parameter #0 [ $fill_color ] + Parameter #1 [ $fuzz ] + Parameter #2 [ $border_color ] + Parameter #3 [ $y ] + Parameter #4 [ $x ] + } + } + + Method [ public method colorizeimage ] { + + - Parameters [2] { + Parameter #0 [ $colorize_color ] + Parameter #1 [ $opacity ] + } + } + + Method [ public method compareimagechannels ] { + + - Parameters [3] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $CHANNEL ] + Parameter #2 [ $METRIC ] + } + } + + Method [ public method compareimages ] { + + - Parameters [2] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $METRIC ] + } + } + + Method [ public method contrastimage ] { + + - Parameters [1] { + Parameter #0 [ $sharpen ] + } + } + + Method [ public method combineimages ] { + + - Parameters [0] { + } + } + + Method [ public method convolveimage ] { + + - Parameters [2] { + Parameter #0 [ $kernel ] + Parameter #1 [ $CHANNEL ] + } + } + + Method [ public method cyclecolormapimage ] { + + - Parameters [1] { + Parameter #0 [ $displace ] + } + } + + Method [ public method deconstructimages ] { + + - Parameters [0] { + } + } + + Method [ public method despeckleimage ] { + + - 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 evaluateimage ] { + + - Parameters [3] { + Parameter #0 [ $EVALUATE ] + Parameter #1 [ $constant ] + Parameter #2 [ $CHANNEL ] + } + } + + 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 [ $innerBevel ] + Parameter #4 [ $outerBevel ] + } + } + + Method [ public method fximage ] { + + - Parameters [2] { + Parameter #0 [ $expression ] + Parameter #1 [ $CHANNEL ] + } + } + + Method [ public method gammaimage ] { + + - Parameters [2] { + Parameter #0 [ $gamma ] + Parameter #1 [ $CHANNEL ] + } + } + + Method [ public method gaussianblurimage ] { + + - Parameters [3] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $CHANNEL ] + } + } + + Method [ public method getimageattribute ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getimagebackgroundcolor ] { + + - Parameters [0] { + } + } + + Method [ public method getimageblueprimary ] { + + - Parameters [0] { + } + } + + Method [ public method getimagebordercolor ] { + + - Parameters [0] { + } + } + + Method [ public method getimagechanneldepth ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method getimagechanneldistortion ] { + + - Parameters [3] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $CHANNEL ] + Parameter #2 [ $METRIC ] + } + } + + Method [ public method getimagechannelextrema ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method getimagechannelmean ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method getimagechannelstatistics ] { + + - Parameters [0] { + } + } + + Method [ public method getimagecolormapcolor ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method getimagecolorspace ] { + + - Parameters [0] { + } + } + + Method [ public method getimagecompose ] { + + - Parameters [0] { + } + } + + Method [ public method getimagedelay ] { + + - Parameters [0] { + } + } + + Method [ public method getimagedepth ] { + + - Parameters [0] { + } + } + + Method [ public method getimagedistortion ] { + + - Parameters [2] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $METRIC ] + } + } + + Method [ public method getimageextrema ] { + + - Parameters [0] { + } + } + + Method [ public method getimagedispose ] { + + - Parameters [0] { + } + } + + Method [ public method getimagegamma ] { + + - Parameters [0] { + } + } + + Method [ public method getimagegreenprimary ] { + + - Parameters [0] { + } + } + + Method [ public method getimageheight ] { + + - Parameters [0] { + } + } + + Method [ public method getimagehistogram ] { + } + + Method [ public method getimageinterlacescheme ] { + + - Parameters [0] { + } + } + + Method [ public method getimageiterations ] { + + - Parameters [0] { + } + } + + Method [ public method getimagemattecolor ] { + + - Parameters [0] { + } + } + + Method [ public method getimagepage ] { + + - Parameters [0] { + } + } + + Method [ public method getimagepixelcolor ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method getimageprofile ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + 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 getimagetickspersecond ] { + + - Parameters [0] { + } + } + + Method [ public method getimagetype ] { + + - Parameters [0] { + } + } + + Method [ public method getimageunits ] { + + - Parameters [0] { + } + } + + Method [ public method getimagevirtualpixelmethod ] { + + - Parameters [0] { + } + } + + Method [ public method getimagewhitepoint ] { + + - Parameters [0] { + } + } + + Method [ public method getimagewidth ] { + + - Parameters [0] { + } + } + + Method [ public method getnumberimages ] { + + - Parameters [0] { + } + } + + Method [ public method getimagetotalinkdensity ] { + + - Parameters [0] { + } + } + + Method [ public method getimageregion ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method implodeimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + 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 [ Imagick $Imagick ] + Parameter #1 [ $dither ] + } + } + + Method [ public method mattefloodfillimage ] { + + - Parameters [5] { + Parameter #0 [ $alpha ] + Parameter #1 [ $fuzz ] + Parameter #2 [ $color ] + Parameter #3 [ $x ] + Parameter #4 [ $y ] + } + } + + Method [ public method medianfilterimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ public method negateimage ] { + + - Parameters [2] { + Parameter #0 [ $gray ] + Parameter #1 [ $CHANNEL ] + } + } + + Method [ public method paintopaqueimage ] { + + - Parameters [4] { + Parameter #0 [ $target_color ] + Parameter #1 [ $fill_color ] + Parameter #2 [ $fuzz ] + Parameter #3 [ $CHANNEL ] + } + } + + Method [ public method painttransparentimage ] { + + - Parameters [3] { + Parameter #0 [ $target_color ] + Parameter #1 [ $alpha ] + Parameter #2 [ $fuzz ] + } + } + + Method [ public method previewimages ] { + + - Parameters [1] { + Parameter #0 [ $PREVIEW ] + } + } + + 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 reducenoiseimage ] { + + - Parameters [1] { + Parameter #0 [ $radius ] + } + } + + Method [ public method removeimageprofile ] { + + - Parameters [1] { + Parameter #0 [ $name ] + } + } + + Method [ public method separateimagechannel ] { + + - Parameters [1] { + Parameter #0 [ $CHANNEL ] + } + } + + Method [ public method sepiatoneimage ] { + + - Parameters [1] { + Parameter #0 [ $threshold ] + } + } + + Method [ public method setimagebias ] { + + - Parameters [1] { + Parameter #0 [ $bias ] + } + } + + Method [ public method setimageblueprimary ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method setimagebordercolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setimagechanneldepth ] { + + - Parameters [2] { + Parameter #0 [ $CHANNEL ] + Parameter #1 [ $depth ] + } + } + + Method [ public method setimagecolormapcolor ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $color ] + } + } + + Method [ public method setimagecolorspace ] { + + - Parameters [1] { + Parameter #0 [ $COLORSPACE ] + } + } + + Method [ public method setimagedispose ] { + + - Parameters [1] { + Parameter #0 [ $DISPOSETYPE ] + } + } + + Method [ public method setimageextent ] { + + - Parameters [2] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + } + } + + Method [ public method setimagegreenprimary ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method setimageinterlacescheme ] { + + - Parameters [1] { + Parameter #0 [ $INTERLACE ] + } + } + + 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 setimagevirtualpixelmethod ] { + + - Parameters [1] { + Parameter #0 [ $VIRTUALPIXELMETHOD ] + } + } + + Method [ public method setimagewhitepoint ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method sigmoidalcontrastimage ] { + + - Parameters [4] { + Parameter #0 [ $sharpen ] + Parameter #1 [ $alpha ] + Parameter #2 [ $beta ] + Parameter #3 [ $CHANNEL ] + } + } + + Method [ public method stereoimage ] { + + - Parameters [1] { + Parameter #0 [ Imagick $Imagick ] + } + } + + Method [ public method textureimage ] { + + - Parameters [1] { + Parameter #0 [ Imagick $Imagick ] + } + } + + Method [ public method tintimage ] { + + - Parameters [2] { + Parameter #0 [ $tint_color ] + Parameter #1 [ $opacity ] + } + } + + Method [ public method unsharpmaskimage ] { + + - Parameters [5] { + Parameter #0 [ $radius ] + Parameter #1 [ $sigma ] + Parameter #2 [ $amount ] + Parameter #3 [ $threshold ] + Parameter #4 [ $CHANNEL ] + } + } + + Method [ public method getimage ] { + + - Parameters [0] { + } + } + + Method [ public method addimage ] { + + - Parameters [1] { + Parameter #0 [ Imagick $Imagick ] + } + } + + Method [ public method setimage ] { + + - Parameters [1] { + Parameter #0 [ Imagick $Imagick ] + } + } + + Method [ public method newimage ] { + + - Parameters [4] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + Parameter #2 [ $background_color ] + Parameter #3 [ $format ] + } + } + + Method [ public method newpseudoimage ] { + + - Parameters [3] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + Parameter #2 [ $pseudoString ] + } + } + + Method [ public method getcompression ] { + + - Parameters [0] { + } + } + + Method [ public method getcompressionquality ] { + + - Parameters [0] { + } + } + + Method [ public method getfilename ] { + + - Parameters [0] { + } + } + + Method [ public method getformat ] { + + - Parameters [0] { + } + } + + Method [ public method getinterlacescheme ] { + + - Parameters [0] { + } + } + + Method [ public method getoption ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } + } + + Method [ public method getpage ] { + + - Parameters [0] { + } + } + + Method [ public method getsamplingfactors ] { + + - Parameters [0] { + } + } + + Method [ public method getsize ] { + + - Parameters [0] { + } + } + + Method [ public method setbackgroundcolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setcompression ] { + + - Parameters [1] { + Parameter #0 [ $compression ] + } + } + + Method [ public method setcompressionquality ] { + + - Parameters [1] { + Parameter #0 [ $compressionquality ] + } + } + + Method [ public method setfilename ] { + + - Parameters [1] { + Parameter #0 [ $filename ] + } + } + + Method [ public method setformat ] { + + - Parameters [1] { + Parameter #0 [ $format ] + } + } + + Method [ public method setinterlacescheme ] { + + - Parameters [1] { + Parameter #0 [ $INTERLACE ] + } + } + + Method [ public method setoption ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } + } + + Method [ public method setpage ] { + + - Parameters [4] { + Parameter #0 [ $width ] + Parameter #1 [ $height ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method setresolution ] { + + - Parameters [2] { + Parameter #0 [ $xResolution ] + Parameter #1 [ $yResolution ] + } + } + + Method [ public method setsamplingfactors ] { + + - Parameters [1] { + Parameter #0 [ $factors ] + } + } + + Method [ public method setsize ] { + + - Parameters [2] { + Parameter #0 [ $columns ] + Parameter #1 [ $rows ] + } + } + + Method [ public method settype ] { + + - Parameters [1] { + Parameter #0 [ $IMGTYPE ] + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ImagickDraw ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [124] { + Method [ public method resetvectorgraphics ] { + + - Parameters [0] { + } + } + + Method [ public method gettextkerning ] { + + - Parameters [0] { + } + } + + Method [ public method settextkerning ] { + + - Parameters [1] { + Parameter #0 [ $kerning ] + } + } + + Method [ public method gettextinterwordspacing ] { + + - Parameters [0] { + } + } + + Method [ public method settextinterwordspacing ] { + + - Parameters [1] { + Parameter #0 [ $spacing ] + } + } + + Method [ public method gettextinterlinespacing ] { + + - Parameters [0] { + } + } + + Method [ public method settextinterlinespacing ] { + + - Parameters [1] { + Parameter #0 [ $spacing ] + } + } + + Method [ public method __construct ] { + + - Parameters [0] { + } + } + + Method [ public method setfillcolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setfillalpha ] { + + - Parameters [1] { + Parameter #0 [ $alpha ] + } + } + + Method [ public method setresolution ] { + + - Parameters [2] { + Parameter #0 [ $x_resolution ] + Parameter #1 [ $y_resolution ] + } + } + + Method [ public method setstrokecolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setstrokealpha ] { + + - Parameters [1] { + Parameter #0 [ $alpha ] + } + } + + Method [ public method setstrokewidth ] { + + - Parameters [1] { + Parameter #0 [ $width ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method circle ] { + + - Parameters [4] { + Parameter #0 [ $ox ] + Parameter #1 [ $oy ] + Parameter #2 [ $px ] + Parameter #3 [ $py ] + } + } + + Method [ public method annotation ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $text ] + } + } + + Method [ public method settextantialias ] { + + - Parameters [1] { + Parameter #0 [ $antialias ] + } + } + + Method [ public method settextencoding ] { + + - Parameters [1] { + Parameter #0 [ $encoding ] + } + } + + Method [ public method setfont ] { + + - Parameters [1] { + Parameter #0 [ $font ] + } + } + + Method [ public method setfontfamily ] { + + - Parameters [1] { + Parameter #0 [ $fontfamily ] + } + } + + 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 getfont ] { + + - Parameters [0] { + } + } + + Method [ public method getfontfamily ] { + + - Parameters [0] { + } + } + + Method [ public method getfontsize ] { + + - Parameters [0] { + } + } + + Method [ public method getfontstyle ] { + + - Parameters [0] { + } + } + + Method [ public method getfontweight ] { + + - Parameters [0] { + } + } + + Method [ public method destroy ] { + + - Parameters [0] { + } + } + + Method [ public method rectangle ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + } + } + + 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 ellipse ] { + + - Parameters [6] { + Parameter #0 [ $ox ] + Parameter #1 [ $oy ] + Parameter #2 [ $px ] + Parameter #3 [ $py ] + Parameter #4 [ $start ] + Parameter #5 [ $end ] + } + } + + Method [ public method skewx ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ public method skewy ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ public method translate ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method line ] { + + - Parameters [4] { + Parameter #0 [ $sx ] + Parameter #1 [ $sy ] + Parameter #2 [ $ex ] + Parameter #3 [ $ey ] + } + } + + 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 matte ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $METHOD ] + } + } + + Method [ public method polygon ] { + + - Parameters [1] { + Parameter #0 [ $coordinates ] + } + } + + Method [ public method point ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method gettextdecoration ] { + + - Parameters [0] { + } + } + + Method [ public method gettextencoding ] { + + - Parameters [0] { + } + } + + Method [ public method getfontstretch ] { + + - Parameters [0] { + } + } + + Method [ public method setfontstretch ] { + + - Parameters [1] { + Parameter #0 [ $STRETCH ] + } + } + + Method [ public method setstrokeantialias ] { + + - Parameters [1] { + Parameter #0 [ $antialias ] + } + } + + Method [ public method settextalignment ] { + + - Parameters [1] { + Parameter #0 [ $ALIGN ] + } + } + + Method [ public method settextdecoration ] { + + - Parameters [1] { + Parameter #0 [ $DECORATION ] + } + } + + Method [ public method settextundercolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setviewbox ] { + + - Parameters [4] { + Parameter #0 [ $sx ] + Parameter #1 [ $sy ] + Parameter #2 [ $ex ] + Parameter #3 [ $ey ] + } + } + + Method [ public method clone ] { + + - Parameters [0] { + } + } + + Method [ public method affine ] { + + - Parameters [1] { + Parameter #0 [ $affineMatrix ] + } + } + + Method [ public method bezier ] { + + - Parameters [1] { + Parameter #0 [ $coordinateArray ] + } + } + + Method [ public method composite ] { + + - Parameters [6] { + Parameter #0 [ $COMPOSE ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $width ] + Parameter #4 [ $height ] + Parameter #5 [ Imagick $Imagick ] + } + } + + Method [ public method color ] { + + - Parameters [3] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + Parameter #2 [ $PAINTMETHOD ] + } + } + + Method [ public method comment ] { + + - Parameters [1] { + Parameter #0 [ $comment ] + } + } + + Method [ public method getclippath ] { + + - Parameters [0] { + } + } + + Method [ public method getcliprule ] { + + - Parameters [0] { + } + } + + Method [ public method getclipunits ] { + + - Parameters [0] { + } + } + + Method [ public method getfillcolor ] { + + - Parameters [0] { + } + } + + Method [ public method getfillopacity ] { + + - Parameters [0] { + } + } + + Method [ public method getfillrule ] { + + - Parameters [0] { + } + } + + Method [ public method getgravity ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokeantialias ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokecolor ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokedasharray ] { + + - 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 getstrokeopacity ] { + + - Parameters [0] { + } + } + + Method [ public method getstrokewidth ] { + + - Parameters [0] { + } + } + + Method [ public method gettextalignment ] { + + - Parameters [0] { + } + } + + Method [ public method gettextantialias ] { + + - Parameters [0] { + } + } + + Method [ public method getvectorgraphics ] { + + - Parameters [0] { + } + } + + Method [ public method gettextundercolor ] { + + - Parameters [0] { + } + } + + Method [ public method pathclose ] { + + - Parameters [0] { + } + } + + Method [ public method pathcurvetoabsolute ] { + + - Parameters [6] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + Parameter #4 [ $x ] + Parameter #5 [ $y ] + } + } + + Method [ public method pathcurvetorelative ] { + + - Parameters [6] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x2 ] + Parameter #3 [ $y2 ] + Parameter #4 [ $x ] + Parameter #5 [ $y ] + } + } + + Method [ public method pathcurvetoquadraticbezierabsolute ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method pathcurvetoquadraticbezierrelative ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method pathcurvetoquadraticbeziersmoothabsolute ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathcurvetoquadraticbeziersmoothrelative ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathcurvetosmoothabsolute ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method pathcurvetosmoothrelative ] { + + - Parameters [4] { + Parameter #0 [ $x1 ] + Parameter #1 [ $y1 ] + Parameter #2 [ $x ] + Parameter #3 [ $y ] + } + } + + Method [ public method pathellipticarcabsolute ] { + + - Parameters [7] { + Parameter #0 [ $rx ] + Parameter #1 [ $ry ] + Parameter #2 [ $xAxisRotation ] + Parameter #3 [ $largeArc ] + Parameter #4 [ $sweep ] + Parameter #5 [ $x ] + Parameter #6 [ $y ] + } + } + + Method [ public method pathellipticarcrelative ] { + + - Parameters [7] { + Parameter #0 [ $rx ] + Parameter #1 [ $ry ] + Parameter #2 [ $xAxisRotation ] + Parameter #3 [ $largeArc ] + Parameter #4 [ $sweep ] + Parameter #5 [ $x ] + Parameter #6 [ $y ] + } + } + + Method [ public method pathfinish ] { + + - Parameters [0] { + } + } + + Method [ public method pathlinetoabsolute ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathlinetorelative ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathlinetohorizontalabsolute ] { + + - Parameters [1] { + Parameter #0 [ $y ] + } + } + + Method [ public method pathlinetohorizontalrelative ] { + + - Parameters [1] { + Parameter #0 [ $x ] + } + } + + Method [ public method pathlinetoverticalabsolute ] { + + - Parameters [1] { + Parameter #0 [ $y ] + } + } + + Method [ public method pathlinetoverticalrelative ] { + + - Parameters [1] { + Parameter #0 [ $x ] + } + } + + Method [ public method pathmovetoabsolute ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathmovetorelative ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method pathstart ] { + + - Parameters [0] { + } + } + + Method [ public method polyline ] { + + - Parameters [1] { + Parameter #0 [ $coordinateArray ] + } + } + + Method [ public method popclippath ] { + + - Parameters [0] { + } + } + + Method [ public method popdefs ] { + + - Parameters [0] { + } + } + + Method [ public method poppattern ] { + + - Parameters [0] { + } + } + + Method [ public method pushclippath ] { + + - Parameters [1] { + Parameter #0 [ $clipMask ] + } + } + + Method [ public method pushdefs ] { + + - Parameters [0] { + } + } + + Method [ public method pushpattern ] { + + - Parameters [5] { + Parameter #0 [ $pattern_id ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $width ] + Parameter #4 [ $height ] + } + } + + Method [ public method render ] { + + - Parameters [0] { + } + } + + Method [ public method rotate ] { + + - Parameters [1] { + Parameter #0 [ $degrees ] + } + } + + Method [ public method scale ] { + + - Parameters [2] { + Parameter #0 [ $x ] + Parameter #1 [ $y ] + } + } + + Method [ public method setclippath ] { + + - Parameters [1] { + Parameter #0 [ $clipMask ] + } + } + + Method [ public method setcliprule ] { + + - Parameters [1] { + Parameter #0 [ $FILLRULE ] + } + } + + Method [ public method setclipunits ] { + + - Parameters [1] { + Parameter #0 [ $PATHUNITS ] + } + } + + Method [ public method setfillopacity ] { + + - Parameters [1] { + Parameter #0 [ $fillOpacity ] + } + } + + Method [ public method setfillpatternurl ] { + + - Parameters [1] { + Parameter #0 [ $url ] + } + } + + Method [ public method setfillrule ] { + + - Parameters [1] { + Parameter #0 [ $FILLRULE ] + } + } + + Method [ public method setgravity ] { + + - Parameters [1] { + Parameter #0 [ $GRAVITY ] + } + } + + Method [ public method setstrokepatternurl ] { + + - Parameters [1] { + Parameter #0 [ $url ] + } + } + + 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 setstrokeopacity ] { + + - Parameters [1] { + Parameter #0 [ $strokeOpacity ] + } + } + + Method [ public method setvectorgraphics ] { + + - Parameters [1] { + Parameter #0 [ $xml ] + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [0] { + } + } + + Method [ public method setstrokedasharray ] { + + - Parameters [1] { + Parameter #0 [ $dashArray ] + } + } + } + } + + Class [ class ImagickPixelIterator implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method getpixeliterator ] { + + - Parameters [1] { + Parameter #0 [ Imagick $Imagick ] + } + } + + Method [ static public method getpixelregioniterator ] { + + - Parameters [5] { + Parameter #0 [ Imagick $Imagick ] + Parameter #1 [ $x ] + Parameter #2 [ $y ] + Parameter #3 [ $columns ] + Parameter #4 [ $rows ] + } + } + } + + - Properties [0] { + } + + - Methods [19] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ Imagick $Imagick ] + } + } + + Method [ public method newpixeliterator ] { + + - Parameters [0] { + } + } + + Method [ public method newpixelregioniterator ] { + + - Parameters [0] { + } + } + + Method [ public method getiteratorrow ] { + + - Parameters [0] { + } + } + + Method [ public method setiteratorrow ] { + + - Parameters [1] { + Parameter #0 [ $row ] + } + } + + Method [ public method setiteratorfirstrow ] { + + - Parameters [0] { + } + } + + Method [ public method setiteratorlastrow ] { + + - Parameters [0] { + } + } + + Method [ public method getpreviousiteratorrow ] { + + - Parameters [0] { + } + } + + Method [ public method getcurrentiteratorrow ] { + + - Parameters [0] { + } + } + + Method [ public method getnextiteratorrow ] { + + - Parameters [0] { + } + } + + Method [ public method resetiterator ] { + + - Parameters [0] { + } + } + + Method [ public method synciterator ] { + + - Parameters [0] { + } + } + + Method [ public method destroy ] { + + - Parameters [0] { + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } + } + } + + Class [ class ImagickPixel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [19] { + Method [ public method gethsl ] { + + - Parameters [0] { + } + } + + Method [ public method sethsl ] { + + - Parameters [3] { + Parameter #0 [ $hue ] + Parameter #1 [ $saturation ] + Parameter #2 [ $luminosity ] + } + } + + Method [ public method getcolorvaluequantum ] { + + - Parameters [0] { + } + } + + Method [ public method setcolorvaluequantum ] { + + - Parameters [1] { + Parameter #0 [ $color_value ] + } + } + + Method [ public method getindex ] { + + - Parameters [0] { + } + } + + Method [ public method setindex ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setcolor ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method setcolorvalue ] { + + - Parameters [2] { + Parameter #0 [ $color ] + Parameter #1 [ $value ] + } + } + + Method [ public method getcolorvalue ] { + + - Parameters [1] { + Parameter #0 [ $color ] + } + } + + Method [ public method clear ] { + + - Parameters [0] { + } + } + + Method [ public method destroy ] { + + - Parameters [0] { + } + } + + Method [ public method issimilar ] { + + - Parameters [2] { + Parameter #0 [ $color ] + Parameter #1 [ $fuzz ] + } + } + + Method [ public method ispixelsimilar ] { + + - Parameters [2] { + Parameter #0 [ $color ] + Parameter #1 [ $fuzz ] + } + } + + Method [ public method getcolor ] { + + - Parameters [1] { + Parameter #0 [ $normalized ] + } + } + + Method [ public method getcolorasstring ] { + + - Parameters [0] { + } + } + + Method [ public method getcolorcount ] { + + - Parameters [0] { + } + } + + Method [ public method setcolorcount ] { + + - Parameters [1] { + Parameter #0 [ $colorCount ] + } + } + + Method [ public method clone ] { + + - Parameters [0] { + } + } + } + } + } +} + -- cgit