summaryrefslogtreecommitdiffstats
path: root/REFLECTION-im7
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION-im7')
-rw-r--r--REFLECTION-im71202
1 files changed, 728 insertions, 474 deletions
diff --git a/REFLECTION-im7 b/REFLECTION-im7
index 547f09b..019d9c7 100644
--- a/REFLECTION-im7
+++ b/REFLECTION-im7
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
+Extension [ <persistent> extension #79 imagick version 3.7.0 ] {
- Dependencies {
Dependency [ gmagick (Conflicts) ]
@@ -485,7 +485,7 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Class [ <internal:imagick> <iterateable> class Imagick implements Stringable, Iterator, Traversable, Countable ] {
- - Constants [583] {
+ - Constants [626] {
Constant [ public int COLOR_BLACK ] { 11 }
Constant [ public int COLOR_BLUE ] { 12 }
Constant [ public int COLOR_CYAN ] { 13 }
@@ -493,19 +493,17 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
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 COLOR_ALPHA ] { 18 }
+ Constant [ public int COLOR_FUZZ ] { 19 }
Constant [ public int IMAGICK_EXTNUM ] { 30700 }
Constant [ public string IMAGICK_EXTVER ] { 3.7.0 }
Constant [ public int QUANTUM_RANGE ] { 65535 }
Constant [ public int USE_ZEND_MM ] { 0 }
- Constant [ public int COMPOSITE_DEFAULT ] { 40 }
+ Constant [ public int COMPOSITE_DEFAULT ] { 54 }
Constant [ public int COMPOSITE_UNDEFINED ] { 0 }
- Constant [ public int COMPOSITE_NO ] { 1 }
- Constant [ public int COMPOSITE_ADD ] { 2 }
- Constant [ public int COMPOSITE_ATOP ] { 3 }
- Constant [ public int COMPOSITE_BLEND ] { 4 }
+ Constant [ public int COMPOSITE_NO ] { 52 }
+ Constant [ public int COMPOSITE_ATOP ] { 2 }
+ Constant [ public int COMPOSITE_BLEND ] { 3 }
Constant [ public int COMPOSITE_BUMPMAP ] { 5 }
Constant [ public int COMPOSITE_CLEAR ] { 7 }
Constant [ public int COMPOSITE_COLORBURN ] { 8 }
@@ -517,64 +515,70 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int COMPOSITE_COPYCYAN ] { 14 }
Constant [ public int COMPOSITE_COPYGREEN ] { 15 }
Constant [ public int COMPOSITE_COPYMAGENTA ] { 16 }
+ Constant [ public int COMPOSITE_COPYALPHA ] { 17 }
Constant [ public int COMPOSITE_COPYOPACITY ] { 17 }
Constant [ public int COMPOSITE_COPYRED ] { 18 }
Constant [ public int COMPOSITE_COPYYELLOW ] { 19 }
Constant [ public int COMPOSITE_DARKEN ] { 20 }
- Constant [ public int COMPOSITE_DSTATOP ] { 21 }
- Constant [ public int COMPOSITE_DST ] { 22 }
- Constant [ public int COMPOSITE_DSTIN ] { 23 }
- Constant [ public int COMPOSITE_DSTOUT ] { 24 }
- Constant [ public int COMPOSITE_DSTOVER ] { 25 }
- Constant [ public int COMPOSITE_DIFFERENCE ] { 26 }
- Constant [ public int COMPOSITE_DISPLACE ] { 27 }
- Constant [ public int COMPOSITE_DISSOLVE ] { 28 }
- Constant [ public int COMPOSITE_EXCLUSION ] { 29 }
- Constant [ public int COMPOSITE_HARDLIGHT ] { 30 }
- Constant [ public int COMPOSITE_HUE ] { 31 }
- Constant [ public int COMPOSITE_IN ] { 32 }
- Constant [ public int COMPOSITE_LIGHTEN ] { 33 }
- Constant [ public int COMPOSITE_LUMINIZE ] { 35 }
- Constant [ public int COMPOSITE_MINUS ] { 36 }
- Constant [ public int COMPOSITE_MODULATE ] { 37 }
- Constant [ public int COMPOSITE_MULTIPLY ] { 38 }
- Constant [ public int COMPOSITE_OUT ] { 39 }
- Constant [ public int COMPOSITE_OVER ] { 40 }
- Constant [ public int COMPOSITE_OVERLAY ] { 41 }
- Constant [ public int COMPOSITE_PLUS ] { 42 }
- Constant [ public int COMPOSITE_REPLACE ] { 43 }
- Constant [ public int COMPOSITE_SATURATE ] { 44 }
- Constant [ public int COMPOSITE_SCREEN ] { 45 }
- Constant [ public int COMPOSITE_SOFTLIGHT ] { 46 }
- Constant [ public int COMPOSITE_SRCATOP ] { 47 }
- Constant [ public int COMPOSITE_SRC ] { 48 }
- Constant [ public int COMPOSITE_SRCIN ] { 49 }
- Constant [ public int COMPOSITE_SRCOUT ] { 50 }
- Constant [ public int COMPOSITE_SRCOVER ] { 51 }
- Constant [ public int COMPOSITE_SUBTRACT ] { 52 }
- Constant [ public int COMPOSITE_THRESHOLD ] { 53 }
- Constant [ public int COMPOSITE_XOR ] { 54 }
+ Constant [ public int COMPOSITE_DSTATOP ] { 28 }
+ Constant [ public int COMPOSITE_DST ] { 29 }
+ Constant [ public int COMPOSITE_DSTIN ] { 30 }
+ Constant [ public int COMPOSITE_DSTOUT ] { 31 }
+ Constant [ public int COMPOSITE_DSTOVER ] { 32 }
+ Constant [ public int COMPOSITE_DIFFERENCE ] { 22 }
+ Constant [ public int COMPOSITE_DISPLACE ] { 23 }
+ Constant [ public int COMPOSITE_DISSOLVE ] { 24 }
+ Constant [ public int COMPOSITE_EXCLUSION ] { 33 }
+ Constant [ public int COMPOSITE_HARDLIGHT ] { 34 }
+ Constant [ public int COMPOSITE_HUE ] { 36 }
+ Constant [ public int COMPOSITE_IN ] { 37 }
+ Constant [ public int COMPOSITE_LIGHTEN ] { 39 }
+ Constant [ public int COMPOSITE_LUMINIZE ] { 44 }
+ Constant [ public int COMPOSITE_MODULATE ] { 48 }
+ Constant [ public int COMPOSITE_MULTIPLY ] { 51 }
+ Constant [ public int COMPOSITE_OUT ] { 53 }
+ Constant [ public int COMPOSITE_OVER ] { 54 }
+ Constant [ public int COMPOSITE_OVERLAY ] { 55 }
+ Constant [ public int COMPOSITE_PLUS ] { 58 }
+ Constant [ public int COMPOSITE_REPLACE ] { 59 }
+ Constant [ public int COMPOSITE_SATURATE ] { 60 }
+ Constant [ public int COMPOSITE_SCREEN ] { 61 }
+ Constant [ public int COMPOSITE_SOFTLIGHT ] { 62 }
+ Constant [ public int COMPOSITE_SRCATOP ] { 63 }
+ Constant [ public int COMPOSITE_SRC ] { 64 }
+ Constant [ public int COMPOSITE_SRCIN ] { 65 }
+ Constant [ public int COMPOSITE_SRCOUT ] { 66 }
+ Constant [ public int COMPOSITE_SRCOVER ] { 67 }
+ Constant [ public int COMPOSITE_THRESHOLD ] { 68 }
+ Constant [ public int COMPOSITE_XOR ] { 70 }
Constant [ public int COMPOSITE_CHANGEMASK ] { 6 }
- Constant [ public int COMPOSITE_LINEARLIGHT ] { 34 }
- Constant [ public int COMPOSITE_DIVIDE ] { 55 }
- Constant [ public int COMPOSITE_DISTORT ] { 56 }
- Constant [ public int COMPOSITE_BLUR ] { 57 }
- Constant [ public int COMPOSITE_PEGTOPLIGHT ] { 58 }
- Constant [ public int COMPOSITE_VIVIDLIGHT ] { 59 }
- Constant [ public int COMPOSITE_PINLIGHT ] { 60 }
- Constant [ public int COMPOSITE_LINEARDODGE ] { 61 }
- Constant [ public int COMPOSITE_LINEARBURN ] { 62 }
- Constant [ public int COMPOSITE_MATHEMATICS ] { 63 }
- Constant [ public int COMPOSITE_MODULUSADD ] { 2 }
- Constant [ public int COMPOSITE_MODULUSSUBTRACT ] { 52 }
- Constant [ public int COMPOSITE_MINUSDST ] { 36 }
- Constant [ public int COMPOSITE_DIVIDEDST ] { 55 }
- Constant [ public int COMPOSITE_DIVIDESRC ] { 64 }
- Constant [ public int COMPOSITE_MINUSSRC ] { 65 }
- Constant [ public int COMPOSITE_DARKENINTENSITY ] { 66 }
- Constant [ public int COMPOSITE_LIGHTENINTENSITY ] { 67 }
- Constant [ public int COMPOSITE_HARDMIX ] { 68 }
- Constant [ public int COMPOSITE_STEREO ] { 69 }
+ Constant [ public int COMPOSITE_LINEARLIGHT ] { 43 }
+ Constant [ public int COMPOSITE_DISTORT ] { 25 }
+ Constant [ public int COMPOSITE_BLUR ] { 4 }
+ Constant [ public int COMPOSITE_PEGTOPLIGHT ] { 56 }
+ Constant [ public int COMPOSITE_VIVIDLIGHT ] { 69 }
+ Constant [ public int COMPOSITE_PINLIGHT ] { 57 }
+ Constant [ public int COMPOSITE_LINEARDODGE ] { 42 }
+ Constant [ public int COMPOSITE_LINEARBURN ] { 41 }
+ Constant [ public int COMPOSITE_MATHEMATICS ] { 45 }
+ Constant [ public int COMPOSITE_MODULUSADD ] { 49 }
+ Constant [ public int COMPOSITE_MODULUSSUBTRACT ] { 50 }
+ Constant [ public int COMPOSITE_MINUSDST ] { 46 }
+ Constant [ public int COMPOSITE_DIVIDEDST ] { 26 }
+ Constant [ public int COMPOSITE_DIVIDESRC ] { 27 }
+ Constant [ public int COMPOSITE_MINUSSRC ] { 47 }
+ Constant [ public int COMPOSITE_DARKENINTENSITY ] { 21 }
+ Constant [ public int COMPOSITE_LIGHTENINTENSITY ] { 40 }
+ Constant [ public int COMPOSITE_HARDMIX ] { 35 }
+ Constant [ public int COMPOSITE_STEREO ] { 71 }
+ Constant [ public int COMPOSITE_FREEZE ] { 72 }
+ Constant [ public int COMPOSITE_INTERPOLATE ] { 73 }
+ Constant [ public int COMPOSITE_NEGATE ] { 74 }
+ Constant [ public int COMPOSITE_REFLECT ] { 75 }
+ Constant [ public int COMPOSITE_SOFTBURN ] { 76 }
+ Constant [ public int COMPOSITE_SOFTDODGE ] { 77 }
+ Constant [ public int COMPOSITE_STAMP ] { 78 }
+ Constant [ public int COMPOSITE_RMSE ] { 79 }
Constant [ public int MONTAGEMODE_FRAME ] { 1 }
Constant [ public int MONTAGEMODE_UNFRAME ] { 2 }
Constant [ public int MONTAGEMODE_CONCATENATE ] { 3 }
@@ -589,6 +593,7 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int FILTER_TRIANGLE ] { 3 }
Constant [ public int FILTER_HERMITE ] { 4 }
Constant [ public int FILTER_HANNING ] { 5 }
+ Constant [ public int FILTER_HANN ] { 5 }
Constant [ public int FILTER_HAMMING ] { 6 }
Constant [ public int FILTER_BLACKMAN ] { 7 }
Constant [ public int FILTER_GAUSSIAN ] { 8 }
@@ -601,9 +606,10 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int FILTER_SINC ] { 14 }
Constant [ public int FILTER_KAISER ] { 16 }
Constant [ public int FILTER_WELSH ] { 17 }
+ Constant [ public int FILTER_WELCH ] { 17 }
Constant [ public int FILTER_PARZEN ] { 18 }
Constant [ public int FILTER_LAGRANGE ] { 21 }
- Constant [ public int FILTER_SENTINEL ] { 31 }
+ Constant [ public int FILTER_SENTINEL ] { 32 }
Constant [ public int FILTER_BOHMAN ] { 19 }
Constant [ public int FILTER_BARTLETT ] { 20 }
Constant [ public int FILTER_JINC ] { 13 }
@@ -616,43 +622,53 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int FILTER_COSINE ] { 28 }
Constant [ public int FILTER_SPLINE ] { 29 }
Constant [ public int FILTER_LANCZOSRADIUS ] { 30 }
+ Constant [ public int FILTER_CUBIC_SPLINE ] { 31 }
Constant [ public int IMGTYPE_UNDEFINED ] { 0 }
Constant [ public int IMGTYPE_BILEVEL ] { 1 }
Constant [ public int IMGTYPE_GRAYSCALE ] { 2 }
+ Constant [ public int IMGTYPE_GRAYSCALEALPHA ] { 3 }
Constant [ public int IMGTYPE_GRAYSCALEMATTE ] { 3 }
Constant [ public int IMGTYPE_PALETTE ] { 4 }
Constant [ public int IMGTYPE_PALETTEMATTE ] { 5 }
+ Constant [ public int IMGTYPE_PALETTEALPHA ] { 5 }
Constant [ public int IMGTYPE_TRUECOLOR ] { 6 }
+ Constant [ public int IMGTYPE_TRUECOLORALPHA ] { 7 }
Constant [ public int IMGTYPE_TRUECOLORMATTE ] { 7 }
Constant [ public int IMGTYPE_COLORSEPARATION ] { 8 }
+ Constant [ public int IMGTYPE_COLORSEPARATIONALPHA ] { 9 }
Constant [ public int IMGTYPE_COLORSEPARATIONMATTE ] { 9 }
Constant [ public int IMGTYPE_OPTIMIZE ] { 10 }
+ Constant [ public int IMGTYPE_PALETTEBILEVELALPHA ] { 11 }
Constant [ public int IMGTYPE_PALETTEBILEVELMATTE ] { 11 }
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 ] { 6 }
- Constant [ public int COMPRESSION_GROUP4 ] { 7 }
- Constant [ public int COMPRESSION_JPEG ] { 8 }
- Constant [ public int COMPRESSION_JPEG2000 ] { 9 }
- Constant [ public int COMPRESSION_LOSSLESSJPEG ] { 10 }
- Constant [ public int COMPRESSION_LZW ] { 11 }
- Constant [ public int COMPRESSION_RLE ] { 12 }
- Constant [ public int COMPRESSION_ZIP ] { 13 }
- Constant [ public int COMPRESSION_DXT1 ] { 3 }
- Constant [ public int COMPRESSION_DXT3 ] { 4 }
- Constant [ public int COMPRESSION_DXT5 ] { 5 }
- Constant [ public int COMPRESSION_ZIPS ] { 14 }
- Constant [ public int COMPRESSION_PIZ ] { 15 }
- Constant [ public int COMPRESSION_PXR24 ] { 16 }
- Constant [ public int COMPRESSION_B44 ] { 17 }
- Constant [ public int COMPRESSION_B44A ] { 18 }
- Constant [ public int COMPRESSION_LZMA ] { 19 }
- Constant [ public int COMPRESSION_JBIG1 ] { 20 }
- Constant [ public int COMPRESSION_JBIG2 ] { 21 }
+ Constant [ public int COMPRESSION_NO ] { 16 }
+ Constant [ public int COMPRESSION_BZIP ] { 3 }
+ Constant [ public int COMPRESSION_FAX ] { 7 }
+ Constant [ public int COMPRESSION_GROUP4 ] { 8 }
+ Constant [ public int COMPRESSION_JPEG ] { 12 }
+ Constant [ public int COMPRESSION_JPEG2000 ] { 11 }
+ Constant [ public int COMPRESSION_LOSSLESSJPEG ] { 13 }
+ Constant [ public int COMPRESSION_LZW ] { 15 }
+ Constant [ public int COMPRESSION_RLE ] { 19 }
+ Constant [ public int COMPRESSION_ZIP ] { 20 }
+ Constant [ public int COMPRESSION_DXT1 ] { 4 }
+ Constant [ public int COMPRESSION_DXT3 ] { 5 }
+ Constant [ public int COMPRESSION_DXT5 ] { 6 }
+ Constant [ public int COMPRESSION_ZIPS ] { 21 }
+ Constant [ public int COMPRESSION_PIZ ] { 17 }
+ Constant [ public int COMPRESSION_PXR24 ] { 18 }
+ Constant [ public int COMPRESSION_B44 ] { 2 }
+ Constant [ public int COMPRESSION_B44A ] { 1 }
+ Constant [ public int COMPRESSION_LZMA ] { 14 }
+ Constant [ public int COMPRESSION_JBIG1 ] { 9 }
+ Constant [ public int COMPRESSION_JBIG2 ] { 10 }
+ Constant [ public int COMPRESSION_ZSTD ] { 22 }
+ Constant [ public int COMPRESSION_WEBP ] { 23 }
+ Constant [ public int COMPRESSION_DWAA ] { 24 }
+ Constant [ public int COMPRESSION_DWAB ] { 25 }
Constant [ public int PAINT_POINT ] { 1 }
Constant [ public int PAINT_REPLACE ] { 2 }
Constant [ public int PAINT_FLOODFILL ] { 3 }
@@ -668,7 +684,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int GRAVITY_SOUTH ] { 8 }
Constant [ public int GRAVITY_SOUTHEAST ] { 9 }
Constant [ public int GRAVITY_FORGET ] { 0 }
- Constant [ public int GRAVITY_STATIC ] { 10 }
Constant [ public int STRETCH_NORMAL ] { 1 }
Constant [ public int STRETCH_ULTRACONDENSED ] { 2 }
Constant [ public int STRETCH_EXTRACONDENSED ] { 3 }
@@ -703,131 +718,134 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int CHANNEL_MAGENTA ] { 2 }
Constant [ public int CHANNEL_BLUE ] { 4 }
Constant [ public int CHANNEL_YELLOW ] { 4 }
- Constant [ public int CHANNEL_ALPHA ] { 8 }
- Constant [ public int CHANNEL_OPACITY ] { 8 }
- Constant [ public int CHANNEL_MATTE ] { 8 }
- Constant [ public int CHANNEL_BLACK ] { 32 }
+ Constant [ public int CHANNEL_ALPHA ] { 16 }
+ Constant [ public int CHANNEL_OPACITY ] { 16 }
+ Constant [ public int CHANNEL_BLACK ] { 8 }
Constant [ public int CHANNEL_INDEX ] { 32 }
Constant [ public int CHANNEL_ALL ] { 134217727 }
- Constant [ public int CHANNEL_DEFAULT ] { 134217719 }
- Constant [ public int CHANNEL_RGBA ] { 15 }
- Constant [ public int CHANNEL_TRUEALPHA ] { 64 }
- Constant [ public int CHANNEL_RGBS ] { 128 }
- Constant [ public int CHANNEL_GRAY_CHANNELS ] { 128 }
- Constant [ public int CHANNEL_SYNC ] { 256 }
- Constant [ public int CHANNEL_COMPOSITES ] { 47 }
- Constant [ public int METRIC_UNDEFINED ] { 0 }
+ Constant [ public int CHANNEL_DEFAULT ] { 134217727 }
+ Constant [ public int CHANNEL_RGBA ] { 23 }
+ Constant [ public int CHANNEL_TRUEALPHA ] { 256 }
+ Constant [ public int CHANNEL_RGBS ] { 512 }
+ Constant [ public int CHANNEL_GRAY_CHANNELS ] { 1024 }
+ Constant [ public int CHANNEL_SYNC ] { 131072 }
+ Constant [ public int CHANNEL_READ_MASK ] { 64 }
+ Constant [ public int CHANNEL_WRITE_MASK ] { 128 }
+ Constant [ public int CHANNEL_META ] { 256 }
+ Constant [ public int CHANNEL_COMPOSITE_MASK ] { 512 }
+ Constant [ public int CHANNEL_COMPOSITES ] { 31 }
Constant [ public int METRIC_ABSOLUTEERRORMETRIC ] { 1 }
- Constant [ public int METRIC_MEANABSOLUTEERROR ] { 2 }
- Constant [ public int METRIC_MEANERRORPERPIXELMETRIC ] { 3 }
- Constant [ public int METRIC_MEANSQUAREERROR ] { 4 }
- Constant [ public int METRIC_PEAKABSOLUTEERROR ] { 5 }
- Constant [ public int METRIC_PEAKSIGNALTONOISERATIO ] { 6 }
- Constant [ public int METRIC_ROOTMEANSQUAREDERROR ] { 7 }
- Constant [ public int METRIC_NORMALIZEDCROSSCORRELATIONERRORMETRIC ] { 8 }
- Constant [ public int METRIC_FUZZERROR ] { 9 }
- Constant [ public int METRIC_PERCEPTUALHASH_ERROR ] { 255 }
+ Constant [ public int METRIC_MEANABSOLUTEERROR ] { 3 }
+ Constant [ public int METRIC_MEANERRORPERPIXELMETRIC ] { 4 }
+ Constant [ public int METRIC_MEANSQUAREERROR ] { 5 }
+ Constant [ public int METRIC_PEAKABSOLUTEERROR ] { 7 }
+ Constant [ public int METRIC_PEAKSIGNALTONOISERATIO ] { 8 }
+ Constant [ public int METRIC_ROOTMEANSQUAREDERROR ] { 10 }
+ Constant [ public int METRIC_NORMALIZEDCROSSCORRELATIONERRORMETRIC ] { 6 }
+ Constant [ public int METRIC_FUZZERROR ] { 2 }
+ Constant [ public int METRIC_PERCEPTUALHASH_ERROR ] { 9 }
+ Constant [ public int METRIC_STRUCTURAL_SIMILARITY_ERROR ] { 11 }
+ Constant [ public int METRIC_STRUCTURAL_DISSIMILARITY_ERROR ] { 12 }
Constant [ public int PIXEL_CHAR ] { 1 }
Constant [ public int PIXELSTORAGE_CHAR ] { 1 }
Constant [ public int PIXEL_DOUBLE ] { 2 }
Constant [ public int PIXELSTORAGE_DOUBLE ] { 2 }
Constant [ public int PIXEL_FLOAT ] { 3 }
Constant [ public int PIXELSTORAGE_FLOAT ] { 3 }
- Constant [ public int PIXEL_INTEGER ] { 4 }
- Constant [ public int PIXELSTORAGE_INTEGER ] { 4 }
- Constant [ public int PIXEL_LONG ] { 5 }
- Constant [ public int PIXELSTORAGE_LONG ] { 5 }
+ Constant [ public int PIXEL_LONG ] { 4 }
+ Constant [ public int PIXELSTORAGE_LONG ] { 4 }
Constant [ public int PIXEL_QUANTUM ] { 6 }
Constant [ public int PIXELSTORAGE_QUANTUM ] { 6 }
Constant [ public int PIXEL_SHORT ] { 7 }
Constant [ public int PIXELSTORAGE_SHORT ] { 7 }
Constant [ public int EVALUATE_UNDEFINED ] { 0 }
- Constant [ public int EVALUATE_ADD ] { 1 }
- Constant [ public int EVALUATE_AND ] { 2 }
- Constant [ public int EVALUATE_DIVIDE ] { 3 }
- Constant [ public int EVALUATE_LEFTSHIFT ] { 4 }
- Constant [ public int EVALUATE_MAX ] { 5 }
- Constant [ public int EVALUATE_MIN ] { 6 }
- Constant [ public int EVALUATE_MULTIPLY ] { 7 }
- Constant [ public int EVALUATE_OR ] { 8 }
- Constant [ public int EVALUATE_RIGHTSHIFT ] { 9 }
- Constant [ public int EVALUATE_SET ] { 10 }
- Constant [ public int EVALUATE_SUBTRACT ] { 11 }
- Constant [ public int EVALUATE_XOR ] { 12 }
- Constant [ public int EVALUATE_POW ] { 13 }
- Constant [ public int EVALUATE_LOG ] { 14 }
- Constant [ public int EVALUATE_THRESHOLD ] { 15 }
- Constant [ public int EVALUATE_THRESHOLDBLACK ] { 16 }
- Constant [ public int EVALUATE_THRESHOLDWHITE ] { 17 }
- Constant [ public int EVALUATE_GAUSSIANNOISE ] { 18 }
- Constant [ public int EVALUATE_IMPULSENOISE ] { 19 }
- Constant [ public int EVALUATE_LAPLACIANNOISE ] { 20 }
- Constant [ public int EVALUATE_MULTIPLICATIVENOISE ] { 21 }
- Constant [ public int EVALUATE_POISSONNOISE ] { 22 }
- Constant [ public int EVALUATE_UNIFORMNOISE ] { 23 }
- Constant [ public int EVALUATE_COSINE ] { 24 }
+ Constant [ public int EVALUATE_ADD ] { 2 }
+ Constant [ public int EVALUATE_AND ] { 4 }
+ Constant [ public int EVALUATE_DIVIDE ] { 6 }
+ Constant [ public int EVALUATE_LEFTSHIFT ] { 11 }
+ Constant [ public int EVALUATE_MAX ] { 13 }
+ Constant [ public int EVALUATE_MIN ] { 16 }
+ Constant [ public int EVALUATE_MULTIPLY ] { 18 }
+ Constant [ public int EVALUATE_OR ] { 19 }
+ Constant [ public int EVALUATE_RIGHTSHIFT ] { 22 }
+ Constant [ public int EVALUATE_SET ] { 24 }
+ Constant [ public int EVALUATE_SUBTRACT ] { 26 }
+ Constant [ public int EVALUATE_XOR ] { 32 }
+ Constant [ public int EVALUATE_POW ] { 21 }
+ Constant [ public int EVALUATE_LOG ] { 12 }
+ Constant [ public int EVALUATE_THRESHOLD ] { 29 }
+ Constant [ public int EVALUATE_THRESHOLDBLACK ] { 28 }
+ Constant [ public int EVALUATE_THRESHOLDWHITE ] { 30 }
+ Constant [ public int EVALUATE_GAUSSIANNOISE ] { 8 }
+ Constant [ public int EVALUATE_IMPULSENOISE ] { 9 }
+ Constant [ public int EVALUATE_LAPLACIANNOISE ] { 10 }
+ Constant [ public int EVALUATE_MULTIPLICATIVENOISE ] { 17 }
+ Constant [ public int EVALUATE_POISSONNOISE ] { 20 }
+ Constant [ public int EVALUATE_UNIFORMNOISE ] { 31 }
+ Constant [ public int EVALUATE_COSINE ] { 5 }
Constant [ public int EVALUATE_SINE ] { 25 }
- Constant [ public int EVALUATE_ADDMODULUS ] { 26 }
- Constant [ public int EVALUATE_MEAN ] { 27 }
- Constant [ public int EVALUATE_ABS ] { 28 }
- Constant [ public int EVALUATE_EXPONENTIAL ] { 29 }
- Constant [ public int EVALUATE_MEDIAN ] { 30 }
- Constant [ public int EVALUATE_SUM ] { 31 }
- Constant [ public int EVALUATE_ROOT_MEAN_SQUARE ] { 32 }
+ Constant [ public int EVALUATE_ADDMODULUS ] { 3 }
+ Constant [ public int EVALUATE_MEAN ] { 14 }
+ Constant [ public int EVALUATE_ABS ] { 1 }
+ Constant [ public int EVALUATE_EXPONENTIAL ] { 7 }
+ Constant [ public int EVALUATE_MEDIAN ] { 15 }
+ Constant [ public int EVALUATE_SUM ] { 27 }
+ Constant [ public int EVALUATE_ROOT_MEAN_SQUARE ] { 23 }
+ Constant [ public int EVALUATE_INVERSE_LOG ] { 33 }
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 ] { 5 }
- Constant [ public int COLORSPACE_XYZ ] { 6 }
- Constant [ public int COLORSPACE_YCBCR ] { 7 }
- Constant [ public int COLORSPACE_YCC ] { 8 }
- Constant [ public int COLORSPACE_YIQ ] { 9 }
- Constant [ public int COLORSPACE_YPBPR ] { 10 }
- Constant [ public int COLORSPACE_YUV ] { 11 }
- Constant [ public int COLORSPACE_CMYK ] { 12 }
- Constant [ public int COLORSPACE_SRGB ] { 13 }
- Constant [ public int COLORSPACE_HSB ] { 14 }
- Constant [ public int COLORSPACE_HSL ] { 15 }
- Constant [ public int COLORSPACE_HWB ] { 16 }
- Constant [ public int COLORSPACE_REC601LUMA ] { 17 }
- Constant [ public int COLORSPACE_REC709LUMA ] { 19 }
- Constant [ public int COLORSPACE_LOG ] { 21 }
- Constant [ public int COLORSPACE_CMY ] { 22 }
- Constant [ public int COLORSPACE_LUV ] { 23 }
- Constant [ public int COLORSPACE_HCL ] { 24 }
- Constant [ public int COLORSPACE_LCH ] { 25 }
- Constant [ public int COLORSPACE_LMS ] { 26 }
- Constant [ public int COLORSPACE_LCHAB ] { 27 }
- Constant [ public int COLORSPACE_LCHUV ] { 28 }
- Constant [ public int COLORSPACE_SCRGB ] { 29 }
- Constant [ public int COLORSPACE_HSI ] { 30 }
- Constant [ public int COLORSPACE_HSV ] { 31 }
- Constant [ public int COLORSPACE_HCLP ] { 32 }
- Constant [ public int COLORSPACE_YDBDR ] { 33 }
- Constant [ public int COLORSPACE_REC601YCBCR ] { 18 }
+ Constant [ public int COLORSPACE_RGB ] { 21 }
+ Constant [ public int COLORSPACE_GRAY ] { 3 }
+ Constant [ public int COLORSPACE_TRANSPARENT ] { 24 }
+ Constant [ public int COLORSPACE_OHTA ] { 18 }
+ Constant [ public int COLORSPACE_XYZ ] { 26 }
+ Constant [ public int COLORSPACE_YCBCR ] { 27 }
+ Constant [ public int COLORSPACE_YCC ] { 28 }
+ Constant [ public int COLORSPACE_YIQ ] { 30 }
+ Constant [ public int COLORSPACE_YPBPR ] { 31 }
+ Constant [ public int COLORSPACE_YUV ] { 32 }
+ Constant [ public int COLORSPACE_CMYK ] { 2 }
+ Constant [ public int COLORSPACE_SRGB ] { 23 }
+ Constant [ public int COLORSPACE_HSB ] { 6 }
+ Constant [ public int COLORSPACE_HSL ] { 8 }
+ Constant [ public int COLORSPACE_HWB ] { 10 }
+ Constant [ public int COLORSPACE_LOG ] { 15 }
+ Constant [ public int COLORSPACE_CMY ] { 1 }
+ Constant [ public int COLORSPACE_LUV ] { 17 }
+ Constant [ public int COLORSPACE_HCL ] { 4 }
+ Constant [ public int COLORSPACE_LCH ] { 12 }
+ Constant [ public int COLORSPACE_LMS ] { 16 }
+ Constant [ public int COLORSPACE_LCHAB ] { 13 }
+ Constant [ public int COLORSPACE_LCHUV ] { 14 }
+ Constant [ public int COLORSPACE_SCRGB ] { 22 }
+ Constant [ public int COLORSPACE_HSI ] { 7 }
+ Constant [ public int COLORSPACE_HSV ] { 9 }
+ Constant [ public int COLORSPACE_HCLP ] { 5 }
+ Constant [ public int COLORSPACE_YDBDR ] { 29 }
+ Constant [ public int COLORSPACE_REC601YCBCR ] { 19 }
Constant [ public int COLORSPACE_REC709YCBCR ] { 20 }
- Constant [ public int COLORSPACE_XYY ] { 34 }
- Constant [ public int COLORSPACE_LINEARGRAY ] { 35 }
+ Constant [ public int COLORSPACE_XYY ] { 25 }
+ Constant [ public int COLORSPACE_LINEARGRAY ] { 33 }
+ Constant [ public int COLORSPACE_DISPLAYP3 ] { 35 }
+ Constant [ public int COLORSPACE_ADOBE98 ] { 36 }
+ Constant [ public int COLORSPACE_PROPHOTO ] { 37 }
+ Constant [ public int COLORSPACE_JZAZBZ ] { 34 }
Constant [ public int VIRTUALPIXELMETHOD_UNDEFINED ] { 0 }
Constant [ public int VIRTUALPIXELMETHOD_BACKGROUND ] { 1 }
- Constant [ public int VIRTUALPIXELMETHOD_CONSTANT ] { 2 }
- Constant [ public int VIRTUALPIXELMETHOD_EDGE ] { 4 }
- Constant [ public int VIRTUALPIXELMETHOD_MIRROR ] { 5 }
- Constant [ public int VIRTUALPIXELMETHOD_TILE ] { 7 }
- Constant [ public int VIRTUALPIXELMETHOD_TRANSPARENT ] { 8 }
- Constant [ public int VIRTUALPIXELMETHOD_MASK ] { 9 }
- Constant [ public int VIRTUALPIXELMETHOD_BLACK ] { 10 }
- Constant [ public int VIRTUALPIXELMETHOD_GRAY ] { 11 }
- Constant [ public int VIRTUALPIXELMETHOD_WHITE ] { 12 }
- Constant [ public int VIRTUALPIXELMETHOD_HORIZONTALTILE ] { 13 }
- Constant [ public int VIRTUALPIXELMETHOD_VERTICALTILE ] { 14 }
- Constant [ public int VIRTUALPIXELMETHOD_HORIZONTALTILEEDGE ] { 15 }
- Constant [ public int VIRTUALPIXELMETHOD_VERTICALTILEEDGE ] { 16 }
- Constant [ public int VIRTUALPIXELMETHOD_CHECKERTILE ] { 17 }
- Constant [ public int VIRTUALPIXELMETHOD_DITHER ] { 3 }
- Constant [ public int VIRTUALPIXELMETHOD_RANDOM ] { 6 }
+ Constant [ public int VIRTUALPIXELMETHOD_EDGE ] { 3 }
+ Constant [ public int VIRTUALPIXELMETHOD_MIRROR ] { 4 }
+ Constant [ public int VIRTUALPIXELMETHOD_TILE ] { 6 }
+ Constant [ public int VIRTUALPIXELMETHOD_TRANSPARENT ] { 7 }
+ Constant [ public int VIRTUALPIXELMETHOD_MASK ] { 8 }
+ Constant [ public int VIRTUALPIXELMETHOD_BLACK ] { 9 }
+ Constant [ public int VIRTUALPIXELMETHOD_GRAY ] { 10 }
+ Constant [ public int VIRTUALPIXELMETHOD_WHITE ] { 11 }
+ Constant [ public int VIRTUALPIXELMETHOD_HORIZONTALTILE ] { 12 }
+ Constant [ public int VIRTUALPIXELMETHOD_VERTICALTILE ] { 13 }
+ Constant [ public int VIRTUALPIXELMETHOD_HORIZONTALTILEEDGE ] { 14 }
+ Constant [ public int VIRTUALPIXELMETHOD_VERTICALTILEEDGE ] { 15 }
+ Constant [ public int VIRTUALPIXELMETHOD_CHECKERTILE ] { 16 }
+ Constant [ public int VIRTUALPIXELMETHOD_DITHER ] { 2 }
+ Constant [ public int VIRTUALPIXELMETHOD_RANDOM ] { 5 }
Constant [ public int PREVIEW_UNDEFINED ] { 0 }
Constant [ public int PREVIEW_ROTATE ] { 1 }
Constant [ public int PREVIEW_SHEAR ] { 2 }
@@ -890,13 +908,13 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int RESOURCETYPE_AREA ] { 1 }
Constant [ public int RESOURCETYPE_DISK ] { 2 }
Constant [ public int RESOURCETYPE_FILE ] { 3 }
- Constant [ public int RESOURCETYPE_MAP ] { 4 }
- Constant [ public int RESOURCETYPE_MEMORY ] { 5 }
- Constant [ public int RESOURCETYPE_TIME ] { 7 }
+ Constant [ public int RESOURCETYPE_MAP ] { 5 }
+ Constant [ public int RESOURCETYPE_MEMORY ] { 6 }
+ Constant [ public int RESOURCETYPE_TIME ] { 9 }
Constant [ public int RESOURCETYPE_THROTTLE ] { 8 }
- Constant [ public int RESOURCETYPE_THREAD ] { 6 }
- Constant [ public int RESOURCETYPE_WIDTH ] { 9 }
- Constant [ public int RESOURCETYPE_HEIGHT ] { 10 }
+ Constant [ public int RESOURCETYPE_THREAD ] { 7 }
+ Constant [ public int RESOURCETYPE_WIDTH ] { 10 }
+ Constant [ public int RESOURCETYPE_HEIGHT ] { 4 }
Constant [ public int RESOURCETYPE_LISTLENGTH ] { 11 }
Constant [ public int DISPOSE_UNRECOGNIZED ] { 0 }
Constant [ public int DISPOSE_UNDEFINED ] { 0 }
@@ -905,18 +923,16 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int DISPOSE_PREVIOUS ] { 3 }
Constant [ public int INTERPOLATE_UNDEFINED ] { 0 }
Constant [ public int INTERPOLATE_AVERAGE ] { 1 }
- Constant [ public int INTERPOLATE_BICUBIC ] { 2 }
- Constant [ public int INTERPOLATE_BILINEAR ] { 3 }
- Constant [ public int INTERPOLATE_FILTER ] { 4 }
- Constant [ public int INTERPOLATE_INTEGER ] { 5 }
- Constant [ public int INTERPOLATE_MESH ] { 6 }
- Constant [ public int INTERPOLATE_NEARESTNEIGHBOR ] { 7 }
- Constant [ public int INTERPOLATE_SPLINE ] { 8 }
- Constant [ public int INTERPOLATE_AVERAGE_9 ] { 9 }
- Constant [ public int INTERPOLATE_AVERAGE_16 ] { 10 }
- Constant [ public int INTERPOLATE_BLEND ] { 11 }
- Constant [ public int INTERPOLATE_BACKGROUND_COLOR ] { 12 }
- Constant [ public int INTERPOLATE_CATROM ] { 13 }
+ Constant [ public int INTERPOLATE_BILINEAR ] { 5 }
+ Constant [ public int INTERPOLATE_INTEGER ] { 8 }
+ Constant [ public int INTERPOLATE_MESH ] { 9 }
+ Constant [ public int INTERPOLATE_SPLINE ] { 11 }
+ Constant [ public int INTERPOLATE_AVERAGE_9 ] { 2 }
+ Constant [ public int INTERPOLATE_AVERAGE_16 ] { 3 }
+ Constant [ public int INTERPOLATE_BLEND ] { 6 }
+ Constant [ public int INTERPOLATE_BACKGROUND_COLOR ] { 4 }
+ Constant [ public int INTERPOLATE_CATROM ] { 7 }
+ Constant [ public int INTERPOLATE_NEAREST_PIXEL ] { 10 }
Constant [ public int LAYERMETHOD_UNDEFINED ] { 0 }
Constant [ public int LAYERMETHOD_COALESCE ] { 1 }
Constant [ public int LAYERMETHOD_COMPAREANY ] { 2 }
@@ -954,6 +970,7 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int DISTORTION_BARREL ] { 14 }
Constant [ public int DISTORTION_SHEPARDS ] { 16 }
Constant [ public int DISTORTION_SENTINEL ] { 18 }
+ Constant [ public int DISTORTION_RIGID_AFFINE ] { 19 }
Constant [ public int DISTORTION_BARRELINVERSE ] { 15 }
Constant [ public int DISTORTION_BILINEARFORWARD ] { 6 }
Constant [ public int DISTORTION_BILINEARREVERSE ] { 7 }
@@ -964,17 +981,19 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int LAYERMETHOD_FLATTEN ] { 14 }
Constant [ public int LAYERMETHOD_MOSAIC ] { 15 }
Constant [ public int ALPHACHANNEL_ACTIVATE ] { 1 }
- Constant [ public int ALPHACHANNEL_RESET ] { 7 }
- Constant [ public int ALPHACHANNEL_SET ] { 8 }
+ Constant [ public int ALPHACHANNEL_ON ] { 10 }
+ Constant [ public int ALPHACHANNEL_SET ] { 13 }
Constant [ public int ALPHACHANNEL_UNDEFINED ] { 0 }
- Constant [ public int ALPHACHANNEL_COPY ] { 3 }
- Constant [ public int ALPHACHANNEL_DEACTIVATE ] { 4 }
- Constant [ public int ALPHACHANNEL_EXTRACT ] { 5 }
- Constant [ public int ALPHACHANNEL_OPAQUE ] { 6 }
- Constant [ public int ALPHACHANNEL_SHAPE ] { 9 }
- Constant [ public int ALPHACHANNEL_TRANSPARENT ] { 10 }
- Constant [ public int ALPHACHANNEL_ASSOCIATE ] { 13 }
- Constant [ public int ALPHACHANNEL_DISSOCIATE ] { 14 }
+ Constant [ public int ALPHACHANNEL_DISCRETE ] { 6 }
+ Constant [ public int ALPHACHANNEL_COPY ] { 4 }
+ Constant [ public int ALPHACHANNEL_DEACTIVATE ] { 5 }
+ Constant [ public int ALPHACHANNEL_EXTRACT ] { 8 }
+ Constant [ public int ALPHACHANNEL_OFF ] { 9 }
+ Constant [ public int ALPHACHANNEL_OPAQUE ] { 11 }
+ Constant [ public int ALPHACHANNEL_SHAPE ] { 14 }
+ Constant [ public int ALPHACHANNEL_TRANSPARENT ] { 15 }
+ Constant [ public int ALPHACHANNEL_ASSOCIATE ] { 2 }
+ Constant [ public int ALPHACHANNEL_DISSOCIATE ] { 7 }
Constant [ public int SPARSECOLORMETHOD_UNDEFINED ] { 0 }
Constant [ public int SPARSECOLORMETHOD_BARYCENTRIC ] { 1 }
Constant [ public int SPARSECOLORMETHOD_BILINEAR ] { 7 }
@@ -988,12 +1007,11 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int DITHERMETHOD_RIEMERSMA ] { 2 }
Constant [ public int DITHERMETHOD_FLOYDSTEINBERG ] { 3 }
Constant [ public int FUNCTION_UNDEFINED ] { 0 }
- Constant [ public int FUNCTION_POLYNOMIAL ] { 1 }
- Constant [ public int FUNCTION_SINUSOID ] { 2 }
- Constant [ public int ALPHACHANNEL_BACKGROUND ] { 2 }
- Constant [ public int FUNCTION_ARCSIN ] { 3 }
- Constant [ public int FUNCTION_ARCTAN ] { 4 }
- Constant [ public int ALPHACHANNEL_FLATTEN ] { 11 }
+ Constant [ public int FUNCTION_POLYNOMIAL ] { 3 }
+ Constant [ public int FUNCTION_SINUSOID ] { 4 }
+ Constant [ public int ALPHACHANNEL_BACKGROUND ] { 3 }
+ Constant [ public int FUNCTION_ARCSIN ] { 1 }
+ Constant [ public int FUNCTION_ARCTAN ] { 2 }
Constant [ public int ALPHACHANNEL_REMOVE ] { 12 }
Constant [ public int STATISTIC_GRADIENT ] { 1 }
Constant [ public int STATISTIC_MAXIMUM ] { 2 }
@@ -1002,15 +1020,16 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int STATISTIC_MINIMUM ] { 5 }
Constant [ public int STATISTIC_MODE ] { 6 }
Constant [ public int STATISTIC_NONPEAK ] { 7 }
- Constant [ public int STATISTIC_STANDARD_DEVIATION ] { 8 }
- Constant [ public int STATISTIC_ROOT_MEAN_SQUARE ] { 9 }
+ Constant [ public int STATISTIC_STANDARD_DEVIATION ] { 9 }
+ Constant [ public int STATISTIC_ROOT_MEAN_SQUARE ] { 8 }
+ Constant [ public int STATISTIC_CONTRAST ] { 10 }
Constant [ public int MORPHOLOGY_CONVOLVE ] { 1 }
Constant [ public int MORPHOLOGY_CORRELATE ] { 2 }
Constant [ public int MORPHOLOGY_ERODE ] { 3 }
Constant [ public int MORPHOLOGY_DILATE ] { 4 }
Constant [ public int MORPHOLOGY_ERODE_INTENSITY ] { 5 }
Constant [ public int MORPHOLOGY_DILATE_INTENSITY ] { 6 }
- Constant [ public int MORPHOLOGY_DISTANCE ] { 7 }
+ Constant [ public int MORPHOLOGY_DISTANCE ] { 21 }
Constant [ public int MORPHOLOGY_OPEN ] { 8 }
Constant [ public int MORPHOLOGY_CLOSE ] { 9 }
Constant [ public int MORPHOLOGY_OPEN_INTENSITY ] { 10 }
@@ -1024,57 +1043,81 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Constant [ public int MORPHOLOGY_HIT_AND_MISS ] { 18 }
Constant [ public int MORPHOLOGY_THINNING ] { 19 }
Constant [ public int MORPHOLOGY_THICKEN ] { 20 }
- Constant [ public int MORPHOLOGY_VORONOI ] { 21 }
- Constant [ public int MORPHOLOGY_ITERATIVE ] { 22 }
+ Constant [ public int MORPHOLOGY_VORONOI ] { 22 }
+ Constant [ public int MORPHOLOGY_ITERATIVE ] { 7 }
Constant [ public int KERNEL_UNITY ] { 1 }
Constant [ public int KERNEL_GAUSSIAN ] { 2 }
Constant [ public int KERNEL_DIFFERENCE_OF_GAUSSIANS ] { 3 }
Constant [ public int KERNEL_LAPLACIAN_OF_GAUSSIANS ] { 4 }
Constant [ public int KERNEL_BLUR ] { 5 }
Constant [ public int KERNEL_COMET ] { 6 }
- Constant [ public int KERNEL_LAPLACIAN ] { 7 }
- Constant [ public int KERNEL_SOBEL ] { 8 }
- Constant [ public int KERNEL_FREI_CHEN ] { 9 }
- Constant [ public int KERNEL_ROBERTS ] { 10 }
- Constant [ public int KERNEL_PREWITT ] { 11 }
- Constant [ public int KERNEL_COMPASS ] { 12 }
- Constant [ public int KERNEL_KIRSCH ] { 13 }
- Constant [ public int KERNEL_DIAMOND ] { 14 }
- Constant [ public int KERNEL_SQUARE ] { 15 }
- Constant [ public int KERNEL_RECTANGLE ] { 16 }
- Constant [ public int KERNEL_OCTAGON ] { 17 }
- Constant [ public int KERNEL_DISK ] { 18 }
- Constant [ public int KERNEL_PLUS ] { 19 }
- Constant [ public int KERNEL_CROSS ] { 20 }
- Constant [ public int KERNEL_RING ] { 21 }
- Constant [ public int KERNEL_PEAKS ] { 22 }
- Constant [ public int KERNEL_EDGES ] { 23 }
- Constant [ public int KERNEL_CORNERS ] { 24 }
- Constant [ public int KERNEL_DIAGONALS ] { 25 }
- Constant [ public int KERNEL_LINE_ENDS ] { 26 }
- Constant [ public int KERNEL_LINE_JUNCTIONS ] { 27 }
- Constant [ public int KERNEL_RIDGES ] { 28 }
- Constant [ public int KERNEL_CONVEX_HULL ] { 29 }
- Constant [ public int KERNEL_THIN_SE ] { 30 }
- Constant [ public int KERNEL_SKELETON ] { 31 }
- Constant [ public int KERNEL_CHEBYSHEV ] { 32 }
- Constant [ public int KERNEL_MANHATTAN ] { 33 }
- Constant [ public int KERNEL_OCTAGONAL ] { 34 }
- Constant [ public int KERNEL_EUCLIDEAN ] { 35 }
- Constant [ public int KERNEL_USER_DEFINED ] { 36 }
- Constant [ public int KERNEL_BINOMIAL ] { 37 }
+ Constant [ public int KERNEL_LAPLACIAN ] { 8 }
+ Constant [ public int KERNEL_SOBEL ] { 9 }
+ Constant [ public int KERNEL_FREI_CHEN ] { 10 }
+ Constant [ public int KERNEL_ROBERTS ] { 11 }
+ Constant [ public int KERNEL_PREWITT ] { 12 }
+ Constant [ public int KERNEL_COMPASS ] { 13 }
+ Constant [ public int KERNEL_KIRSCH ] { 14 }
+ Constant [ public int KERNEL_DIAMOND ] { 15 }
+ Constant [ public int KERNEL_SQUARE ] { 16 }
+ Constant [ public int KERNEL_RECTANGLE ] { 17 }
+ Constant [ public int KERNEL_OCTAGON ] { 18 }
+ Constant [ public int KERNEL_DISK ] { 19 }
+ Constant [ public int KERNEL_PLUS ] { 20 }
+ Constant [ public int KERNEL_CROSS ] { 21 }
+ Constant [ public int KERNEL_RING ] { 22 }
+ Constant [ public int KERNEL_PEAKS ] { 23 }
+ Constant [ public int KERNEL_EDGES ] { 24 }
+ Constant [ public int KERNEL_CORNERS ] { 25 }
+ Constant [ public int KERNEL_DIAGONALS ] { 26 }
+ Constant [ public int KERNEL_LINE_ENDS ] { 27 }
+ Constant [ public int KERNEL_LINE_JUNCTIONS ] { 28 }
+ Constant [ public int KERNEL_RIDGES ] { 29 }
+ Constant [ public int KERNEL_CONVEX_HULL ] { 30 }
+ Constant [ public int KERNEL_THIN_SE ] { 31 }
+ Constant [ public int KERNEL_SKELETON ] { 32 }
+ Constant [ public int KERNEL_CHEBYSHEV ] { 33 }
+ Constant [ public int KERNEL_MANHATTAN ] { 34 }
+ Constant [ public int KERNEL_OCTAGONAL ] { 35 }
+ Constant [ public int KERNEL_EUCLIDEAN ] { 36 }
+ Constant [ public int KERNEL_USER_DEFINED ] { 37 }
+ Constant [ public int KERNEL_BINOMIAL ] { 7 }
Constant [ public int DIRECTION_LEFT_TO_RIGHT ] { 2 }
Constant [ public int DIRECTION_RIGHT_TO_LEFT ] { 1 }
Constant [ public int NORMALIZE_KERNEL_NONE ] { 0 }
Constant [ public int NORMALIZE_KERNEL_VALUE ] { 8192 }
Constant [ public int NORMALIZE_KERNEL_CORRELATE ] { 65536 }
Constant [ public int NORMALIZE_KERNEL_PERCENT ] { 4096 }
+ Constant [ public int PIXELMASK_READ ] { 1 }
+ Constant [ public int PIXELMASK_WRITE ] { 2 }
+ Constant [ public int PIXELMASK_COMPOSITE ] { 4 }
+ Constant [ public int AUTO_THRESHOLD_KAPUR ] { 1 }
+ Constant [ public int AUTO_THRESHOLD_OTSU ] { 2 }
+ Constant [ public int AUTO_THRESHOLD_TRIANGLE ] { 3 }
+ Constant [ public int COMPLEX_OPERATOR_ADD ] { 1 }
+ Constant [ public int COMPLEX_OPERATOR_CONJUGATE ] { 2 }
+ Constant [ public int COMPLEX_OPERATOR_DIVIDE ] { 3 }
+ Constant [ public int COMPLEX_OPERATOR_MAGNITUDEPHASE ] { 4 }
+ Constant [ public int COMPLEX_OPERATOR_MULTIPLY ] { 5 }
+ Constant [ public int COMPLEX_OPERATOR_REALIMAGINARY ] { 6 }
+ Constant [ public int COMPLEX_OPERATOR_SUBTRACT ] { 7 }
+ Constant [ public int IMAGE_TYPE_BILEVEL ] { 1 }
+ Constant [ public int IMAGE_TYPE_GRAYSCALE ] { 2 }
+ Constant [ public int IMAGE_TYPE_GRAYSCALE_ALPHA ] { 3 }
+ Constant [ public int IMAGE_TYPE_PALETTE ] { 4 }
+ Constant [ public int IMAGE_TYPE_PALETTE_ALPHA ] { 5 }
+ Constant [ public int IMAGE_TYPE_TRUE_COLOR ] { 6 }
+ Constant [ public int IMAGE_TYPE_TRUE_COLOR_ALPHA ] { 7 }
+ Constant [ public int IMAGE_TYPE_COLOR_SEPARATION ] { 8 }
+ Constant [ public int IMAGE_TYPE_COLOR_SEPARATION_ALPHA ] { 9 }
+ Constant [ public int IMAGE_TYPE_OPTIMIZE ] { 10 }
+ Constant [ public int IMAGE_TYPE_PALETTE_BILEVEL_ALPHA ] { 11 }
}
- Static properties [0] {
}
- - Static methods [20] {
+ - Static methods [21] {
Method [ <internal:imagick> static public method queryFormats ] {
- Parameters [1] {
@@ -1229,12 +1272,20 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
}
- Return [ array ]
}
+
+ Method [ <internal:imagick> static public method setSeed ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $seed ]
+ }
+ - Return [ void ]
+ }
}
- Properties [0] {
}
- - Methods [353] {
+ - Methods [376] {
Method [ <internal:imagick> public method optimizeImageLayers ] {
- Parameters [0] {
@@ -1298,6 +1349,16 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
+ Method [ <internal:imagick> public method waveImageWithMethod ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> float $amplitude ]
+ Parameter #1 [ <required> float $length ]
+ Parameter #2 [ <required> int $interpolate_method ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:imagick> public method vignetteImage ] {
- Parameters [4] {
@@ -1316,13 +1377,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method getImageMatte ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
Method [ <internal:imagick> public method setImageMatte ] {
- Parameters [1] {
@@ -1458,28 +1512,21 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ int ]
}
- Method [ <internal, deprecated:imagick> public method transformImage ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $crop ]
- Parameter #1 [ <required> string $geometry ]
- }
- - Return [ Imagick ]
- }
-
- Method [ <internal, deprecated:imagick> public method setImageOpacity ] {
+ Method [ <internal:imagick> public method setImageAlpha ] {
- Parameters [1] {
- Parameter #0 [ <required> float $opacity ]
+ Parameter #0 [ <required> float $alpha ]
}
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method orderedPosterizeImage ] {
+ Method [ <internal:imagick> public method polaroidWithTextAndMethod ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $threshold_map ]
- Parameter #1 [ <optional> int $channel = Imagick::CHANNEL_DEFAULT ]
+ - Parameters [4] {
+ Parameter #0 [ <required> ImagickDraw $settings ]
+ Parameter #1 [ <required> float $angle ]
+ Parameter #2 [ <required> string $caption ]
+ Parameter #3 [ <required> int $method ]
}
- Return [ bool ]
}
@@ -1583,19 +1630,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method paintFloodfillImage ] {
-
- - Parameters [6] {
- Parameter #0 [ <required> ImagickPixel|string $fill_color ]
- Parameter #1 [ <required> float $fuzz ]
- Parameter #2 [ <required> ImagickPixel|string $border_color ]
- Parameter #3 [ <required> int $x ]
- Parameter #4 [ <required> int $y ]
- Parameter #5 [ <optional> int $channel = Imagick::CHANNEL_DEFAULT ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:imagick> public method clutImage ] {
- Parameters [2] {
@@ -1659,21 +1693,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method setImageClipMask ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> imagick $clip_mask ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal, deprecated:imagick> public method getImageClipMask ] {
-
- - Parameters [0] {
- }
- - Return [ Imagick ]
- }
-
Method [ <internal:imagick> public method animateImages ] {
- Parameters [1] {
@@ -1682,14 +1701,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method recolorImage ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $matrix ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:imagick> public method setFont ] {
- Parameters [1] {
@@ -1907,6 +1918,16 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
+ Method [ <internal:imagick> public method houghLineImage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> int $width ]
+ Parameter #1 [ <required> int $height ]
+ Parameter #2 [ <required> float $threshold ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:imagick> public method exportImagePixels ] {
- Parameters [6] {
@@ -2496,28 +2517,28 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal:imagick> public method oilPaintImage ] {
+ Method [ <internal:imagick> public method oilPaintImageWithSigma ] {
- - Parameters [1] {
+ - Parameters [2] {
Parameter #0 [ <required> float $radius ]
+ Parameter #1 [ <required> float $sigma ]
}
- Return [ bool ]
}
- Method [ <internal:imagick> public method posterizeImage ] {
+ Method [ <internal:imagick> public method oilPaintImage ] {
- - Parameters [2] {
- Parameter #0 [ <required> int $levels ]
- Parameter #1 [ <required> bool $dither ]
+ - Parameters [1] {
+ Parameter #0 [ <required> float $radius ]
}
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method radialBlurImage ] {
+ Method [ <internal:imagick> public method posterizeImage ] {
- Parameters [2] {
- Parameter #0 [ <required> float $angle ]
- Parameter #1 [ <optional> int $channel = Imagick::CHANNEL_DEFAULT ]
+ Parameter #0 [ <required> int $levels ]
+ Parameter #1 [ <required> bool $dither ]
}
- Return [ bool ]
}
@@ -2604,21 +2625,20 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method setImageAttribute ] {
+ Method [ <internal:imagick> public method setImageBackgroundColor ] {
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
+ - Parameters [1] {
+ Parameter #0 [ <required> ImagickPixel|string $background_color ]
}
- Return [ bool ]
}
- Method [ <internal:imagick> public method setImageBackgroundColor ] {
+ Method [ <internal:imagick> public method setImageChannelMask ] {
- Parameters [1] {
- Parameter #0 [ <required> ImagickPixel|string $background_color ]
+ Parameter #0 [ <required> int $channel ]
}
- - Return [ bool ]
+ - Return [ int ]
}
Method [ <internal:imagick> public method setImageCompose ] {
@@ -2818,6 +2838,15 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
+ Method [ <internal:imagick> public method spreadImageWithMethod ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> float $radius ]
+ Parameter #1 [ <required> int $interpolate_method ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:imagick> public method swirlImage ] {
- Parameters [1] {
@@ -2826,6 +2855,15 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
+ Method [ <internal:imagick> public method swirlImageWithMethod ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> float $degrees ]
+ Parameter #1 [ <required> int $interpolate_method ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:imagick> public method stripImage ] {
- Parameters [0] {
@@ -2861,6 +2899,16 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
+ Method [ <internal:imagick> public method addNoiseImageWithAttenuate ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> int $noise ]
+ Parameter #1 [ <required> float $attenuate ]
+ Parameter #2 [ <optional> int $channel = Imagick::CHANNEL_DEFAULT ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:imagick> public method motionBlurImage ] {
- Parameters [4] {
@@ -2872,13 +2920,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method mosaicImages ] {
-
- - Parameters [0] {
- }
- - Return [ Imagick ]
- }
-
Method [ <internal:imagick> public method morphImages ] {
- Parameters [1] {
@@ -2919,6 +2960,17 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
+ Method [ <internal:imagick> public method borderImageWithComposite ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> ImagickPixel|string $border_color ]
+ Parameter #1 [ <required> int $width ]
+ Parameter #2 [ <required> int $height ]
+ Parameter #3 [ <required> int $composite ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:imagick> public method chopImage ] {
- Parameters [4] {
@@ -2962,18 +3014,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ Imagick ]
}
- Method [ <internal, deprecated:imagick> public method colorFloodfillImage ] {
-
- - Parameters [5] {
- Parameter #0 [ <required> ImagickPixel|string $fill_color ]
- Parameter #1 [ <required> float $fuzz ]
- Parameter #2 [ <required> ImagickPixel|string $border_color ]
- Parameter #3 [ <required> int $x ]
- Parameter #4 [ <required> int $y ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:imagick> public method colorizeImage ] {
- Parameters [3] {
@@ -3140,6 +3180,19 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
+ Method [ <internal:imagick> public method frameImageWithComposite ] {
+
+ - Parameters [6] {
+ Parameter #0 [ <required> ImagickPixel|string $matte_color ]
+ Parameter #1 [ <required> int $width ]
+ Parameter #2 [ <required> int $height ]
+ Parameter #3 [ <required> int $inner_bevel ]
+ Parameter #4 [ <required> int $outer_bevel ]
+ Parameter #5 [ <required> int $composite ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:imagick> public method fxImage ] {
- Parameters [2] {
@@ -3168,14 +3221,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method getImageAttribute ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ string ]
- }
-
Method [ <internal:imagick> public method getImageBackgroundColor ] {
- Parameters [0] {
@@ -3215,14 +3260,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ float ]
}
- Method [ <internal, deprecated:imagick> public method getImageChannelExtrema ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $channel ]
- }
- - Return [ array ]
- }
-
Method [ <internal:imagick> public method getImageChannelMean ] {
- Parameters [1] {
@@ -3283,13 +3320,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ float ]
}
- Method [ <internal, deprecated:imagick> public method getImageExtrema ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
Method [ <internal:imagick> public method getImageDispose ] {
- Parameters [0] {
@@ -3339,13 +3369,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ int ]
}
- Method [ <internal, deprecated:imagick> public method getImageMatteColor ] {
-
- - Parameters [0] {
- }
- - Return [ ImagickPixel ]
- }
-
Method [ <internal:imagick> public method getImagePage ] {
- Parameters [0] {
@@ -3362,6 +3385,16 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ ImagickPixel ]
}
+ Method [ <internal:imagick> public method setImagePixelColor ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> int $x ]
+ Parameter #1 [ <required> int $y ]
+ Parameter #2 [ <required> ImagickPixel|string $color ]
+ }
+ - Return [ ImagickPixel ]
+ }
+
Method [ <internal:imagick> public method getImageProfile ] {
- Parameters [1] {
@@ -3480,6 +3513,15 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
+ Method [ <internal:imagick> public method implodeImageWithMethod ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> float $radius ]
+ Parameter #1 [ <required> int $pixel_interpolate_method ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:imagick> public method inverseFourierTransformImage ] {
- Parameters [2] {
@@ -3507,35 +3549,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method mapImage ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> imagick $map ]
- Parameter #1 [ <required> bool $dither ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal, deprecated:imagick> public method matteFloodfillImage ] {
-
- - Parameters [5] {
- Parameter #0 [ <required> float $alpha ]
- Parameter #1 [ <required> float $fuzz ]
- Parameter #2 [ <required> ImagickPixel|string $border_color ]
- Parameter #3 [ <required> int $x ]
- Parameter #4 [ <required> int $y ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal, deprecated:imagick> public method medianFilterImage ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> float $radius ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:imagick> public method negateImage ] {
- Parameters [2] {
@@ -3545,27 +3558,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method paintOpaqueImage ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> ImagickPixel|string $target_color ]
- Parameter #1 [ <required> ImagickPixel|string $fill_color ]
- Parameter #2 [ <required> float $fuzz ]
- Parameter #3 [ <optional> int $channel = Imagick::CHANNEL_DEFAULT ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal, deprecated:imagick> public method paintTransparentImage ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> ImagickPixel|string $target_color ]
- Parameter #1 [ <required> float $alpha ]
- Parameter #2 [ <required> float $fuzz ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:imagick> public method previewImages ] {
- Parameters [1] {
@@ -3607,14 +3599,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method reduceNoiseImage ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> float $radius ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:imagick> public method removeImageProfile ] {
- Parameters [1] {
@@ -3639,22 +3623,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method setImageBias ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> float $bias ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal, deprecated:imagick> public method setImageBiasQuantum ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $bias ]
- }
- - Return [ void ]
- }
-
Method [ <internal:imagick> public method setImageBluePrimary ] {
- Parameters [2] {
@@ -4151,15 +4119,6 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method filter ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> ImagickKernel $kernel ]
- Parameter #1 [ <optional> int $channel = Imagick::CHANNEL_UNDEFINED ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:imagick> public method setAntialias ] {
- Parameters [1] {
@@ -4230,6 +4189,301 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
}
- Return [ void ]
}
+
+ Method [ <internal:imagick> public method identifyImageType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:imagick> public method getImageMask ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $pixelmask ]
+ }
+ - Return [ ?Imagick ]
+ }
+
+ Method [ <internal:imagick> public method setImageMask ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> Imagick $clip_mask ]
+ Parameter #1 [ <required> int $pixelmask ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:imagick> public method cannyEdgeImage ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> float $radius ]
+ Parameter #1 [ <required> float $sigma ]
+ Parameter #2 [ <required> float $lower_percent ]
+ Parameter #3 [ <required> float $upper_percent ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method waveletDenoiseImage ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> float $threshold ]
+ Parameter #1 [ <required> float $softness ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method meanShiftImage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> int $width ]
+ Parameter #1 [ <required> int $height ]
+ Parameter #2 [ <required> float $color_distance ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method kmeansImage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> int $number_colors ]
+ Parameter #1 [ <required> int $max_iterations ]
+ Parameter #2 [ <required> float $tolerance ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method rangeThresholdImage ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> float $low_black ]
+ Parameter #1 [ <required> float $low_white ]
+ Parameter #2 [ <required> float $high_white ]
+ Parameter #3 [ <required> float $high_black ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method autoThresholdImage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $auto_threshold_method ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method bilateralBlurImage ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> float $radius ]
+ Parameter #1 [ <required> float $sigma ]
+ Parameter #2 [ <required> float $intensity_sigma ]
+ Parameter #3 [ <required> float $spatial_sigma ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method claheImage ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> int $width ]
+ Parameter #1 [ <required> int $height ]
+ Parameter #2 [ <required> int $number_bins ]
+ Parameter #3 [ <required> float $clip_limit ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method channelFxImage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $expression ]
+ }
+ - Return [ Imagick ]
+ }
+
+ Method [ <internal:imagick> public method colorThresholdImage ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> ImagickPixel|string $start_color ]
+ Parameter #1 [ <required> ImagickPixel|string $stop_color ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method complexImages ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $complex_operator ]
+ }
+ - Return [ Imagick ]
+ }
+
+ Method [ <internal:imagick> public method interpolativeResizeImage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> int $columns ]
+ Parameter #1 [ <required> int $rows ]
+ Parameter #2 [ <required> int $interpolate ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method levelImageColors ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> ImagickPixel|string $black_color ]
+ Parameter #1 [ <required> ImagickPixel|string $white_color ]
+ Parameter #2 [ <required> bool $invert ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method levelizeImage ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> float $black_point ]
+ Parameter #1 [ <required> float $gamma ]
+ Parameter #2 [ <required> float $white_point ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method orderedDitherImage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $dither_format ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method whiteBalanceImage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method deleteOption ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $option ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method getBackgroundColor ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ImagickPixel ]
+ }
+
+ Method [ <internal:imagick> public method getImageArtifacts ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $pattern = "*" ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:imagick> public method getImageKurtosis ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:imagick> public method getImageMean ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:imagick> public method getImageRange ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:imagick> public method getInterpolateMethod ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:imagick> public method getOptions ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> string $pattern = "*" ]
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:imagick> public method getOrientation ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:imagick> public method getResolution ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:imagick> public method getType ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:imagick> public method polynomialImage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $terms ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method setDepth ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $depth ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method setExtract ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $geometry ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method setInterpolateMethod ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $method ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:imagick> public method setOrientation ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> int $orientation ]
+ }
+ - Return [ bool ]
+ }
}
}
@@ -4567,7 +4821,7 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Return [ bool ]
}
- Method [ <internal, deprecated:imagick> public method matte ] {
+ Method [ <internal:imagick> public method alpha ] {
- Parameters [3] {
Parameter #0 [ <required> float $x ]
@@ -5609,7 +5863,7 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Parameters [1] {
Parameter #0 [ <required> int $color ]
}
- - Return [ int ]
+ - Return [ float ]
}
Method [ <internal:imagick> public method getHSL ] {
@@ -5682,7 +5936,7 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
- Parameters [2] {
Parameter #0 [ <required> int $color ]
- Parameter #1 [ <required> int $value ]
+ Parameter #1 [ <required> float $value ]
}
- Return [ bool ]
}
@@ -5700,7 +5954,7 @@ Extension [ <persistent> extension #76 imagick version 3.7.0 ] {
Method [ <internal:imagick> public method setIndex ] {
- Parameters [1] {
- Parameter #0 [ <required> int $index ]
+ Parameter #0 [ <required> float $index ]
}
- Return [ bool ]
}