Merge "Selenium: replace UserLoginPage with BlankPage where possible"
[lhc/web/wiklou.git] / .phan / internal_stubs / imagick.phan_php
1 <?php
2 // These stubs were generated by the phan stub generator.
3 // @phan-stub-for-extension imagick@3.4.3RC2
4
5 namespace {
6 class Imagick implements \Iterator, \Traversable, \Countable {
7
8 // constants
9 const COLOR_BLACK = 11;
10 const COLOR_BLUE = 12;
11 const COLOR_CYAN = 13;
12 const COLOR_GREEN = 14;
13 const COLOR_RED = 15;
14 const COLOR_YELLOW = 16;
15 const COLOR_MAGENTA = 17;
16 const COLOR_OPACITY = 18;
17 const COLOR_ALPHA = 19;
18 const COLOR_FUZZ = 20;
19 const IMAGICK_EXTNUM = 30403;
20 const IMAGICK_EXTVER = '3.4.3RC2';
21 const QUANTUM_RANGE = 65535;
22 const USE_ZEND_MM = 0;
23 const COMPOSITE_DEFAULT = 40;
24 const COMPOSITE_UNDEFINED = 0;
25 const COMPOSITE_NO = 1;
26 const COMPOSITE_ADD = 2;
27 const COMPOSITE_ATOP = 3;
28 const COMPOSITE_BLEND = 4;
29 const COMPOSITE_BUMPMAP = 5;
30 const COMPOSITE_CLEAR = 7;
31 const COMPOSITE_COLORBURN = 8;
32 const COMPOSITE_COLORDODGE = 9;
33 const COMPOSITE_COLORIZE = 10;
34 const COMPOSITE_COPYBLACK = 11;
35 const COMPOSITE_COPYBLUE = 12;
36 const COMPOSITE_COPY = 13;
37 const COMPOSITE_COPYCYAN = 14;
38 const COMPOSITE_COPYGREEN = 15;
39 const COMPOSITE_COPYMAGENTA = 16;
40 const COMPOSITE_COPYOPACITY = 17;
41 const COMPOSITE_COPYRED = 18;
42 const COMPOSITE_COPYYELLOW = 19;
43 const COMPOSITE_DARKEN = 20;
44 const COMPOSITE_DSTATOP = 21;
45 const COMPOSITE_DST = 22;
46 const COMPOSITE_DSTIN = 23;
47 const COMPOSITE_DSTOUT = 24;
48 const COMPOSITE_DSTOVER = 25;
49 const COMPOSITE_DIFFERENCE = 26;
50 const COMPOSITE_DISPLACE = 27;
51 const COMPOSITE_DISSOLVE = 28;
52 const COMPOSITE_EXCLUSION = 29;
53 const COMPOSITE_HARDLIGHT = 30;
54 const COMPOSITE_HUE = 31;
55 const COMPOSITE_IN = 32;
56 const COMPOSITE_LIGHTEN = 33;
57 const COMPOSITE_LUMINIZE = 35;
58 const COMPOSITE_MINUS = 36;
59 const COMPOSITE_MODULATE = 37;
60 const COMPOSITE_MULTIPLY = 38;
61 const COMPOSITE_OUT = 39;
62 const COMPOSITE_OVER = 40;
63 const COMPOSITE_OVERLAY = 41;
64 const COMPOSITE_PLUS = 42;
65 const COMPOSITE_REPLACE = 43;
66 const COMPOSITE_SATURATE = 44;
67 const COMPOSITE_SCREEN = 45;
68 const COMPOSITE_SOFTLIGHT = 46;
69 const COMPOSITE_SRCATOP = 47;
70 const COMPOSITE_SRC = 48;
71 const COMPOSITE_SRCIN = 49;
72 const COMPOSITE_SRCOUT = 50;
73 const COMPOSITE_SRCOVER = 51;
74 const COMPOSITE_SUBTRACT = 52;
75 const COMPOSITE_THRESHOLD = 53;
76 const COMPOSITE_XOR = 54;
77 const COMPOSITE_CHANGEMASK = 6;
78 const COMPOSITE_LINEARLIGHT = 34;
79 const COMPOSITE_DIVIDE = 55;
80 const COMPOSITE_DISTORT = 56;
81 const COMPOSITE_BLUR = 57;
82 const COMPOSITE_PEGTOPLIGHT = 58;
83 const COMPOSITE_VIVIDLIGHT = 59;
84 const COMPOSITE_PINLIGHT = 60;
85 const COMPOSITE_LINEARDODGE = 61;
86 const COMPOSITE_LINEARBURN = 62;
87 const COMPOSITE_MATHEMATICS = 63;
88 const COMPOSITE_MODULUSADD = 2;
89 const COMPOSITE_MODULUSSUBTRACT = 52;
90 const COMPOSITE_MINUSDST = 36;
91 const COMPOSITE_DIVIDEDST = 55;
92 const COMPOSITE_DIVIDESRC = 64;
93 const COMPOSITE_MINUSSRC = 65;
94 const COMPOSITE_DARKENINTENSITY = 66;
95 const COMPOSITE_LIGHTENINTENSITY = 67;
96 const COMPOSITE_HARDMIX = 68;
97 const MONTAGEMODE_FRAME = 1;
98 const MONTAGEMODE_UNFRAME = 2;
99 const MONTAGEMODE_CONCATENATE = 3;
100 const STYLE_NORMAL = 1;
101 const STYLE_ITALIC = 2;
102 const STYLE_OBLIQUE = 3;
103 const STYLE_ANY = 4;
104 const FILTER_UNDEFINED = 0;
105 const FILTER_POINT = 1;
106 const FILTER_BOX = 2;
107 const FILTER_TRIANGLE = 3;
108 const FILTER_HERMITE = 4;
109 const FILTER_HANNING = 5;
110 const FILTER_HAMMING = 6;
111 const FILTER_BLACKMAN = 7;
112 const FILTER_GAUSSIAN = 8;
113 const FILTER_QUADRATIC = 9;
114 const FILTER_CUBIC = 10;
115 const FILTER_CATROM = 11;
116 const FILTER_MITCHELL = 12;
117 const FILTER_LANCZOS = 22;
118 const FILTER_BESSEL = 13;
119 const FILTER_SINC = 14;
120 const FILTER_KAISER = 16;
121 const FILTER_WELSH = 17;
122 const FILTER_PARZEN = 18;
123 const FILTER_LAGRANGE = 21;
124 const FILTER_SENTINEL = 31;
125 const FILTER_BOHMAN = 19;
126 const FILTER_BARTLETT = 20;
127 const FILTER_JINC = 13;
128 const FILTER_SINCFAST = 15;
129 const FILTER_ROBIDOUX = 26;
130 const FILTER_LANCZOSSHARP = 23;
131 const FILTER_LANCZOS2 = 24;
132 const FILTER_LANCZOS2SHARP = 25;
133 const FILTER_ROBIDOUXSHARP = 27;
134 const FILTER_COSINE = 28;
135 const FILTER_SPLINE = 29;
136 const FILTER_LANCZOSRADIUS = 30;
137 const IMGTYPE_UNDEFINED = 0;
138 const IMGTYPE_BILEVEL = 1;
139 const IMGTYPE_GRAYSCALE = 2;
140 const IMGTYPE_GRAYSCALEMATTE = 3;
141 const IMGTYPE_PALETTE = 4;
142 const IMGTYPE_PALETTEMATTE = 5;
143 const IMGTYPE_TRUECOLOR = 6;
144 const IMGTYPE_TRUECOLORMATTE = 7;
145 const IMGTYPE_COLORSEPARATION = 8;
146 const IMGTYPE_COLORSEPARATIONMATTE = 9;
147 const IMGTYPE_OPTIMIZE = 10;
148 const IMGTYPE_PALETTEBILEVELMATTE = 11;
149 const RESOLUTION_UNDEFINED = 0;
150 const RESOLUTION_PIXELSPERINCH = 1;
151 const RESOLUTION_PIXELSPERCENTIMETER = 2;
152 const COMPRESSION_UNDEFINED = 0;
153 const COMPRESSION_NO = 1;
154 const COMPRESSION_BZIP = 2;
155 const COMPRESSION_FAX = 6;
156 const COMPRESSION_GROUP4 = 7;
157 const COMPRESSION_JPEG = 8;
158 const COMPRESSION_JPEG2000 = 9;
159 const COMPRESSION_LOSSLESSJPEG = 10;
160 const COMPRESSION_LZW = 11;
161 const COMPRESSION_RLE = 12;
162 const COMPRESSION_ZIP = 13;
163 const COMPRESSION_DXT1 = 3;
164 const COMPRESSION_DXT3 = 4;
165 const COMPRESSION_DXT5 = 5;
166 const COMPRESSION_ZIPS = 14;
167 const COMPRESSION_PIZ = 15;
168 const COMPRESSION_PXR24 = 16;
169 const COMPRESSION_B44 = 17;
170 const COMPRESSION_B44A = 18;
171 const COMPRESSION_LZMA = 19;
172 const COMPRESSION_JBIG1 = 20;
173 const COMPRESSION_JBIG2 = 21;
174 const PAINT_POINT = 1;
175 const PAINT_REPLACE = 2;
176 const PAINT_FLOODFILL = 3;
177 const PAINT_FILLTOBORDER = 4;
178 const PAINT_RESET = 5;
179 const GRAVITY_NORTHWEST = 1;
180 const GRAVITY_NORTH = 2;
181 const GRAVITY_NORTHEAST = 3;
182 const GRAVITY_WEST = 4;
183 const GRAVITY_CENTER = 5;
184 const GRAVITY_EAST = 6;
185 const GRAVITY_SOUTHWEST = 7;
186 const GRAVITY_SOUTH = 8;
187 const GRAVITY_SOUTHEAST = 9;
188 const GRAVITY_FORGET = 0;
189 const GRAVITY_STATIC = 10;
190 const STRETCH_NORMAL = 1;
191 const STRETCH_ULTRACONDENSED = 2;
192 const STRETCH_EXTRACONDENSED = 3;
193 const STRETCH_CONDENSED = 4;
194 const STRETCH_SEMICONDENSED = 5;
195 const STRETCH_SEMIEXPANDED = 6;
196 const STRETCH_EXPANDED = 7;
197 const STRETCH_EXTRAEXPANDED = 8;
198 const STRETCH_ULTRAEXPANDED = 9;
199 const STRETCH_ANY = 10;
200 const ALIGN_UNDEFINED = 0;
201 const ALIGN_LEFT = 1;
202 const ALIGN_CENTER = 2;
203 const ALIGN_RIGHT = 3;
204 const DECORATION_NO = 1;
205 const DECORATION_UNDERLINE = 2;
206 const DECORATION_OVERLINE = 3;
207 const DECORATION_LINETROUGH = 4;
208 const DECORATION_LINETHROUGH = 4;
209 const NOISE_UNIFORM = 1;
210 const NOISE_GAUSSIAN = 2;
211 const NOISE_MULTIPLICATIVEGAUSSIAN = 3;
212 const NOISE_IMPULSE = 4;
213 const NOISE_LAPLACIAN = 5;
214 const NOISE_POISSON = 6;
215 const NOISE_RANDOM = 7;
216 const CHANNEL_UNDEFINED = 0;
217 const CHANNEL_RED = 1;
218 const CHANNEL_GRAY = 1;
219 const CHANNEL_CYAN = 1;
220 const CHANNEL_GREEN = 2;
221 const CHANNEL_MAGENTA = 2;
222 const CHANNEL_BLUE = 4;
223 const CHANNEL_YELLOW = 4;
224 const CHANNEL_ALPHA = 8;
225 const CHANNEL_OPACITY = 8;
226 const CHANNEL_MATTE = 8;
227 const CHANNEL_BLACK = 32;
228 const CHANNEL_INDEX = 32;
229 const CHANNEL_ALL = 134217727;
230 const CHANNEL_DEFAULT = 134217719;
231 const CHANNEL_RGBA = 15;
232 const CHANNEL_TRUEALPHA = 64;
233 const CHANNEL_RGBS = 128;
234 const CHANNEL_GRAY_CHANNELS = 128;
235 const CHANNEL_SYNC = 256;
236 const CHANNEL_COMPOSITES = 47;
237 const METRIC_UNDEFINED = 0;
238 const METRIC_ABSOLUTEERRORMETRIC = 1;
239 const METRIC_MEANABSOLUTEERROR = 2;
240 const METRIC_MEANERRORPERPIXELMETRIC = 3;
241 const METRIC_MEANSQUAREERROR = 4;
242 const METRIC_PEAKABSOLUTEERROR = 5;
243 const METRIC_PEAKSIGNALTONOISERATIO = 6;
244 const METRIC_ROOTMEANSQUAREDERROR = 7;
245 const METRIC_NORMALIZEDCROSSCORRELATIONERRORMETRIC = 8;
246 const METRIC_FUZZERROR = 9;
247 const METRIC_PERCEPTUALHASH_ERROR = 255;
248 const PIXEL_CHAR = 1;
249 const PIXEL_DOUBLE = 2;
250 const PIXEL_FLOAT = 3;
251 const PIXEL_INTEGER = 4;
252 const PIXEL_LONG = 5;
253 const PIXEL_QUANTUM = 6;
254 const PIXEL_SHORT = 7;
255 const EVALUATE_UNDEFINED = 0;
256 const EVALUATE_ADD = 1;
257 const EVALUATE_AND = 2;
258 const EVALUATE_DIVIDE = 3;
259 const EVALUATE_LEFTSHIFT = 4;
260 const EVALUATE_MAX = 5;
261 const EVALUATE_MIN = 6;
262 const EVALUATE_MULTIPLY = 7;
263 const EVALUATE_OR = 8;
264 const EVALUATE_RIGHTSHIFT = 9;
265 const EVALUATE_SET = 10;
266 const EVALUATE_SUBTRACT = 11;
267 const EVALUATE_XOR = 12;
268 const EVALUATE_POW = 13;
269 const EVALUATE_LOG = 14;
270 const EVALUATE_THRESHOLD = 15;
271 const EVALUATE_THRESHOLDBLACK = 16;
272 const EVALUATE_THRESHOLDWHITE = 17;
273 const EVALUATE_GAUSSIANNOISE = 18;
274 const EVALUATE_IMPULSENOISE = 19;
275 const EVALUATE_LAPLACIANNOISE = 20;
276 const EVALUATE_MULTIPLICATIVENOISE = 21;
277 const EVALUATE_POISSONNOISE = 22;
278 const EVALUATE_UNIFORMNOISE = 23;
279 const EVALUATE_COSINE = 24;
280 const EVALUATE_SINE = 25;
281 const EVALUATE_ADDMODULUS = 26;
282 const EVALUATE_MEAN = 27;
283 const EVALUATE_ABS = 28;
284 const EVALUATE_EXPONENTIAL = 29;
285 const EVALUATE_MEDIAN = 30;
286 const EVALUATE_SUM = 31;
287 const EVALUATE_ROOT_MEAN_SQUARE = 32;
288 const COLORSPACE_UNDEFINED = 0;
289 const COLORSPACE_RGB = 1;
290 const COLORSPACE_GRAY = 2;
291 const COLORSPACE_TRANSPARENT = 3;
292 const COLORSPACE_OHTA = 4;
293 const COLORSPACE_LAB = 5;
294 const COLORSPACE_XYZ = 6;
295 const COLORSPACE_YCBCR = 7;
296 const COLORSPACE_YCC = 8;
297 const COLORSPACE_YIQ = 9;
298 const COLORSPACE_YPBPR = 10;
299 const COLORSPACE_YUV = 11;
300 const COLORSPACE_CMYK = 12;
301 const COLORSPACE_SRGB = 13;
302 const COLORSPACE_HSB = 14;
303 const COLORSPACE_HSL = 15;
304 const COLORSPACE_HWB = 16;
305 const COLORSPACE_REC601LUMA = 17;
306 const COLORSPACE_REC709LUMA = 19;
307 const COLORSPACE_LOG = 21;
308 const COLORSPACE_CMY = 22;
309 const COLORSPACE_LUV = 23;
310 const COLORSPACE_HCL = 24;
311 const COLORSPACE_LCH = 25;
312 const COLORSPACE_LMS = 26;
313 const COLORSPACE_LCHAB = 27;
314 const COLORSPACE_LCHUV = 28;
315 const COLORSPACE_SCRGB = 29;
316 const COLORSPACE_HSI = 30;
317 const COLORSPACE_HSV = 31;
318 const COLORSPACE_HCLP = 32;
319 const COLORSPACE_YDBDR = 33;
320 const COLORSPACE_REC601YCBCR = 18;
321 const COLORSPACE_REC709YCBCR = 20;
322 const COLORSPACE_XYY = 34;
323 const VIRTUALPIXELMETHOD_UNDEFINED = 0;
324 const VIRTUALPIXELMETHOD_BACKGROUND = 1;
325 const VIRTUALPIXELMETHOD_CONSTANT = 2;
326 const VIRTUALPIXELMETHOD_EDGE = 4;
327 const VIRTUALPIXELMETHOD_MIRROR = 5;
328 const VIRTUALPIXELMETHOD_TILE = 7;
329 const VIRTUALPIXELMETHOD_TRANSPARENT = 8;
330 const VIRTUALPIXELMETHOD_MASK = 9;
331 const VIRTUALPIXELMETHOD_BLACK = 10;
332 const VIRTUALPIXELMETHOD_GRAY = 11;
333 const VIRTUALPIXELMETHOD_WHITE = 12;
334 const VIRTUALPIXELMETHOD_HORIZONTALTILE = 13;
335 const VIRTUALPIXELMETHOD_VERTICALTILE = 14;
336 const VIRTUALPIXELMETHOD_HORIZONTALTILEEDGE = 15;
337 const VIRTUALPIXELMETHOD_VERTICALTILEEDGE = 16;
338 const VIRTUALPIXELMETHOD_CHECKERTILE = 17;
339 const PREVIEW_UNDEFINED = 0;
340 const PREVIEW_ROTATE = 1;
341 const PREVIEW_SHEAR = 2;
342 const PREVIEW_ROLL = 3;
343 const PREVIEW_HUE = 4;
344 const PREVIEW_SATURATION = 5;
345 const PREVIEW_BRIGHTNESS = 6;
346 const PREVIEW_GAMMA = 7;
347 const PREVIEW_SPIFF = 8;
348 const PREVIEW_DULL = 9;
349 const PREVIEW_GRAYSCALE = 10;
350 const PREVIEW_QUANTIZE = 11;
351 const PREVIEW_DESPECKLE = 12;
352 const PREVIEW_REDUCENOISE = 13;
353 const PREVIEW_ADDNOISE = 14;
354 const PREVIEW_SHARPEN = 15;
355 const PREVIEW_BLUR = 16;
356 const PREVIEW_THRESHOLD = 17;
357 const PREVIEW_EDGEDETECT = 18;
358 const PREVIEW_SPREAD = 19;
359 const PREVIEW_SOLARIZE = 20;
360 const PREVIEW_SHADE = 21;
361 const PREVIEW_RAISE = 22;
362 const PREVIEW_SEGMENT = 23;
363 const PREVIEW_SWIRL = 24;
364 const PREVIEW_IMPLODE = 25;
365 const PREVIEW_WAVE = 26;
366 const PREVIEW_OILPAINT = 27;
367 const PREVIEW_CHARCOALDRAWING = 28;
368 const PREVIEW_JPEG = 29;
369 const RENDERINGINTENT_UNDEFINED = 0;
370 const RENDERINGINTENT_SATURATION = 1;
371 const RENDERINGINTENT_PERCEPTUAL = 2;
372 const RENDERINGINTENT_ABSOLUTE = 3;
373 const RENDERINGINTENT_RELATIVE = 4;
374 const INTERLACE_UNDEFINED = 0;
375 const INTERLACE_NO = 1;
376 const INTERLACE_LINE = 2;
377 const INTERLACE_PLANE = 3;
378 const INTERLACE_PARTITION = 4;
379 const INTERLACE_GIF = 5;
380 const INTERLACE_JPEG = 6;
381 const INTERLACE_PNG = 7;
382 const FILLRULE_UNDEFINED = 0;
383 const FILLRULE_EVENODD = 1;
384 const FILLRULE_NONZERO = 2;
385 const PATHUNITS_UNDEFINED = 0;
386 const PATHUNITS_USERSPACE = 1;
387 const PATHUNITS_USERSPACEONUSE = 2;
388 const PATHUNITS_OBJECTBOUNDINGBOX = 3;
389 const LINECAP_UNDEFINED = 0;
390 const LINECAP_BUTT = 1;
391 const LINECAP_ROUND = 2;
392 const LINECAP_SQUARE = 3;
393 const LINEJOIN_UNDEFINED = 0;
394 const LINEJOIN_MITER = 1;
395 const LINEJOIN_ROUND = 2;
396 const LINEJOIN_BEVEL = 3;
397 const RESOURCETYPE_UNDEFINED = 0;
398 const RESOURCETYPE_AREA = 1;
399 const RESOURCETYPE_DISK = 2;
400 const RESOURCETYPE_FILE = 3;
401 const RESOURCETYPE_MAP = 4;
402 const RESOURCETYPE_MEMORY = 5;
403 const RESOURCETYPE_TIME = 7;
404 const RESOURCETYPE_THROTTLE = 8;
405 const RESOURCETYPE_THREAD = 6;
406 const RESOURCETYPE_WIDTH = 9;
407 const RESOURCETYPE_HEIGHT = 10;
408 const DISPOSE_UNRECOGNIZED = 0;
409 const DISPOSE_UNDEFINED = 0;
410 const DISPOSE_NONE = 1;
411 const DISPOSE_BACKGROUND = 2;
412 const DISPOSE_PREVIOUS = 3;
413 const INTERPOLATE_UNDEFINED = 0;
414 const INTERPOLATE_AVERAGE = 1;
415 const INTERPOLATE_BICUBIC = 2;
416 const INTERPOLATE_BILINEAR = 3;
417 const INTERPOLATE_FILTER = 4;
418 const INTERPOLATE_INTEGER = 5;
419 const INTERPOLATE_MESH = 6;
420 const INTERPOLATE_NEARESTNEIGHBOR = 7;
421 const INTERPOLATE_SPLINE = 8;
422 const INTERPOLATE_AVERAGE_9 = 9;
423 const INTERPOLATE_AVERAGE_16 = 10;
424 const INTERPOLATE_BLEND = 11;
425 const INTERPOLATE_BACKGROUND_COLOR = 12;
426 const INTERPOLATE_CATROM = 13;
427 const LAYERMETHOD_UNDEFINED = 0;
428 const LAYERMETHOD_COALESCE = 1;
429 const LAYERMETHOD_COMPAREANY = 2;
430 const LAYERMETHOD_COMPARECLEAR = 3;
431 const LAYERMETHOD_COMPAREOVERLAY = 4;
432 const LAYERMETHOD_DISPOSE = 5;
433 const LAYERMETHOD_OPTIMIZE = 6;
434 const LAYERMETHOD_OPTIMIZEPLUS = 8;
435 const LAYERMETHOD_OPTIMIZETRANS = 9;
436 const LAYERMETHOD_COMPOSITE = 12;
437 const LAYERMETHOD_OPTIMIZEIMAGE = 7;
438 const LAYERMETHOD_REMOVEDUPS = 10;
439 const LAYERMETHOD_REMOVEZERO = 11;
440 const LAYERMETHOD_TRIMBOUNDS = 16;
441 const ORIENTATION_UNDEFINED = 0;
442 const ORIENTATION_TOPLEFT = 1;
443 const ORIENTATION_TOPRIGHT = 2;
444 const ORIENTATION_BOTTOMRIGHT = 3;
445 const ORIENTATION_BOTTOMLEFT = 4;
446 const ORIENTATION_LEFTTOP = 5;
447 const ORIENTATION_RIGHTTOP = 6;
448 const ORIENTATION_RIGHTBOTTOM = 7;
449 const ORIENTATION_LEFTBOTTOM = 8;
450 const DISTORTION_UNDEFINED = 0;
451 const DISTORTION_AFFINE = 1;
452 const DISTORTION_AFFINEPROJECTION = 2;
453 const DISTORTION_ARC = 9;
454 const DISTORTION_BILINEAR = 6;
455 const DISTORTION_PERSPECTIVE = 4;
456 const DISTORTION_PERSPECTIVEPROJECTION = 5;
457 const DISTORTION_SCALEROTATETRANSLATE = 3;
458 const DISTORTION_POLYNOMIAL = 8;
459 const DISTORTION_POLAR = 10;
460 const DISTORTION_DEPOLAR = 11;
461 const DISTORTION_BARREL = 14;
462 const DISTORTION_SHEPARDS = 16;
463 const DISTORTION_SENTINEL = 18;
464 const DISTORTION_BARRELINVERSE = 15;
465 const DISTORTION_BILINEARFORWARD = 6;
466 const DISTORTION_BILINEARREVERSE = 7;
467 const DISTORTION_RESIZE = 17;
468 const DISTORTION_CYLINDER2PLANE = 12;
469 const DISTORTION_PLANE2CYLINDER = 13;
470 const LAYERMETHOD_MERGE = 13;
471 const LAYERMETHOD_FLATTEN = 14;
472 const LAYERMETHOD_MOSAIC = 15;
473 const ALPHACHANNEL_ACTIVATE = 1;
474 const ALPHACHANNEL_RESET = 7;
475 const ALPHACHANNEL_SET = 8;
476 const ALPHACHANNEL_UNDEFINED = 0;
477 const ALPHACHANNEL_COPY = 3;
478 const ALPHACHANNEL_DEACTIVATE = 4;
479 const ALPHACHANNEL_EXTRACT = 5;
480 const ALPHACHANNEL_OPAQUE = 6;
481 const ALPHACHANNEL_SHAPE = 9;
482 const ALPHACHANNEL_TRANSPARENT = 10;
483 const ALPHACHANNEL_ASSOCIATE = 13;
484 const ALPHACHANNEL_DISSOCIATE = 14;
485 const SPARSECOLORMETHOD_UNDEFINED = 0;
486 const SPARSECOLORMETHOD_BARYCENTRIC = 1;
487 const SPARSECOLORMETHOD_BILINEAR = 7;
488 const SPARSECOLORMETHOD_POLYNOMIAL = 8;
489 const SPARSECOLORMETHOD_SPEPARDS = 16;
490 const SPARSECOLORMETHOD_VORONOI = 18;
491 const SPARSECOLORMETHOD_INVERSE = 19;
492 const SPARSECOLORMETHOD_MANHATTAN = 20;
493 const DITHERMETHOD_UNDEFINED = 0;
494 const DITHERMETHOD_NO = 1;
495 const DITHERMETHOD_RIEMERSMA = 2;
496 const DITHERMETHOD_FLOYDSTEINBERG = 3;
497 const FUNCTION_UNDEFINED = 0;
498 const FUNCTION_POLYNOMIAL = 1;
499 const FUNCTION_SINUSOID = 2;
500 const ALPHACHANNEL_BACKGROUND = 2;
501 const FUNCTION_ARCSIN = 3;
502 const FUNCTION_ARCTAN = 4;
503 const ALPHACHANNEL_FLATTEN = 11;
504 const ALPHACHANNEL_REMOVE = 12;
505 const STATISTIC_GRADIENT = 1;
506 const STATISTIC_MAXIMUM = 2;
507 const STATISTIC_MEAN = 3;
508 const STATISTIC_MEDIAN = 4;
509 const STATISTIC_MINIMUM = 5;
510 const STATISTIC_MODE = 6;
511 const STATISTIC_NONPEAK = 7;
512 const STATISTIC_STANDARD_DEVIATION = 8;
513 const STATISTIC_ROOT_MEAN_SQUARE = 9;
514 const MORPHOLOGY_CONVOLVE = 1;
515 const MORPHOLOGY_CORRELATE = 2;
516 const MORPHOLOGY_ERODE = 3;
517 const MORPHOLOGY_DILATE = 4;
518 const MORPHOLOGY_ERODE_INTENSITY = 5;
519 const MORPHOLOGY_DILATE_INTENSITY = 6;
520 const MORPHOLOGY_DISTANCE = 7;
521 const MORPHOLOGY_OPEN = 8;
522 const MORPHOLOGY_CLOSE = 9;
523 const MORPHOLOGY_OPEN_INTENSITY = 10;
524 const MORPHOLOGY_CLOSE_INTENSITY = 11;
525 const MORPHOLOGY_SMOOTH = 12;
526 const MORPHOLOGY_EDGE_IN = 13;
527 const MORPHOLOGY_EDGE_OUT = 14;
528 const MORPHOLOGY_EDGE = 15;
529 const MORPHOLOGY_TOP_HAT = 16;
530 const MORPHOLOGY_BOTTOM_HAT = 17;
531 const MORPHOLOGY_HIT_AND_MISS = 18;
532 const MORPHOLOGY_THINNING = 19;
533 const MORPHOLOGY_THICKEN = 20;
534 const MORPHOLOGY_VORONOI = 21;
535 const MORPHOLOGY_ITERATIVE = 22;
536 const KERNEL_UNITY = 1;
537 const KERNEL_GAUSSIAN = 2;
538 const KERNEL_DIFFERENCE_OF_GAUSSIANS = 3;
539 const KERNEL_LAPLACIAN_OF_GAUSSIANS = 4;
540 const KERNEL_BLUR = 5;
541 const KERNEL_COMET = 6;
542 const KERNEL_LAPLACIAN = 7;
543 const KERNEL_SOBEL = 8;
544 const KERNEL_FREI_CHEN = 9;
545 const KERNEL_ROBERTS = 10;
546 const KERNEL_PREWITT = 11;
547 const KERNEL_COMPASS = 12;
548 const KERNEL_KIRSCH = 13;
549 const KERNEL_DIAMOND = 14;
550 const KERNEL_SQUARE = 15;
551 const KERNEL_RECTANGLE = 16;
552 const KERNEL_OCTAGON = 17;
553 const KERNEL_DISK = 18;
554 const KERNEL_PLUS = 19;
555 const KERNEL_CROSS = 20;
556 const KERNEL_RING = 21;
557 const KERNEL_PEAKS = 22;
558 const KERNEL_EDGES = 23;
559 const KERNEL_CORNERS = 24;
560 const KERNEL_DIAGONALS = 25;
561 const KERNEL_LINE_ENDS = 26;
562 const KERNEL_LINE_JUNCTIONS = 27;
563 const KERNEL_RIDGES = 28;
564 const KERNEL_CONVEX_HULL = 29;
565 const KERNEL_THIN_SE = 30;
566 const KERNEL_SKELETON = 31;
567 const KERNEL_CHEBYSHEV = 32;
568 const KERNEL_MANHATTAN = 33;
569 const KERNEL_OCTAGONAL = 34;
570 const KERNEL_EUCLIDEAN = 35;
571 const KERNEL_USER_DEFINED = 36;
572 const KERNEL_BINOMIAL = 37;
573 const DIRECTION_LEFT_TO_RIGHT = 2;
574 const DIRECTION_RIGHT_TO_LEFT = 1;
575 const NORMALIZE_KERNEL_NONE = 0;
576 const NORMALIZE_KERNEL_VALUE = 8192;
577 const NORMALIZE_KERNEL_CORRELATE = 65536;
578 const NORMALIZE_KERNEL_PERCENT = 4096;
579
580 // methods
581 public function optimizeimagelayers() {}
582 public function compareimagelayers($LAYER) {}
583 public function pingimageblob($imageContents) {}
584 public function pingimagefile($fp) {}
585 public function transposeimage() {}
586 public function transverseimage() {}
587 public function trimimage($fuzz) {}
588 public function waveimage($amplitude, $waveLenght) {}
589 public function vignetteimage($blackPoint, $whitePoint, $x, $y) {}
590 public function uniqueimagecolors() {}
591 public function getimagematte() {}
592 public function setimagematte($enable) {}
593 public function adaptiveresizeimage($columns, $rows, $bestfit = null, $legacy = null) {}
594 public function sketchimage($radius, $sigma, $angle) {}
595 public function shadeimage($gray, $azimuth, $elevation) {}
596 public function getsizeoffset() {}
597 public function setsizeoffset($columns, $rows, $offset) {}
598 public function adaptiveblurimage($radius, $sigma, $CHANNEL = null) {}
599 public function contraststretchimage($blackPoint, $whitePoint, $CHANNEL = null) {}
600 public function adaptivesharpenimage($radius, $sigma, $CHANNEL = null) {}
601 public function randomthresholdimage($low, $high, $CHANNELTYPE = null) {}
602 public function roundcornersimage($xRounding, $yRounding, $strokeWidth = null, $displace = null, $sizeCorrection = null) {}
603 public function roundcorners($xRounding, $yRounding, $strokeWidth = null, $displace = null, $sizeCorrection = null) {}
604 public function setiteratorindex($index) {}
605 public function getiteratorindex() {}
606 public function transformimage($crop, $geometry) {}
607 public function setimageopacity($opacity) {}
608 public function orderedposterizeimage($threshold_map, $CHANNEL = null) {}
609 public function polaroidimage(\ImagickDraw $ImagickDraw, $angle) {}
610 public function getimageproperty($name) {}
611 public function setimageproperty($name, $value) {}
612 public function deleteimageproperty($name) {}
613 public function identifyformat($embedText) {}
614 public function setimageinterpolatemethod($INTERPOLATE) {}
615 public function getimageinterpolatemethod() {}
616 public function linearstretchimage($blackPoint, $whitePoint) {}
617 public function getimagelength() {}
618 public function extentimage($width, $height, $x, $y) {}
619 public function getimageorientation() {}
620 public function setimageorientation($ORIENTATION) {}
621 public function paintfloodfillimage($CHANNEL, $fill, $fuzz, $bordercolor, $x, $y) {}
622 public function clutimage(\Imagick $Imagick, $CHANNELTYPE = null) {}
623 public function getimageproperties($pattern = null, $values = null) {}
624 public function getimageprofiles($pattern = null, $values = null) {}
625 public function distortimage($method, $arguments, $bestfit) {}
626 public function writeimagefile($handle, $format = null) {}
627 public function writeimagesfile($handle, $format = null) {}
628 public function resetimagepage($page) {}
629 public function setimageclipmask(\Imagick $Imagick) {}
630 public function getimageclipmask() {}
631 public function animateimages($server_name) {}
632 public function recolorimage($matrix) {}
633 public function setfont($font) {}
634 public function getfont() {}
635 public function setpointsize($pointsize) {}
636 public function getpointsize() {}
637 public function mergeimagelayers($LAYERMETHOD) {}
638 public function setimagealphachannel($ALPHACHANNELTYPE) {}
639 public function floodfillpaintimage($fill, $fuzz, $bordercolor, $x, $y, $invert, $CHANNEL = null) {}
640 public function opaquepaintimage($target, $fill, $fuzz, $invert, $CHANNEL = null) {}
641 public function transparentpaintimage($target, $alpha, $fuzz, $invert) {}
642 public function liquidrescaleimage($columns, $rows, $delta_x, $rigidity) {}
643 public function encipherimage($passphrase) {}
644 public function decipherimage($passphrase) {}
645 public function setgravity($GRAVITY) {}
646 public function getgravity() {}
647 public function getimagechannelrange($CHANNEL) {}
648 public function getimagealphachannel() {}
649 public function getimagechanneldistortions(\Imagick $Imagick, $METRICTYPE = null, $CHANNEL = null) {}
650 public function setimagegravity($GRAVITY) {}
651 public function getimagegravity() {}
652 public function importimagepixels($x, $y, $width, $height, $map, $storage, $PIXEL) {}
653 public function deskewimage($threshold) {}
654 public function segmentimage($COLORSPACE, $cluster_threshold, $smooth_threshold, $verbose = null) {}
655 public function sparsecolorimage($SPARSE_METHOD, $arguments, $CHANNEL = null) {}
656 public function remapimage(\Imagick $Imagick, $DITHER) {}
657 public function exportimagepixels($x, $y, $width, $height, $map, $STORAGE) {}
658 public function getimagechannelkurtosis($CHANNEL = null) {}
659 public function functionimage($FUNCTION, $arguments) {}
660 public function transformimagecolorspace($COLORSPACE) {}
661 public function haldclutimage(\Imagick $Imagick, $CHANNEL = null) {}
662 public function autolevelimage($CHANNEL = null) {}
663 public function blueshiftimage($factor = null) {}
664 public function getimageartifact($artifact) {}
665 public function setimageartifact($artifact, $value) {}
666 public function deleteimageartifact($artifact) {}
667 public function getcolorspace() {}
668 public function setcolorspace($COLORSPACE) {}
669 public function clampimage($CHANNEL = null) {}
670 public function smushimages($stack, $offset) {}
671 public function __construct($files = null) {}
672 public function __toString() {}
673 public function count($mode = null) {}
674 public function getpixeliterator() {}
675 public function getpixelregioniterator($x, $y, $columns, $rows, $modify) {}
676 public function readimage($filename) {}
677 public function readimages($filenames) {}
678 public function readimageblob($imageContents, $filename = null) {}
679 public function setimageformat($imageFormat) {}
680 public function scaleimage($width, $height, $bestfit = null, $legacy = null) {}
681 public function writeimage($filename = null) {}
682 public function writeimages($filename, $adjoin) {}
683 public function blurimage($radius, $sigma, $CHANNELTYPE = null) {}
684 public function thumbnailimage($width, $height, $bestfit = null, $fill = null, $legacy = null) {}
685 public function cropthumbnailimage($width, $height, $legacy = null) {}
686 public function getimagefilename() {}
687 public function setimagefilename($filename) {}
688 public function getimageformat() {}
689 public function getimagemimetype() {}
690 public function removeimage() {}
691 public function destroy() {}
692 public function clear() {}
693 public function clone() {}
694 public function getimagesize() {}
695 public function getimageblob() {}
696 public function getimagesblob() {}
697 public function setfirstiterator() {}
698 public function setlastiterator() {}
699 public function resetiterator() {}
700 public function previousimage() {}
701 public function nextimage() {}
702 public function haspreviousimage() {}
703 public function hasnextimage() {}
704 public function setimageindex($index) {}
705 public function getimageindex() {}
706 public function commentimage($comment) {}
707 public function cropimage($width, $height, $x, $y) {}
708 public function labelimage($label) {}
709 public function getimagegeometry() {}
710 public function drawimage(\ImagickDraw $ImagickDraw) {}
711 public function setimagecompressionquality($quality) {}
712 public function getimagecompressionquality() {}
713 public function setimagecompression($COMPRESSION) {}
714 public function getimagecompression() {}
715 public function annotateimage(\ImagickDraw $ImagickDraw, $x, $y, $angle, $text) {}
716 public function compositeimage(\Imagick $Imagick, $COMPOSITE, $x, $y, $CHANNELTYPE = null) {}
717 public function modulateimage($brightness, $saturation, $hue) {}
718 public function getimagecolors() {}
719 public function montageimage(\ImagickDraw $ImagickDraw, $tileGeometry, $thumbnailGeometry, $MONTAGEMODE, $frame) {}
720 public function identifyimage($appendRawOutput = null) {}
721 public function thresholdimage($threshold, $CHANNELTYPE = null) {}
722 public function adaptivethresholdimage($width, $height, $offset) {}
723 public function blackthresholdimage($color) {}
724 public function whitethresholdimage($color) {}
725 public function appendimages($stack) {}
726 public function charcoalimage($radius, $sigma) {}
727 public function normalizeimage($CHANNEL = null) {}
728 public function oilpaintimage($radius) {}
729 public function posterizeimage($levels, $dither) {}
730 public function radialblurimage($angle, $CHANNEL = null) {}
731 public function raiseimage($width, $height, $x, $y, $raise) {}
732 public function resampleimage($xResolution, $yResolution, $FILTER, $blur) {}
733 public function resizeimage($x, $y, $filter = null, $blur = null, $bestfit = null, $legacy = null) {}
734 public function rollimage($x, $y) {}
735 public function rotateimage($color, $degrees) {}
736 public function sampleimage($columns, $rows) {}
737 public function solarizeimage($threshold) {}
738 public function shadowimage($opacity, $sigma, $x, $y) {}
739 public function setimageattribute($key, $value) {}
740 public function setimagebackgroundcolor($color) {}
741 public function setimagecompose($COMPOSITE) {}
742 public function setimagedelay($delay) {}
743 public function setimagedepth($depth) {}
744 public function setimagegamma($gamma) {}
745 public function setimageiterations($iterations) {}
746 public function setimagemattecolor($color) {}
747 public function setimagepage($width, $height, $x, $y) {}
748 public function setimageprogressmonitor($filename) {}
749 public function setprogressmonitor($callback) {}
750 public function setimageresolution($xResolution, $yResolution) {}
751 public function setimagescene($scene) {}
752 public function setimagetickspersecond($ticksPerSecond) {}
753 public function setimagetype($IMGTYPE) {}
754 public function setimageunits($RESOLUTION) {}
755 public function sharpenimage($radius, $sigma, $CHANNEL = null) {}
756 public function shaveimage($columns, $rows) {}
757 public function shearimage($color, $xShear, $yShear) {}
758 public function spliceimage($width, $height, $x, $y) {}
759 public function pingimage($filename) {}
760 public function readimagefile($fp) {}
761 public function displayimage($serverName) {}
762 public function displayimages($serverName) {}
763 public function spreadimage($radius) {}
764 public function swirlimage($degrees) {}
765 public function stripimage() {}
766 public static function queryformats($pattern) {}
767 public static function queryfonts($pattern) {}
768 public function queryfontmetrics(\ImagickDraw $ImagickDraw, $text, $multiline = null) {}
769 public function steganoimage(\Imagick $Imagick, $offset) {}
770 public function addnoiseimage($NOISE, $CHANNEL = null) {}
771 public function motionblurimage($radius, $sigma, $angle, $CHANNEL = null) {}
772 public function mosaicimages() {}
773 public function morphimages($frames) {}
774 public function minifyimage() {}
775 public function affinetransformimage(\ImagickDraw $ImagickDraw) {}
776 public function averageimages() {}
777 public function borderimage($color, $width, $height) {}
778 public static function calculatecrop($orig_width, $orig_height, $desired_width, $desired_height, $legacy = null) {}
779 public function chopimage($width, $height, $x, $y) {}
780 public function clipimage() {}
781 public function clippathimage($pathname, $inside) {}
782 public function clipimagepath($pathname, $inside) {}
783 public function coalesceimages() {}
784 public function colorfloodfillimage($fill_color, $fuzz, $border_color, $y, $x) {}
785 public function colorizeimage($colorize_color, $opacity, $legacy = null) {}
786 public function compareimagechannels(\Imagick $Imagick, $CHANNEL, $METRIC) {}
787 public function compareimages(\Imagick $Imagick, $METRIC) {}
788 public function contrastimage($sharpen) {}
789 public function combineimages() {}
790 public function convolveimage($kernel, $CHANNEL = null) {}
791 public function cyclecolormapimage($displace) {}
792 public function deconstructimages() {}
793 public function despeckleimage() {}
794 public function edgeimage($radius) {}
795 public function embossimage($radius, $sigma) {}
796 public function enhanceimage() {}
797 public function equalizeimage() {}
798 public function evaluateimage($EVALUATE, $constant, $CHANNEL = null) {}
799 public function evaluateimages($EVALUATE) {}
800 public function flattenimages() {}
801 public function flipimage() {}
802 public function flopimage() {}
803 public function forwardfouriertransformimage($magnitude) {}
804 public function frameimage($color, $width, $height, $innerBevel, $outerBevel) {}
805 public function fximage($expression, $CHANNEL = null) {}
806 public function gammaimage($gamma, $CHANNEL = null) {}
807 public function gaussianblurimage($radius, $sigma, $CHANNEL = null) {}
808 public function getimageattribute($key) {}
809 public function getimagebackgroundcolor() {}
810 public function getimageblueprimary() {}
811 public function getimagebordercolor() {}
812 public function getimagechanneldepth($CHANNEL) {}
813 public function getimagechanneldistortion(\Imagick $Imagick, $CHANNEL, $METRIC) {}
814 public function getimagechannelextrema($CHANNEL) {}
815 public function getimagechannelmean($CHANNEL) {}
816 public function getimagechannelstatistics() {}
817 public function getimagecolormapcolor($index) {}
818 public function getimagecolorspace() {}
819 public function getimagecompose() {}
820 public function getimagedelay() {}
821 public function getimagedepth() {}
822 public function getimagedistortion(\Imagick $Imagick, $METRIC) {}
823 public function getimageextrema() {}
824 public function getimagedispose() {}
825 public function getimagegamma() {}
826 public function getimagegreenprimary() {}
827 public function getimageheight() {}
828 public function getimagehistogram() {}
829 public function getimageinterlacescheme() {}
830 public function getimageiterations() {}
831 public function getimagemattecolor() {}
832 public function getimagepage() {}
833 public function getimagepixelcolor($x, $y) {}
834 public function getimageprofile($name) {}
835 public function getimageredprimary() {}
836 public function getimagerenderingintent() {}
837 public function getimageresolution() {}
838 public function getimagescene() {}
839 public function getimagesignature() {}
840 public function getimagetickspersecond() {}
841 public function getimagetype() {}
842 public function getimageunits() {}
843 public function getimagevirtualpixelmethod() {}
844 public function getimagewhitepoint() {}
845 public function getimagewidth() {}
846 public function getnumberimages() {}
847 public function getimagetotalinkdensity() {}
848 public function getimageregion($width, $height, $x, $y) {}
849 public function implodeimage($radius) {}
850 public function inversefouriertransformimage($complement, $magnitude) {}
851 public function levelimage($blackPoint, $gamma, $whitePoint, $CHANNEL = null) {}
852 public function magnifyimage() {}
853 public function mapimage(\Imagick $Imagick, $dither) {}
854 public function mattefloodfillimage($alpha, $fuzz, $color, $x, $y) {}
855 public function medianfilterimage($radius) {}
856 public function negateimage($gray, $CHANNEL = null) {}
857 public function paintopaqueimage($target_color, $fill_color, $fuzz, $CHANNEL = null) {}
858 public function painttransparentimage($target_color, $alpha, $fuzz) {}
859 public function previewimages($PREVIEW) {}
860 public function profileimage($name, $profile) {}
861 public function quantizeimage($numColors, $COLORSPACE, $treeDepth, $dither, $measureError) {}
862 public function quantizeimages($numColors, $COLORSPACE, $treeDepth, $dither, $measureError) {}
863 public function reducenoiseimage($radius) {}
864 public function removeimageprofile($name) {}
865 public function separateimagechannel($CHANNEL) {}
866 public function sepiatoneimage($threshold) {}
867 public function setimagebias($bias) {}
868 public function setimagebiasquantum($bias) {}
869 public function setimageblueprimary($x, $y) {}
870 public function setimagebordercolor($color) {}
871 public function setimagechanneldepth($CHANNEL, $depth) {}
872 public function setimagecolormapcolor($index, $color) {}
873 public function setimagecolorspace($COLORSPACE) {}
874 public function setimagedispose($DISPOSETYPE) {}
875 public function setimageextent($columns, $rows) {}
876 public function setimagegreenprimary($x, $y) {}
877 public function setimageinterlacescheme($INTERLACE) {}
878 public function setimageprofile($name, $profile) {}
879 public function setimageredprimary($x, $y) {}
880 public function setimagerenderingintent($RENDERINGINTENT) {}
881 public function setimagevirtualpixelmethod($VIRTUALPIXELMETHOD) {}
882 public function setimagewhitepoint($x, $y) {}
883 public function sigmoidalcontrastimage($sharpen, $contrast, $midpoint, $CHANNEL = null) {}
884 public function stereoimage(\Imagick $Imagick) {}
885 public function textureimage(\Imagick $Imagick) {}
886 public function tintimage($tint_color, $opacity, $legacy = null) {}
887 public function unsharpmaskimage($radius, $sigma, $amount, $threshold, $CHANNEL = null) {}
888 public function getimage() {}
889 public function addimage(\Imagick $Imagick) {}
890 public function setimage(\Imagick $Imagick) {}
891 public function newimage($columns, $rows, $background_color, $format = null) {}
892 public function newpseudoimage($columns, $rows, $pseudoString) {}
893 public function getcompression() {}
894 public function getcompressionquality() {}
895 public static function getcopyright() {}
896 public static function getconfigureoptions($pattern = null) {}
897 public static function getfeatures() {}
898 public function getfilename() {}
899 public function getformat() {}
900 public static function gethomeurl() {}
901 public function getinterlacescheme() {}
902 public function getoption($key) {}
903 public static function getpackagename() {}
904 public function getpage() {}
905 public static function getquantum() {}
906 public static function gethdrienabled() {}
907 public static function getquantumdepth() {}
908 public static function getquantumrange() {}
909 public static function getreleasedate() {}
910 public static function getresource($resource_type) {}
911 public static function getresourcelimit($resource_type) {}
912 public function getsamplingfactors() {}
913 public function getsize() {}
914 public static function getversion() {}
915 public function setbackgroundcolor($color) {}
916 public function setcompression($compression) {}
917 public function setcompressionquality($compressionquality) {}
918 public function setfilename($filename) {}
919 public function setformat($format) {}
920 public function setinterlacescheme($INTERLACE) {}
921 public function setoption($key, $value) {}
922 public function setpage($width, $height, $x, $y) {}
923 public static function setresourcelimit($RESOURCETYPE, $limit) {}
924 public function setresolution($xResolution, $yResolution) {}
925 public function setsamplingfactors($factors) {}
926 public function setsize($columns, $rows) {}
927 public function settype($IMGTYPE) {}
928 public function key() {}
929 public function next() {}
930 public function rewind() {}
931 public function valid() {}
932 public function current() {}
933 public function brightnesscontrastimage($brightness, $contrast, $CHANNEL = null) {}
934 public function colormatriximage($color_matrix) {}
935 public function selectiveblurimage($radius, $sigma, $threshold, $CHANNEL) {}
936 public function rotationalblurimage($angle, $CHANNEL = null) {}
937 public function statisticimage($type, $width, $height, $CHANNEL = null) {}
938 public function subimagematch(\Imagick $Imagick, &$offset = null, &$similarity = null, &$similarity_threshold = null, &$metric = null) {}
939 public function similarityimage(\Imagick $Imagick, &$offset = null, &$similarity = null, &$similarity_threshold = null, &$metric = null) {}
940 public static function setregistry($key, $value) {}
941 public static function getregistry($key) {}
942 public static function listregistry() {}
943 public function morphology($morphologyMethod, $iterations, \ImagickKernel $ImagickKernel, $CHANNEL = null) {}
944 public function filter(\ImagickKernel $ImagickKernel, $CHANNEL = null) {}
945 public function setantialias($antialias) {}
946 public function getantialias() {}
947 public function colordecisionlistimage($antialias) {}
948 public function autogammaimage($CHANNEL) {}
949 public function autoorient() {}
950 public function compositeimagegravity(\Imagick $Imagick, $COMPOSITE, $GRAVITY) {}
951 public function localcontrastimage($radius, $strength) {}
952 }
953
954 class ImagickDraw {
955
956 // methods
957 public function resetvectorgraphics() {}
958 public function gettextkerning() {}
959 public function settextkerning($kerning) {}
960 public function gettextinterwordspacing() {}
961 public function settextinterwordspacing($spacing) {}
962 public function gettextinterlinespacing() {}
963 public function settextinterlinespacing($spacing) {}
964 public function __construct() {}
965 public function setfillcolor($color) {}
966 public function setfillalpha($alpha) {}
967 public function setresolution($x_resolution, $y_resolution) {}
968 public function setstrokecolor($color) {}
969 public function setstrokealpha($alpha) {}
970 public function setstrokewidth($width) {}
971 public function clear() {}
972 public function circle($ox, $oy, $px, $py) {}
973 public function annotation($x, $y, $text) {}
974 public function settextantialias($antialias) {}
975 public function settextencoding($encoding) {}
976 public function setfont($font) {}
977 public function setfontfamily($fontfamily) {}
978 public function setfontsize($pointsize) {}
979 public function setfontstyle($STYLE) {}
980 public function setfontweight($weight) {}
981 public function getfont() {}
982 public function getfontfamily() {}
983 public function getfontsize() {}
984 public function getfontstyle() {}
985 public function getfontweight() {}
986 public function destroy() {}
987 public function rectangle($x1, $y1, $x2, $y2) {}
988 public function roundrectangle($x1, $y1, $x2, $y2, $rx, $ry) {}
989 public function ellipse($ox, $oy, $px, $py, $start, $end) {}
990 public function skewx($degrees) {}
991 public function skewy($degrees) {}
992 public function translate($x, $y) {}
993 public function line($sx, $sy, $ex, $ey) {}
994 public function arc($sx, $sy, $ex, $ey, $sd, $ed) {}
995 public function matte($x, $y, $METHOD) {}
996 public function polygon($coordinates) {}
997 public function point($x, $y) {}
998 public function gettextdecoration() {}
999 public function gettextencoding() {}
1000 public function getfontstretch() {}
1001 public function setfontstretch($STRETCH) {}
1002 public function setstrokeantialias($antialias) {}
1003 public function settextalignment($ALIGN) {}
1004 public function settextdecoration($DECORATION) {}
1005 public function settextundercolor($color) {}
1006 public function setviewbox($sx, $sy, $ex, $ey) {}
1007 public function clone() {}
1008 public function affine($affineMatrix) {}
1009 public function bezier($coordinateArray) {}
1010 public function composite($COMPOSE, $x, $y, $width, $height, \Imagick $Imagick) {}
1011 public function color($x, $y, $PAINTMETHOD) {}
1012 public function comment($comment) {}
1013 public function getclippath() {}
1014 public function getcliprule() {}
1015 public function getclipunits() {}
1016 public function getfillcolor() {}
1017 public function getfillopacity() {}
1018 public function getfillrule() {}
1019 public function getgravity() {}
1020 public function getstrokeantialias() {}
1021 public function getstrokecolor() {}
1022 public function getstrokedasharray() {}
1023 public function getstrokedashoffset() {}
1024 public function getstrokelinecap() {}
1025 public function getstrokelinejoin() {}
1026 public function getstrokemiterlimit() {}
1027 public function getstrokeopacity() {}
1028 public function getstrokewidth() {}
1029 public function gettextalignment() {}
1030 public function gettextantialias() {}
1031 public function getvectorgraphics() {}
1032 public function gettextundercolor() {}
1033 public function pathclose() {}
1034 public function pathcurvetoabsolute($x1, $y1, $x2, $y2, $x, $y) {}
1035 public function pathcurvetorelative($x1, $y1, $x2, $y2, $x, $y) {}
1036 public function pathcurvetoquadraticbezierabsolute($x1, $y1, $x, $y) {}
1037 public function pathcurvetoquadraticbezierrelative($x1, $y1, $x, $y) {}
1038 public function pathcurvetoquadraticbeziersmoothabsolute($x, $y) {}
1039 public function pathcurvetoquadraticbeziersmoothrelative($x, $y) {}
1040 public function pathcurvetosmoothabsolute($x1, $y1, $x, $y) {}
1041 public function pathcurvetosmoothrelative($x1, $y1, $x, $y) {}
1042 public function pathellipticarcabsolute($rx, $ry, $xAxisRotation, $largeArc, $sweep, $x, $y) {}
1043 public function pathellipticarcrelative($rx, $ry, $xAxisRotation, $largeArc, $sweep, $x, $y) {}
1044 public function pathfinish() {}
1045 public function pathlinetoabsolute($x, $y) {}
1046 public function pathlinetorelative($x, $y) {}
1047 public function pathlinetohorizontalabsolute($y) {}
1048 public function pathlinetohorizontalrelative($x) {}
1049 public function pathlinetoverticalabsolute($y) {}
1050 public function pathlinetoverticalrelative($x) {}
1051 public function pathmovetoabsolute($x, $y) {}
1052 public function pathmovetorelative($x, $y) {}
1053 public function pathstart() {}
1054 public function polyline($coordinateArray) {}
1055 public function popclippath() {}
1056 public function popdefs() {}
1057 public function poppattern() {}
1058 public function pushclippath($clipMask) {}
1059 public function pushdefs() {}
1060 public function pushpattern($pattern_id, $x, $y, $width, $height) {}
1061 public function render() {}
1062 public function rotate($degrees) {}
1063 public function scale($x, $y) {}
1064 public function setclippath($clipMask) {}
1065 public function setcliprule($FILLRULE) {}
1066 public function setclipunits($PATHUNITS) {}
1067 public function setfillopacity($fillOpacity) {}
1068 public function setfillpatternurl($url) {}
1069 public function setfillrule($FILLRULE) {}
1070 public function setgravity($GRAVITY) {}
1071 public function setstrokepatternurl($url) {}
1072 public function setstrokedashoffset($offset) {}
1073 public function setstrokelinecap($LINECAP) {}
1074 public function setstrokelinejoin($LINEJOIN) {}
1075 public function setstrokemiterlimit($miterLimit) {}
1076 public function setstrokeopacity($strokeOpacity) {}
1077 public function setvectorgraphics($xml) {}
1078 public function pop() {}
1079 public function push() {}
1080 public function setstrokedasharray($dashArray) {}
1081 public function getopacity() {}
1082 public function setopacity($opacity) {}
1083 public function getfontresolution() {}
1084 public function setfontresolution($x, $y) {}
1085 public function getbordercolor() {}
1086 public function setbordercolor($bordercolor) {}
1087 public function setdensity($density) {}
1088 public function getdensity() {}
1089 public function gettextdirection() {}
1090 public function settextdirection($direction) {}
1091 }
1092
1093 class ImagickDrawException extends \Exception {
1094
1095 // properties
1096 protected $message;
1097 protected $code;
1098 protected $file;
1099 protected $line;
1100 }
1101
1102 class ImagickException extends \Exception {
1103
1104 // properties
1105 protected $message;
1106 protected $code;
1107 protected $file;
1108 protected $line;
1109 }
1110
1111 class ImagickKernel {
1112
1113 // methods
1114 private function __construct() {}
1115 public static function frommatrix($array, $array = null) {}
1116 public static function frombuiltin($kerneltype, $paramstring) {}
1117 public function addkernel(\ImagickKernel $ImagickKernel) {}
1118 public function getmatrix() {}
1119 public function separate() {}
1120 public function scale() {}
1121 public function addunitykernel() {}
1122 }
1123
1124 class ImagickKernelException extends \Exception {
1125
1126 // properties
1127 protected $message;
1128 protected $code;
1129 protected $file;
1130 protected $line;
1131 }
1132
1133 class ImagickPixel {
1134
1135 // methods
1136 public function gethsl() {}
1137 public function sethsl($hue, $saturation, $luminosity) {}
1138 public function getcolorvaluequantum($color) {}
1139 public function setcolorvaluequantum($color_value) {}
1140 public function getindex() {}
1141 public function setindex($index) {}
1142 public function __construct($color = null) {}
1143 public function setcolor($color) {}
1144 public function setcolorvalue($color, $value) {}
1145 public function getcolorvalue($color) {}
1146 public function clear() {}
1147 public function destroy() {}
1148 public function issimilar($color, $fuzz = null) {}
1149 public function ispixelsimilarquantum($color, $fuzz = null) {}
1150 public function ispixelsimilar($color, $fuzz = null) {}
1151 public function getcolor($normalized = null) {}
1152 public function getcolorquantum() {}
1153 public function getcolorasstring() {}
1154 public function getcolorcount() {}
1155 public function setcolorcount($colorCount) {}
1156 public function clone() {}
1157 public function setcolorfrompixel(\ImagickPixel $srcPixel) {}
1158 }
1159
1160 class ImagickPixelException extends \Exception {
1161
1162 // properties
1163 protected $message;
1164 protected $code;
1165 protected $file;
1166 protected $line;
1167 }
1168
1169 class ImagickPixelIterator implements \Iterator, \Traversable {
1170
1171 // methods
1172 public function __construct(\Imagick $Imagick) {}
1173 public function newpixeliterator() {}
1174 public function newpixelregioniterator() {}
1175 public function getiteratorrow() {}
1176 public function setiteratorrow($row) {}
1177 public function setiteratorfirstrow() {}
1178 public function setiteratorlastrow() {}
1179 public function getpreviousiteratorrow() {}
1180 public function getcurrentiteratorrow() {}
1181 public function getnextiteratorrow() {}
1182 public function resetiterator() {}
1183 public function synciterator() {}
1184 public function destroy() {}
1185 public function clear() {}
1186 public static function getpixeliterator(\Imagick $Imagick) {}
1187 public static function getpixelregioniterator(\Imagick $Imagick, $x, $y, $columns, $rows) {}
1188 public function key() {}
1189 public function next() {}
1190 public function rewind() {}
1191 public function current() {}
1192 public function valid() {}
1193 }
1194
1195 class ImagickPixelIteratorException extends \Exception {
1196
1197 // properties
1198 protected $message;
1199 protected $code;
1200 protected $file;
1201 protected $line;
1202 }
1203
1204 }