From a43a6790d5063ce8cca96c93f6a1aaa661cb8ab6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2019 09:12:38 +0200 Subject: - update to 3.4.4RC1 - open https://github.com/mkoppanen/imagick/pull/274 missing file - open https://github.com/mkoppanen/imagick/issues/275 bad stabililty - open https://github.com/mkoppanen/imagick/issues/276 failed test on 32-bit --- 221.patch | 32 -- PHPINFO | 17 + REFLECTION | 1232 +++++++++++++++++++++++++------------------------ functions.inc | 65 +++ php-pecl-imagick.spec | 30 +- 5 files changed, 726 insertions(+), 650 deletions(-) delete mode 100644 221.patch create mode 100644 PHPINFO create mode 100644 functions.inc diff --git a/221.patch b/221.patch deleted file mode 100644 index 7025e9b..0000000 --- a/221.patch +++ /dev/null @@ -1,32 +0,0 @@ -From a516b549693ea373c0e4cb0286337f2e0fcd7f3c Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Thu, 14 Dec 2017 12:58:28 +0100 -Subject: [PATCH] Fix #220 relax test to follow upstream change - ---- - tests/150_Imagick_setregistry.phpt | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/tests/150_Imagick_setregistry.phpt b/tests/150_Imagick_setregistry.phpt -index eb2b055..1b96452 100644 ---- a/tests/150_Imagick_setregistry.phpt -+++ b/tests/150_Imagick_setregistry.phpt -@@ -35,10 +35,10 @@ if (array_key_exists("temporary-path", $registry) == true) { - - try { - $tmpPath = Imagick::getRegistry("non-existent string"); -- echo "Expected exception not thrown.\n"; -+ var_dump($tmpPath == false); // Since 6.9.9-26, no exception raised - } - catch (\ImagickException $ie) { -- echo $ie->getMessage() . "\n"; -+ var_dump(true); - } - - -@@ -47,4 +47,4 @@ catch (\ImagickException $ie) { - Temporary-path was empty at start. - Temporary path was set correctly. - Temporary path was listed correctly. --Imagick::getRegistry exception (%s) -+bool(true) diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..fae7c14 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,17 @@ + +imagick + +imagick module => enabled +imagick module version => 3.4.4RC1 +imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel +Imagick compiled with ImageMagick version => ImageMagick 6.9.10-40 Q16 x86_64 2019-04-15 https://imagemagick.org +Imagick using ImageMagick library version => ImageMagick 6.9.10-40 Q16 x86_64 2019-04-15 https://imagemagick.org +ImageMagick copyright => © 1999-2019 ImageMagick Studio LLC +ImageMagick release date => 2019-04-15 +ImageMagick number of supported formats: => 241 +ImageMagick supported formats => 3FR, 3G2, 3GP, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DJVU, DNG, DOT, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, GV, H, HALD, HDR, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PANGO, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WEBP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV + +Directive => Local Value => Master Value +imagick.locale_fix => 0 => 0 +imagick.skip_version_check => 1 => 1 +imagick.progress_monitor => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 8c22d3e..33993d4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,8 @@ -Extension [ extension #97 imagick version 3.4.3 ] { +Extension [ extension #106 imagick version 3.4.4RC1 ] { - Dependencies { + Dependency [ gmagick (Conflicts) ] + Dependency [ standard (Required) ] Dependency [ spl (Required) ] } @@ -304,577 +306,580 @@ Extension [ extension #97 imagick version 3.4.3 ] { Class [ class Imagick implements Iterator, Traversable, Countable ] { - - Constants [570] { - Constant [ integer COLOR_BLACK ] { 11 } - Constant [ integer COLOR_BLUE ] { 12 } - Constant [ integer COLOR_CYAN ] { 13 } - Constant [ integer COLOR_GREEN ] { 14 } - Constant [ integer COLOR_RED ] { 15 } - Constant [ integer COLOR_YELLOW ] { 16 } - Constant [ integer COLOR_MAGENTA ] { 17 } - Constant [ integer COLOR_OPACITY ] { 18 } - Constant [ integer COLOR_ALPHA ] { 19 } - Constant [ integer COLOR_FUZZ ] { 20 } - Constant [ integer IMAGICK_EXTNUM ] { 30403 } - Constant [ string IMAGICK_EXTVER ] { 3.4.3 } - Constant [ integer QUANTUM_RANGE ] { 65535 } - Constant [ integer USE_ZEND_MM ] { 0 } - Constant [ integer COMPOSITE_DEFAULT ] { 40 } - Constant [ integer COMPOSITE_UNDEFINED ] { 0 } - Constant [ integer COMPOSITE_NO ] { 1 } - Constant [ integer COMPOSITE_ADD ] { 2 } - Constant [ integer COMPOSITE_ATOP ] { 3 } - Constant [ integer COMPOSITE_BLEND ] { 4 } - Constant [ integer COMPOSITE_BUMPMAP ] { 5 } - Constant [ integer COMPOSITE_CLEAR ] { 7 } - Constant [ integer COMPOSITE_COLORBURN ] { 8 } - Constant [ integer COMPOSITE_COLORDODGE ] { 9 } - Constant [ integer COMPOSITE_COLORIZE ] { 10 } - Constant [ integer COMPOSITE_COPYBLACK ] { 11 } - Constant [ integer COMPOSITE_COPYBLUE ] { 12 } - Constant [ integer COMPOSITE_COPY ] { 13 } - Constant [ integer COMPOSITE_COPYCYAN ] { 14 } - Constant [ integer COMPOSITE_COPYGREEN ] { 15 } - Constant [ integer COMPOSITE_COPYMAGENTA ] { 16 } - Constant [ integer COMPOSITE_COPYOPACITY ] { 17 } - Constant [ integer COMPOSITE_COPYRED ] { 18 } - Constant [ integer COMPOSITE_COPYYELLOW ] { 19 } - Constant [ integer COMPOSITE_DARKEN ] { 20 } - Constant [ integer COMPOSITE_DSTATOP ] { 21 } - Constant [ integer COMPOSITE_DST ] { 22 } - Constant [ integer COMPOSITE_DSTIN ] { 23 } - Constant [ integer COMPOSITE_DSTOUT ] { 24 } - Constant [ integer COMPOSITE_DSTOVER ] { 25 } - Constant [ integer COMPOSITE_DIFFERENCE ] { 26 } - Constant [ integer COMPOSITE_DISPLACE ] { 27 } - Constant [ integer COMPOSITE_DISSOLVE ] { 28 } - Constant [ integer COMPOSITE_EXCLUSION ] { 29 } - Constant [ integer COMPOSITE_HARDLIGHT ] { 30 } - Constant [ integer COMPOSITE_HUE ] { 31 } - Constant [ integer COMPOSITE_IN ] { 32 } - Constant [ integer COMPOSITE_LIGHTEN ] { 33 } - Constant [ integer COMPOSITE_LUMINIZE ] { 35 } - Constant [ integer COMPOSITE_MINUS ] { 36 } - Constant [ integer COMPOSITE_MODULATE ] { 37 } - Constant [ integer COMPOSITE_MULTIPLY ] { 38 } - Constant [ integer COMPOSITE_OUT ] { 39 } - Constant [ integer COMPOSITE_OVER ] { 40 } - Constant [ integer COMPOSITE_OVERLAY ] { 41 } - Constant [ integer COMPOSITE_PLUS ] { 42 } - Constant [ integer COMPOSITE_REPLACE ] { 43 } - Constant [ integer COMPOSITE_SATURATE ] { 44 } - Constant [ integer COMPOSITE_SCREEN ] { 45 } - Constant [ integer COMPOSITE_SOFTLIGHT ] { 46 } - Constant [ integer COMPOSITE_SRCATOP ] { 47 } - Constant [ integer COMPOSITE_SRC ] { 48 } - Constant [ integer COMPOSITE_SRCIN ] { 49 } - Constant [ integer COMPOSITE_SRCOUT ] { 50 } - Constant [ integer COMPOSITE_SRCOVER ] { 51 } - Constant [ integer COMPOSITE_SUBTRACT ] { 52 } - Constant [ integer COMPOSITE_THRESHOLD ] { 53 } - Constant [ integer COMPOSITE_XOR ] { 54 } - Constant [ integer COMPOSITE_CHANGEMASK ] { 6 } - Constant [ integer COMPOSITE_LINEARLIGHT ] { 34 } - Constant [ integer COMPOSITE_DIVIDE ] { 55 } - Constant [ integer COMPOSITE_DISTORT ] { 56 } - Constant [ integer COMPOSITE_BLUR ] { 57 } - Constant [ integer COMPOSITE_PEGTOPLIGHT ] { 58 } - Constant [ integer COMPOSITE_VIVIDLIGHT ] { 59 } - Constant [ integer COMPOSITE_PINLIGHT ] { 60 } - Constant [ integer COMPOSITE_LINEARDODGE ] { 61 } - Constant [ integer COMPOSITE_LINEARBURN ] { 62 } - Constant [ integer COMPOSITE_MATHEMATICS ] { 63 } - Constant [ integer COMPOSITE_MODULUSADD ] { 2 } - Constant [ integer COMPOSITE_MODULUSSUBTRACT ] { 52 } - Constant [ integer COMPOSITE_MINUSDST ] { 36 } - Constant [ integer COMPOSITE_DIVIDEDST ] { 55 } - Constant [ integer COMPOSITE_DIVIDESRC ] { 64 } - Constant [ integer COMPOSITE_MINUSSRC ] { 65 } - Constant [ integer COMPOSITE_DARKENINTENSITY ] { 66 } - Constant [ integer COMPOSITE_LIGHTENINTENSITY ] { 67 } - Constant [ integer COMPOSITE_HARDMIX ] { 68 } - Constant [ integer MONTAGEMODE_FRAME ] { 1 } - Constant [ integer MONTAGEMODE_UNFRAME ] { 2 } - Constant [ integer MONTAGEMODE_CONCATENATE ] { 3 } - Constant [ integer STYLE_NORMAL ] { 1 } - Constant [ integer STYLE_ITALIC ] { 2 } - Constant [ integer STYLE_OBLIQUE ] { 3 } - Constant [ integer STYLE_ANY ] { 4 } - Constant [ integer FILTER_UNDEFINED ] { 0 } - Constant [ integer FILTER_POINT ] { 1 } - Constant [ integer FILTER_BOX ] { 2 } - Constant [ integer FILTER_TRIANGLE ] { 3 } - Constant [ integer FILTER_HERMITE ] { 4 } - Constant [ integer FILTER_HANNING ] { 5 } - Constant [ integer FILTER_HAMMING ] { 6 } - Constant [ integer FILTER_BLACKMAN ] { 7 } - Constant [ integer FILTER_GAUSSIAN ] { 8 } - Constant [ integer FILTER_QUADRATIC ] { 9 } - Constant [ integer FILTER_CUBIC ] { 10 } - Constant [ integer FILTER_CATROM ] { 11 } - Constant [ integer FILTER_MITCHELL ] { 12 } - Constant [ integer FILTER_LANCZOS ] { 22 } - Constant [ integer FILTER_BESSEL ] { 13 } - Constant [ integer FILTER_SINC ] { 14 } - Constant [ integer FILTER_KAISER ] { 16 } - Constant [ integer FILTER_WELSH ] { 17 } - Constant [ integer FILTER_PARZEN ] { 18 } - Constant [ integer FILTER_LAGRANGE ] { 21 } - Constant [ integer FILTER_SENTINEL ] { 31 } - Constant [ integer FILTER_BOHMAN ] { 19 } - Constant [ integer FILTER_BARTLETT ] { 20 } - Constant [ integer FILTER_JINC ] { 13 } - Constant [ integer FILTER_SINCFAST ] { 15 } - Constant [ integer FILTER_ROBIDOUX ] { 26 } - Constant [ integer FILTER_LANCZOSSHARP ] { 23 } - Constant [ integer FILTER_LANCZOS2 ] { 24 } - Constant [ integer FILTER_LANCZOS2SHARP ] { 25 } - Constant [ integer FILTER_ROBIDOUXSHARP ] { 27 } - Constant [ integer FILTER_COSINE ] { 28 } - Constant [ integer FILTER_SPLINE ] { 29 } - Constant [ integer FILTER_LANCZOSRADIUS ] { 30 } - Constant [ integer IMGTYPE_UNDEFINED ] { 0 } - Constant [ integer IMGTYPE_BILEVEL ] { 1 } - Constant [ integer IMGTYPE_GRAYSCALE ] { 2 } - Constant [ integer IMGTYPE_GRAYSCALEMATTE ] { 3 } - Constant [ integer IMGTYPE_PALETTE ] { 4 } - Constant [ integer IMGTYPE_PALETTEMATTE ] { 5 } - Constant [ integer IMGTYPE_TRUECOLOR ] { 6 } - Constant [ integer IMGTYPE_TRUECOLORMATTE ] { 7 } - Constant [ integer IMGTYPE_COLORSEPARATION ] { 8 } - Constant [ integer IMGTYPE_COLORSEPARATIONMATTE ] { 9 } - Constant [ integer IMGTYPE_OPTIMIZE ] { 10 } - Constant [ integer IMGTYPE_PALETTEBILEVELMATTE ] { 11 } - Constant [ integer RESOLUTION_UNDEFINED ] { 0 } - Constant [ integer RESOLUTION_PIXELSPERINCH ] { 1 } - Constant [ integer RESOLUTION_PIXELSPERCENTIMETER ] { 2 } - Constant [ integer COMPRESSION_UNDEFINED ] { 0 } - Constant [ integer COMPRESSION_NO ] { 1 } - Constant [ integer COMPRESSION_BZIP ] { 2 } - Constant [ integer COMPRESSION_FAX ] { 6 } - Constant [ integer COMPRESSION_GROUP4 ] { 7 } - Constant [ integer COMPRESSION_JPEG ] { 8 } - Constant [ integer COMPRESSION_JPEG2000 ] { 9 } - Constant [ integer COMPRESSION_LOSSLESSJPEG ] { 10 } - Constant [ integer COMPRESSION_LZW ] { 11 } - Constant [ integer COMPRESSION_RLE ] { 12 } - Constant [ integer COMPRESSION_ZIP ] { 13 } - Constant [ integer COMPRESSION_DXT1 ] { 3 } - Constant [ integer COMPRESSION_DXT3 ] { 4 } - Constant [ integer COMPRESSION_DXT5 ] { 5 } - Constant [ integer COMPRESSION_ZIPS ] { 14 } - Constant [ integer COMPRESSION_PIZ ] { 15 } - Constant [ integer COMPRESSION_PXR24 ] { 16 } - Constant [ integer COMPRESSION_B44 ] { 17 } - Constant [ integer COMPRESSION_B44A ] { 18 } - Constant [ integer COMPRESSION_LZMA ] { 19 } - Constant [ integer COMPRESSION_JBIG1 ] { 20 } - Constant [ integer COMPRESSION_JBIG2 ] { 21 } - Constant [ integer PAINT_POINT ] { 1 } - Constant [ integer PAINT_REPLACE ] { 2 } - Constant [ integer PAINT_FLOODFILL ] { 3 } - Constant [ integer PAINT_FILLTOBORDER ] { 4 } - Constant [ integer PAINT_RESET ] { 5 } - Constant [ integer GRAVITY_NORTHWEST ] { 1 } - Constant [ integer GRAVITY_NORTH ] { 2 } - Constant [ integer GRAVITY_NORTHEAST ] { 3 } - Constant [ integer GRAVITY_WEST ] { 4 } - Constant [ integer GRAVITY_CENTER ] { 5 } - Constant [ integer GRAVITY_EAST ] { 6 } - Constant [ integer GRAVITY_SOUTHWEST ] { 7 } - Constant [ integer GRAVITY_SOUTH ] { 8 } - Constant [ integer GRAVITY_SOUTHEAST ] { 9 } - Constant [ integer GRAVITY_FORGET ] { 0 } - Constant [ integer GRAVITY_STATIC ] { 10 } - Constant [ integer STRETCH_NORMAL ] { 1 } - Constant [ integer STRETCH_ULTRACONDENSED ] { 2 } - Constant [ integer STRETCH_EXTRACONDENSED ] { 3 } - Constant [ integer STRETCH_CONDENSED ] { 4 } - Constant [ integer STRETCH_SEMICONDENSED ] { 5 } - Constant [ integer STRETCH_SEMIEXPANDED ] { 6 } - Constant [ integer STRETCH_EXPANDED ] { 7 } - Constant [ integer STRETCH_EXTRAEXPANDED ] { 8 } - Constant [ integer STRETCH_ULTRAEXPANDED ] { 9 } - Constant [ integer STRETCH_ANY ] { 10 } - Constant [ integer ALIGN_UNDEFINED ] { 0 } - Constant [ integer ALIGN_LEFT ] { 1 } - Constant [ integer ALIGN_CENTER ] { 2 } - Constant [ integer ALIGN_RIGHT ] { 3 } - Constant [ integer DECORATION_NO ] { 1 } - Constant [ integer DECORATION_UNDERLINE ] { 2 } - Constant [ integer DECORATION_OVERLINE ] { 3 } - Constant [ integer DECORATION_LINETROUGH ] { 4 } - Constant [ integer DECORATION_LINETHROUGH ] { 4 } - Constant [ integer NOISE_UNIFORM ] { 1 } - Constant [ integer NOISE_GAUSSIAN ] { 2 } - Constant [ integer NOISE_MULTIPLICATIVEGAUSSIAN ] { 3 } - Constant [ integer NOISE_IMPULSE ] { 4 } - Constant [ integer NOISE_LAPLACIAN ] { 5 } - Constant [ integer NOISE_POISSON ] { 6 } - Constant [ integer NOISE_RANDOM ] { 7 } - Constant [ integer CHANNEL_UNDEFINED ] { 0 } - Constant [ integer CHANNEL_RED ] { 1 } - Constant [ integer CHANNEL_GRAY ] { 1 } - Constant [ integer CHANNEL_CYAN ] { 1 } - Constant [ integer CHANNEL_GREEN ] { 2 } - Constant [ integer CHANNEL_MAGENTA ] { 2 } - Constant [ integer CHANNEL_BLUE ] { 4 } - Constant [ integer CHANNEL_YELLOW ] { 4 } - Constant [ integer CHANNEL_ALPHA ] { 8 } - Constant [ integer CHANNEL_OPACITY ] { 8 } - Constant [ integer CHANNEL_MATTE ] { 8 } - Constant [ integer CHANNEL_BLACK ] { 32 } - Constant [ integer CHANNEL_INDEX ] { 32 } - Constant [ integer CHANNEL_ALL ] { 134217727 } - Constant [ integer CHANNEL_DEFAULT ] { 134217719 } - Constant [ integer CHANNEL_RGBA ] { 15 } - Constant [ integer CHANNEL_TRUEALPHA ] { 64 } - Constant [ integer CHANNEL_RGBS ] { 128 } - Constant [ integer CHANNEL_GRAY_CHANNELS ] { 128 } - Constant [ integer CHANNEL_SYNC ] { 256 } - Constant [ integer CHANNEL_COMPOSITES ] { 47 } - Constant [ integer METRIC_UNDEFINED ] { 0 } - Constant [ integer METRIC_ABSOLUTEERRORMETRIC ] { 1 } - Constant [ integer METRIC_MEANABSOLUTEERROR ] { 2 } - Constant [ integer METRIC_MEANERRORPERPIXELMETRIC ] { 3 } - Constant [ integer METRIC_MEANSQUAREERROR ] { 4 } - Constant [ integer METRIC_PEAKABSOLUTEERROR ] { 5 } - Constant [ integer METRIC_PEAKSIGNALTONOISERATIO ] { 6 } - Constant [ integer METRIC_ROOTMEANSQUAREDERROR ] { 7 } - Constant [ integer METRIC_NORMALIZEDCROSSCORRELATIONERRORMETRIC ] { 8 } - Constant [ integer METRIC_FUZZERROR ] { 9 } - Constant [ integer METRIC_PERCEPTUALHASH_ERROR ] { 255 } - Constant [ integer PIXEL_CHAR ] { 1 } - Constant [ integer PIXEL_DOUBLE ] { 2 } - Constant [ integer PIXEL_FLOAT ] { 3 } - Constant [ integer PIXEL_INTEGER ] { 4 } - Constant [ integer PIXEL_LONG ] { 5 } - Constant [ integer PIXEL_QUANTUM ] { 6 } - Constant [ integer PIXEL_SHORT ] { 7 } - Constant [ integer EVALUATE_UNDEFINED ] { 0 } - Constant [ integer EVALUATE_ADD ] { 1 } - Constant [ integer EVALUATE_AND ] { 2 } - Constant [ integer EVALUATE_DIVIDE ] { 3 } - Constant [ integer EVALUATE_LEFTSHIFT ] { 4 } - Constant [ integer EVALUATE_MAX ] { 5 } - Constant [ integer EVALUATE_MIN ] { 6 } - Constant [ integer EVALUATE_MULTIPLY ] { 7 } - Constant [ integer EVALUATE_OR ] { 8 } - Constant [ integer EVALUATE_RIGHTSHIFT ] { 9 } - Constant [ integer EVALUATE_SET ] { 10 } - Constant [ integer EVALUATE_SUBTRACT ] { 11 } - Constant [ integer EVALUATE_XOR ] { 12 } - Constant [ integer EVALUATE_POW ] { 13 } - Constant [ integer EVALUATE_LOG ] { 14 } - Constant [ integer EVALUATE_THRESHOLD ] { 15 } - Constant [ integer EVALUATE_THRESHOLDBLACK ] { 16 } - Constant [ integer EVALUATE_THRESHOLDWHITE ] { 17 } - Constant [ integer EVALUATE_GAUSSIANNOISE ] { 18 } - Constant [ integer EVALUATE_IMPULSENOISE ] { 19 } - Constant [ integer EVALUATE_LAPLACIANNOISE ] { 20 } - Constant [ integer EVALUATE_MULTIPLICATIVENOISE ] { 21 } - Constant [ integer EVALUATE_POISSONNOISE ] { 22 } - Constant [ integer EVALUATE_UNIFORMNOISE ] { 23 } - Constant [ integer EVALUATE_COSINE ] { 24 } - Constant [ integer EVALUATE_SINE ] { 25 } - Constant [ integer EVALUATE_ADDMODULUS ] { 26 } - Constant [ integer EVALUATE_MEAN ] { 27 } - Constant [ integer EVALUATE_ABS ] { 28 } - Constant [ integer EVALUATE_EXPONENTIAL ] { 29 } - Constant [ integer EVALUATE_MEDIAN ] { 30 } - Constant [ integer EVALUATE_SUM ] { 31 } - Constant [ integer EVALUATE_ROOT_MEAN_SQUARE ] { 32 } - Constant [ integer COLORSPACE_UNDEFINED ] { 0 } - Constant [ integer COLORSPACE_RGB ] { 1 } - Constant [ integer COLORSPACE_GRAY ] { 2 } - Constant [ integer COLORSPACE_TRANSPARENT ] { 3 } - Constant [ integer COLORSPACE_OHTA ] { 4 } - Constant [ integer COLORSPACE_LAB ] { 5 } - Constant [ integer COLORSPACE_XYZ ] { 6 } - Constant [ integer COLORSPACE_YCBCR ] { 7 } - Constant [ integer COLORSPACE_YCC ] { 8 } - Constant [ integer COLORSPACE_YIQ ] { 9 } - Constant [ integer COLORSPACE_YPBPR ] { 10 } - Constant [ integer COLORSPACE_YUV ] { 11 } - Constant [ integer COLORSPACE_CMYK ] { 12 } - Constant [ integer COLORSPACE_SRGB ] { 13 } - Constant [ integer COLORSPACE_HSB ] { 14 } - Constant [ integer COLORSPACE_HSL ] { 15 } - Constant [ integer COLORSPACE_HWB ] { 16 } - Constant [ integer COLORSPACE_REC601LUMA ] { 17 } - Constant [ integer COLORSPACE_REC709LUMA ] { 19 } - Constant [ integer COLORSPACE_LOG ] { 21 } - Constant [ integer COLORSPACE_CMY ] { 22 } - Constant [ integer COLORSPACE_LUV ] { 23 } - Constant [ integer COLORSPACE_HCL ] { 24 } - Constant [ integer COLORSPACE_LCH ] { 25 } - Constant [ integer COLORSPACE_LMS ] { 26 } - Constant [ integer COLORSPACE_LCHAB ] { 27 } - Constant [ integer COLORSPACE_LCHUV ] { 28 } - Constant [ integer COLORSPACE_SCRGB ] { 29 } - Constant [ integer COLORSPACE_HSI ] { 30 } - Constant [ integer COLORSPACE_HSV ] { 31 } - Constant [ integer COLORSPACE_HCLP ] { 32 } - Constant [ integer COLORSPACE_YDBDR ] { 33 } - Constant [ integer COLORSPACE_REC601YCBCR ] { 18 } - Constant [ integer COLORSPACE_REC709YCBCR ] { 20 } - Constant [ integer COLORSPACE_XYY ] { 34 } - Constant [ integer VIRTUALPIXELMETHOD_UNDEFINED ] { 0 } - Constant [ integer VIRTUALPIXELMETHOD_BACKGROUND ] { 1 } - Constant [ integer VIRTUALPIXELMETHOD_CONSTANT ] { 2 } - Constant [ integer VIRTUALPIXELMETHOD_EDGE ] { 4 } - Constant [ integer VIRTUALPIXELMETHOD_MIRROR ] { 5 } - Constant [ integer VIRTUALPIXELMETHOD_TILE ] { 7 } - Constant [ integer VIRTUALPIXELMETHOD_TRANSPARENT ] { 8 } - Constant [ integer VIRTUALPIXELMETHOD_MASK ] { 9 } - Constant [ integer VIRTUALPIXELMETHOD_BLACK ] { 10 } - Constant [ integer VIRTUALPIXELMETHOD_GRAY ] { 11 } - Constant [ integer VIRTUALPIXELMETHOD_WHITE ] { 12 } - Constant [ integer VIRTUALPIXELMETHOD_HORIZONTALTILE ] { 13 } - Constant [ integer VIRTUALPIXELMETHOD_VERTICALTILE ] { 14 } - Constant [ integer VIRTUALPIXELMETHOD_HORIZONTALTILEEDGE ] { 15 } - Constant [ integer VIRTUALPIXELMETHOD_VERTICALTILEEDGE ] { 16 } - Constant [ integer VIRTUALPIXELMETHOD_CHECKERTILE ] { 17 } - Constant [ integer PREVIEW_UNDEFINED ] { 0 } - Constant [ integer PREVIEW_ROTATE ] { 1 } - Constant [ integer PREVIEW_SHEAR ] { 2 } - Constant [ integer PREVIEW_ROLL ] { 3 } - Constant [ integer PREVIEW_HUE ] { 4 } - Constant [ integer PREVIEW_SATURATION ] { 5 } - Constant [ integer PREVIEW_BRIGHTNESS ] { 6 } - Constant [ integer PREVIEW_GAMMA ] { 7 } - Constant [ integer PREVIEW_SPIFF ] { 8 } - Constant [ integer PREVIEW_DULL ] { 9 } - Constant [ integer PREVIEW_GRAYSCALE ] { 10 } - Constant [ integer PREVIEW_QUANTIZE ] { 11 } - Constant [ integer PREVIEW_DESPECKLE ] { 12 } - Constant [ integer PREVIEW_REDUCENOISE ] { 13 } - Constant [ integer PREVIEW_ADDNOISE ] { 14 } - Constant [ integer PREVIEW_SHARPEN ] { 15 } - Constant [ integer PREVIEW_BLUR ] { 16 } - Constant [ integer PREVIEW_THRESHOLD ] { 17 } - Constant [ integer PREVIEW_EDGEDETECT ] { 18 } - Constant [ integer PREVIEW_SPREAD ] { 19 } - Constant [ integer PREVIEW_SOLARIZE ] { 20 } - Constant [ integer PREVIEW_SHADE ] { 21 } - Constant [ integer PREVIEW_RAISE ] { 22 } - Constant [ integer PREVIEW_SEGMENT ] { 23 } - Constant [ integer PREVIEW_SWIRL ] { 24 } - Constant [ integer PREVIEW_IMPLODE ] { 25 } - Constant [ integer PREVIEW_WAVE ] { 26 } - Constant [ integer PREVIEW_OILPAINT ] { 27 } - Constant [ integer PREVIEW_CHARCOALDRAWING ] { 28 } - Constant [ integer PREVIEW_JPEG ] { 29 } - Constant [ integer RENDERINGINTENT_UNDEFINED ] { 0 } - Constant [ integer RENDERINGINTENT_SATURATION ] { 1 } - Constant [ integer RENDERINGINTENT_PERCEPTUAL ] { 2 } - Constant [ integer RENDERINGINTENT_ABSOLUTE ] { 3 } - Constant [ integer RENDERINGINTENT_RELATIVE ] { 4 } - Constant [ integer INTERLACE_UNDEFINED ] { 0 } - Constant [ integer INTERLACE_NO ] { 1 } - Constant [ integer INTERLACE_LINE ] { 2 } - Constant [ integer INTERLACE_PLANE ] { 3 } - Constant [ integer INTERLACE_PARTITION ] { 4 } - Constant [ integer INTERLACE_GIF ] { 5 } - Constant [ integer INTERLACE_JPEG ] { 6 } - Constant [ integer INTERLACE_PNG ] { 7 } - Constant [ integer FILLRULE_UNDEFINED ] { 0 } - Constant [ integer FILLRULE_EVENODD ] { 1 } - Constant [ integer FILLRULE_NONZERO ] { 2 } - Constant [ integer PATHUNITS_UNDEFINED ] { 0 } - Constant [ integer PATHUNITS_USERSPACE ] { 1 } - Constant [ integer PATHUNITS_USERSPACEONUSE ] { 2 } - Constant [ integer PATHUNITS_OBJECTBOUNDINGBOX ] { 3 } - Constant [ integer LINECAP_UNDEFINED ] { 0 } - Constant [ integer LINECAP_BUTT ] { 1 } - Constant [ integer LINECAP_ROUND ] { 2 } - Constant [ integer LINECAP_SQUARE ] { 3 } - Constant [ integer LINEJOIN_UNDEFINED ] { 0 } - Constant [ integer LINEJOIN_MITER ] { 1 } - Constant [ integer LINEJOIN_ROUND ] { 2 } - Constant [ integer LINEJOIN_BEVEL ] { 3 } - Constant [ integer RESOURCETYPE_UNDEFINED ] { 0 } - Constant [ integer RESOURCETYPE_AREA ] { 1 } - Constant [ integer RESOURCETYPE_DISK ] { 2 } - Constant [ integer RESOURCETYPE_FILE ] { 3 } - Constant [ integer RESOURCETYPE_MAP ] { 4 } - Constant [ integer RESOURCETYPE_MEMORY ] { 5 } - Constant [ integer RESOURCETYPE_TIME ] { 7 } - Constant [ integer RESOURCETYPE_THROTTLE ] { 8 } - Constant [ integer RESOURCETYPE_THREAD ] { 6 } - Constant [ integer RESOURCETYPE_WIDTH ] { 9 } - Constant [ integer RESOURCETYPE_HEIGHT ] { 10 } - Constant [ integer DISPOSE_UNRECOGNIZED ] { 0 } - Constant [ integer DISPOSE_UNDEFINED ] { 0 } - Constant [ integer DISPOSE_NONE ] { 1 } - Constant [ integer DISPOSE_BACKGROUND ] { 2 } - Constant [ integer DISPOSE_PREVIOUS ] { 3 } - Constant [ integer INTERPOLATE_UNDEFINED ] { 0 } - Constant [ integer INTERPOLATE_AVERAGE ] { 1 } - Constant [ integer INTERPOLATE_BICUBIC ] { 2 } - Constant [ integer INTERPOLATE_BILINEAR ] { 3 } - Constant [ integer INTERPOLATE_FILTER ] { 4 } - Constant [ integer INTERPOLATE_INTEGER ] { 5 } - Constant [ integer INTERPOLATE_MESH ] { 6 } - Constant [ integer INTERPOLATE_NEARESTNEIGHBOR ] { 7 } - Constant [ integer INTERPOLATE_SPLINE ] { 8 } - Constant [ integer INTERPOLATE_AVERAGE_9 ] { 9 } - Constant [ integer INTERPOLATE_AVERAGE_16 ] { 10 } - Constant [ integer INTERPOLATE_BLEND ] { 11 } - Constant [ integer INTERPOLATE_BACKGROUND_COLOR ] { 12 } - Constant [ integer INTERPOLATE_CATROM ] { 13 } - Constant [ integer LAYERMETHOD_UNDEFINED ] { 0 } - Constant [ integer LAYERMETHOD_COALESCE ] { 1 } - Constant [ integer LAYERMETHOD_COMPAREANY ] { 2 } - Constant [ integer LAYERMETHOD_COMPARECLEAR ] { 3 } - Constant [ integer LAYERMETHOD_COMPAREOVERLAY ] { 4 } - Constant [ integer LAYERMETHOD_DISPOSE ] { 5 } - Constant [ integer LAYERMETHOD_OPTIMIZE ] { 6 } - Constant [ integer LAYERMETHOD_OPTIMIZEPLUS ] { 8 } - Constant [ integer LAYERMETHOD_OPTIMIZETRANS ] { 9 } - Constant [ integer LAYERMETHOD_COMPOSITE ] { 12 } - Constant [ integer LAYERMETHOD_OPTIMIZEIMAGE ] { 7 } - Constant [ integer LAYERMETHOD_REMOVEDUPS ] { 10 } - Constant [ integer LAYERMETHOD_REMOVEZERO ] { 11 } - Constant [ integer LAYERMETHOD_TRIMBOUNDS ] { 16 } - Constant [ integer ORIENTATION_UNDEFINED ] { 0 } - Constant [ integer ORIENTATION_TOPLEFT ] { 1 } - Constant [ integer ORIENTATION_TOPRIGHT ] { 2 } - Constant [ integer ORIENTATION_BOTTOMRIGHT ] { 3 } - Constant [ integer ORIENTATION_BOTTOMLEFT ] { 4 } - Constant [ integer ORIENTATION_LEFTTOP ] { 5 } - Constant [ integer ORIENTATION_RIGHTTOP ] { 6 } - Constant [ integer ORIENTATION_RIGHTBOTTOM ] { 7 } - Constant [ integer ORIENTATION_LEFTBOTTOM ] { 8 } - Constant [ integer DISTORTION_UNDEFINED ] { 0 } - Constant [ integer DISTORTION_AFFINE ] { 1 } - Constant [ integer DISTORTION_AFFINEPROJECTION ] { 2 } - Constant [ integer DISTORTION_ARC ] { 9 } - Constant [ integer DISTORTION_BILINEAR ] { 6 } - Constant [ integer DISTORTION_PERSPECTIVE ] { 4 } - Constant [ integer DISTORTION_PERSPECTIVEPROJECTION ] { 5 } - Constant [ integer DISTORTION_SCALEROTATETRANSLATE ] { 3 } - Constant [ integer DISTORTION_POLYNOMIAL ] { 8 } - Constant [ integer DISTORTION_POLAR ] { 10 } - Constant [ integer DISTORTION_DEPOLAR ] { 11 } - Constant [ integer DISTORTION_BARREL ] { 14 } - Constant [ integer DISTORTION_SHEPARDS ] { 16 } - Constant [ integer DISTORTION_SENTINEL ] { 18 } - Constant [ integer DISTORTION_BARRELINVERSE ] { 15 } - Constant [ integer DISTORTION_BILINEARFORWARD ] { 6 } - Constant [ integer DISTORTION_BILINEARREVERSE ] { 7 } - Constant [ integer DISTORTION_RESIZE ] { 17 } - Constant [ integer DISTORTION_CYLINDER2PLANE ] { 12 } - Constant [ integer DISTORTION_PLANE2CYLINDER ] { 13 } - Constant [ integer LAYERMETHOD_MERGE ] { 13 } - Constant [ integer LAYERMETHOD_FLATTEN ] { 14 } - Constant [ integer LAYERMETHOD_MOSAIC ] { 15 } - Constant [ integer ALPHACHANNEL_ACTIVATE ] { 1 } - Constant [ integer ALPHACHANNEL_RESET ] { 7 } - Constant [ integer ALPHACHANNEL_SET ] { 8 } - Constant [ integer ALPHACHANNEL_UNDEFINED ] { 0 } - Constant [ integer ALPHACHANNEL_COPY ] { 3 } - Constant [ integer ALPHACHANNEL_DEACTIVATE ] { 4 } - Constant [ integer ALPHACHANNEL_EXTRACT ] { 5 } - Constant [ integer ALPHACHANNEL_OPAQUE ] { 6 } - Constant [ integer ALPHACHANNEL_SHAPE ] { 9 } - Constant [ integer ALPHACHANNEL_TRANSPARENT ] { 10 } - Constant [ integer ALPHACHANNEL_ASSOCIATE ] { 13 } - Constant [ integer ALPHACHANNEL_DISSOCIATE ] { 14 } - Constant [ integer SPARSECOLORMETHOD_UNDEFINED ] { 0 } - Constant [ integer SPARSECOLORMETHOD_BARYCENTRIC ] { 1 } - Constant [ integer SPARSECOLORMETHOD_BILINEAR ] { 7 } - Constant [ integer SPARSECOLORMETHOD_POLYNOMIAL ] { 8 } - Constant [ integer SPARSECOLORMETHOD_SPEPARDS ] { 16 } - Constant [ integer SPARSECOLORMETHOD_VORONOI ] { 18 } - Constant [ integer SPARSECOLORMETHOD_INVERSE ] { 19 } - Constant [ integer SPARSECOLORMETHOD_MANHATTAN ] { 20 } - Constant [ integer DITHERMETHOD_UNDEFINED ] { 0 } - Constant [ integer DITHERMETHOD_NO ] { 1 } - Constant [ integer DITHERMETHOD_RIEMERSMA ] { 2 } - Constant [ integer DITHERMETHOD_FLOYDSTEINBERG ] { 3 } - Constant [ integer FUNCTION_UNDEFINED ] { 0 } - Constant [ integer FUNCTION_POLYNOMIAL ] { 1 } - Constant [ integer FUNCTION_SINUSOID ] { 2 } - Constant [ integer ALPHACHANNEL_BACKGROUND ] { 2 } - Constant [ integer FUNCTION_ARCSIN ] { 3 } - Constant [ integer FUNCTION_ARCTAN ] { 4 } - Constant [ integer ALPHACHANNEL_FLATTEN ] { 11 } - Constant [ integer ALPHACHANNEL_REMOVE ] { 12 } - Constant [ integer STATISTIC_GRADIENT ] { 1 } - Constant [ integer STATISTIC_MAXIMUM ] { 2 } - Constant [ integer STATISTIC_MEAN ] { 3 } - Constant [ integer STATISTIC_MEDIAN ] { 4 } - Constant [ integer STATISTIC_MINIMUM ] { 5 } - Constant [ integer STATISTIC_MODE ] { 6 } - Constant [ integer STATISTIC_NONPEAK ] { 7 } - Constant [ integer STATISTIC_STANDARD_DEVIATION ] { 8 } - Constant [ integer STATISTIC_ROOT_MEAN_SQUARE ] { 9 } - Constant [ integer MORPHOLOGY_CONVOLVE ] { 1 } - Constant [ integer MORPHOLOGY_CORRELATE ] { 2 } - Constant [ integer MORPHOLOGY_ERODE ] { 3 } - Constant [ integer MORPHOLOGY_DILATE ] { 4 } - Constant [ integer MORPHOLOGY_ERODE_INTENSITY ] { 5 } - Constant [ integer MORPHOLOGY_DILATE_INTENSITY ] { 6 } - Constant [ integer MORPHOLOGY_DISTANCE ] { 7 } - Constant [ integer MORPHOLOGY_OPEN ] { 8 } - Constant [ integer MORPHOLOGY_CLOSE ] { 9 } - Constant [ integer MORPHOLOGY_OPEN_INTENSITY ] { 10 } - Constant [ integer MORPHOLOGY_CLOSE_INTENSITY ] { 11 } - Constant [ integer MORPHOLOGY_SMOOTH ] { 12 } - Constant [ integer MORPHOLOGY_EDGE_IN ] { 13 } - Constant [ integer MORPHOLOGY_EDGE_OUT ] { 14 } - Constant [ integer MORPHOLOGY_EDGE ] { 15 } - Constant [ integer MORPHOLOGY_TOP_HAT ] { 16 } - Constant [ integer MORPHOLOGY_BOTTOM_HAT ] { 17 } - Constant [ integer MORPHOLOGY_HIT_AND_MISS ] { 18 } - Constant [ integer MORPHOLOGY_THINNING ] { 19 } - Constant [ integer MORPHOLOGY_THICKEN ] { 20 } - Constant [ integer MORPHOLOGY_VORONOI ] { 21 } - Constant [ integer MORPHOLOGY_ITERATIVE ] { 22 } - Constant [ integer KERNEL_UNITY ] { 1 } - Constant [ integer KERNEL_GAUSSIAN ] { 2 } - Constant [ integer KERNEL_DIFFERENCE_OF_GAUSSIANS ] { 3 } - Constant [ integer KERNEL_LAPLACIAN_OF_GAUSSIANS ] { 4 } - Constant [ integer KERNEL_BLUR ] { 5 } - Constant [ integer KERNEL_COMET ] { 6 } - Constant [ integer KERNEL_LAPLACIAN ] { 7 } - Constant [ integer KERNEL_SOBEL ] { 8 } - Constant [ integer KERNEL_FREI_CHEN ] { 9 } - Constant [ integer KERNEL_ROBERTS ] { 10 } - Constant [ integer KERNEL_PREWITT ] { 11 } - Constant [ integer KERNEL_COMPASS ] { 12 } - Constant [ integer KERNEL_KIRSCH ] { 13 } - Constant [ integer KERNEL_DIAMOND ] { 14 } - Constant [ integer KERNEL_SQUARE ] { 15 } - Constant [ integer KERNEL_RECTANGLE ] { 16 } - Constant [ integer KERNEL_OCTAGON ] { 17 } - Constant [ integer KERNEL_DISK ] { 18 } - Constant [ integer KERNEL_PLUS ] { 19 } - Constant [ integer KERNEL_CROSS ] { 20 } - Constant [ integer KERNEL_RING ] { 21 } - Constant [ integer KERNEL_PEAKS ] { 22 } - Constant [ integer KERNEL_EDGES ] { 23 } - Constant [ integer KERNEL_CORNERS ] { 24 } - Constant [ integer KERNEL_DIAGONALS ] { 25 } - Constant [ integer KERNEL_LINE_ENDS ] { 26 } - Constant [ integer KERNEL_LINE_JUNCTIONS ] { 27 } - Constant [ integer KERNEL_RIDGES ] { 28 } - Constant [ integer KERNEL_CONVEX_HULL ] { 29 } - Constant [ integer KERNEL_THIN_SE ] { 30 } - Constant [ integer KERNEL_SKELETON ] { 31 } - Constant [ integer KERNEL_CHEBYSHEV ] { 32 } - Constant [ integer KERNEL_MANHATTAN ] { 33 } - Constant [ integer KERNEL_OCTAGONAL ] { 34 } - Constant [ integer KERNEL_EUCLIDEAN ] { 35 } - Constant [ integer KERNEL_USER_DEFINED ] { 36 } - Constant [ integer KERNEL_BINOMIAL ] { 37 } - Constant [ integer DIRECTION_LEFT_TO_RIGHT ] { 2 } - Constant [ integer DIRECTION_RIGHT_TO_LEFT ] { 1 } - Constant [ integer NORMALIZE_KERNEL_NONE ] { 0 } - Constant [ integer NORMALIZE_KERNEL_VALUE ] { 8192 } - Constant [ integer NORMALIZE_KERNEL_CORRELATE ] { 65536 } - Constant [ integer NORMALIZE_KERNEL_PERCENT ] { 4096 } + - Constants [573] { + Constant [ public integer COLOR_BLACK ] { 11 } + Constant [ public integer COLOR_BLUE ] { 12 } + Constant [ public integer COLOR_CYAN ] { 13 } + Constant [ public integer COLOR_GREEN ] { 14 } + Constant [ public integer COLOR_RED ] { 15 } + Constant [ public integer COLOR_YELLOW ] { 16 } + Constant [ public integer COLOR_MAGENTA ] { 17 } + Constant [ public integer COLOR_OPACITY ] { 18 } + Constant [ public integer COLOR_ALPHA ] { 19 } + Constant [ public integer COLOR_FUZZ ] { 20 } + Constant [ public integer IMAGICK_EXTNUM ] { 30403 } + Constant [ public string IMAGICK_EXTVER ] { 3.4.4RC1 } + Constant [ public integer QUANTUM_RANGE ] { 65535 } + Constant [ public integer USE_ZEND_MM ] { 0 } + Constant [ public integer COMPOSITE_DEFAULT ] { 40 } + Constant [ public integer COMPOSITE_UNDEFINED ] { 0 } + Constant [ public integer COMPOSITE_NO ] { 1 } + Constant [ public integer COMPOSITE_ADD ] { 2 } + Constant [ public integer COMPOSITE_ATOP ] { 3 } + Constant [ public integer COMPOSITE_BLEND ] { 4 } + Constant [ public integer COMPOSITE_BUMPMAP ] { 5 } + Constant [ public integer COMPOSITE_CLEAR ] { 7 } + Constant [ public integer COMPOSITE_COLORBURN ] { 8 } + Constant [ public integer COMPOSITE_COLORDODGE ] { 9 } + Constant [ public integer COMPOSITE_COLORIZE ] { 10 } + Constant [ public integer COMPOSITE_COPYBLACK ] { 11 } + Constant [ public integer COMPOSITE_COPYBLUE ] { 12 } + Constant [ public integer COMPOSITE_COPY ] { 13 } + Constant [ public integer COMPOSITE_COPYCYAN ] { 14 } + Constant [ public integer COMPOSITE_COPYGREEN ] { 15 } + Constant [ public integer COMPOSITE_COPYMAGENTA ] { 16 } + Constant [ public integer COMPOSITE_COPYOPACITY ] { 17 } + Constant [ public integer COMPOSITE_COPYRED ] { 18 } + Constant [ public integer COMPOSITE_COPYYELLOW ] { 19 } + Constant [ public integer COMPOSITE_DARKEN ] { 20 } + Constant [ public integer COMPOSITE_DSTATOP ] { 21 } + Constant [ public integer COMPOSITE_DST ] { 22 } + Constant [ public integer COMPOSITE_DSTIN ] { 23 } + Constant [ public integer COMPOSITE_DSTOUT ] { 24 } + Constant [ public integer COMPOSITE_DSTOVER ] { 25 } + Constant [ public integer COMPOSITE_DIFFERENCE ] { 26 } + Constant [ public integer COMPOSITE_DISPLACE ] { 27 } + Constant [ public integer COMPOSITE_DISSOLVE ] { 28 } + Constant [ public integer COMPOSITE_EXCLUSION ] { 29 } + Constant [ public integer COMPOSITE_HARDLIGHT ] { 30 } + Constant [ public integer COMPOSITE_HUE ] { 31 } + Constant [ public integer COMPOSITE_IN ] { 32 } + Constant [ public integer COMPOSITE_LIGHTEN ] { 33 } + Constant [ public integer COMPOSITE_LUMINIZE ] { 35 } + Constant [ public integer COMPOSITE_MINUS ] { 36 } + Constant [ public integer COMPOSITE_MODULATE ] { 37 } + Constant [ public integer COMPOSITE_MULTIPLY ] { 38 } + Constant [ public integer COMPOSITE_OUT ] { 39 } + Constant [ public integer COMPOSITE_OVER ] { 40 } + Constant [ public integer COMPOSITE_OVERLAY ] { 41 } + Constant [ public integer COMPOSITE_PLUS ] { 42 } + Constant [ public integer COMPOSITE_REPLACE ] { 43 } + Constant [ public integer COMPOSITE_SATURATE ] { 44 } + Constant [ public integer COMPOSITE_SCREEN ] { 45 } + Constant [ public integer COMPOSITE_SOFTLIGHT ] { 46 } + Constant [ public integer COMPOSITE_SRCATOP ] { 47 } + Constant [ public integer COMPOSITE_SRC ] { 48 } + Constant [ public integer COMPOSITE_SRCIN ] { 49 } + Constant [ public integer COMPOSITE_SRCOUT ] { 50 } + Constant [ public integer COMPOSITE_SRCOVER ] { 51 } + Constant [ public integer COMPOSITE_SUBTRACT ] { 52 } + Constant [ public integer COMPOSITE_THRESHOLD ] { 53 } + Constant [ public integer COMPOSITE_XOR ] { 54 } + Constant [ public integer COMPOSITE_CHANGEMASK ] { 6 } + Constant [ public integer COMPOSITE_LINEARLIGHT ] { 34 } + Constant [ public integer COMPOSITE_DIVIDE ] { 55 } + Constant [ public integer COMPOSITE_DISTORT ] { 56 } + Constant [ public integer COMPOSITE_BLUR ] { 57 } + Constant [ public integer COMPOSITE_PEGTOPLIGHT ] { 58 } + Constant [ public integer COMPOSITE_VIVIDLIGHT ] { 59 } + Constant [ public integer COMPOSITE_PINLIGHT ] { 60 } + Constant [ public integer COMPOSITE_LINEARDODGE ] { 61 } + Constant [ public integer COMPOSITE_LINEARBURN ] { 62 } + Constant [ public integer COMPOSITE_MATHEMATICS ] { 63 } + Constant [ public integer COMPOSITE_MODULUSADD ] { 2 } + Constant [ public integer COMPOSITE_MODULUSSUBTRACT ] { 52 } + Constant [ public integer COMPOSITE_MINUSDST ] { 36 } + Constant [ public integer COMPOSITE_DIVIDEDST ] { 55 } + Constant [ public integer COMPOSITE_DIVIDESRC ] { 64 } + Constant [ public integer COMPOSITE_MINUSSRC ] { 65 } + Constant [ public integer COMPOSITE_DARKENINTENSITY ] { 66 } + Constant [ public integer COMPOSITE_LIGHTENINTENSITY ] { 67 } + Constant [ public integer COMPOSITE_HARDMIX ] { 68 } + Constant [ public integer COMPOSITE_STEREO ] { 69 } + Constant [ public integer MONTAGEMODE_FRAME ] { 1 } + Constant [ public integer MONTAGEMODE_UNFRAME ] { 2 } + Constant [ public integer MONTAGEMODE_CONCATENATE ] { 3 } + Constant [ public integer STYLE_NORMAL ] { 1 } + Constant [ public integer STYLE_ITALIC ] { 2 } + Constant [ public integer STYLE_OBLIQUE ] { 3 } + Constant [ public integer STYLE_ANY ] { 4 } + Constant [ public integer FILTER_UNDEFINED ] { 0 } + Constant [ public integer FILTER_POINT ] { 1 } + Constant [ public integer FILTER_BOX ] { 2 } + Constant [ public integer FILTER_TRIANGLE ] { 3 } + Constant [ public integer FILTER_HERMITE ] { 4 } + Constant [ public integer FILTER_HANNING ] { 5 } + Constant [ public integer FILTER_HAMMING ] { 6 } + Constant [ public integer FILTER_BLACKMAN ] { 7 } + Constant [ public integer FILTER_GAUSSIAN ] { 8 } + Constant [ public integer FILTER_QUADRATIC ] { 9 } + Constant [ public integer FILTER_CUBIC ] { 10 } + Constant [ public integer FILTER_CATROM ] { 11 } + Constant [ public integer FILTER_MITCHELL ] { 12 } + Constant [ public integer FILTER_LANCZOS ] { 22 } + Constant [ public integer FILTER_BESSEL ] { 13 } + Constant [ public integer FILTER_SINC ] { 14 } + Constant [ public integer FILTER_KAISER ] { 16 } + Constant [ public integer FILTER_WELSH ] { 17 } + Constant [ public integer FILTER_PARZEN ] { 18 } + Constant [ public integer FILTER_LAGRANGE ] { 21 } + Constant [ public integer FILTER_SENTINEL ] { 31 } + Constant [ public integer FILTER_BOHMAN ] { 19 } + Constant [ public integer FILTER_BARTLETT ] { 20 } + Constant [ public integer FILTER_JINC ] { 13 } + Constant [ public integer FILTER_SINCFAST ] { 15 } + Constant [ public integer FILTER_ROBIDOUX ] { 26 } + Constant [ public integer FILTER_LANCZOSSHARP ] { 23 } + Constant [ public integer FILTER_LANCZOS2 ] { 24 } + Constant [ public integer FILTER_LANCZOS2SHARP ] { 25 } + Constant [ public integer FILTER_ROBIDOUXSHARP ] { 27 } + Constant [ public integer FILTER_COSINE ] { 28 } + Constant [ public integer FILTER_SPLINE ] { 29 } + Constant [ public integer FILTER_LANCZOSRADIUS ] { 30 } + Constant [ public integer IMGTYPE_UNDEFINED ] { 0 } + Constant [ public integer IMGTYPE_BILEVEL ] { 1 } + Constant [ public integer IMGTYPE_GRAYSCALE ] { 2 } + Constant [ public integer IMGTYPE_GRAYSCALEMATTE ] { 3 } + Constant [ public integer IMGTYPE_PALETTE ] { 4 } + Constant [ public integer IMGTYPE_PALETTEMATTE ] { 5 } + Constant [ public integer IMGTYPE_TRUECOLOR ] { 6 } + Constant [ public integer IMGTYPE_TRUECOLORMATTE ] { 7 } + Constant [ public integer IMGTYPE_COLORSEPARATION ] { 8 } + Constant [ public integer IMGTYPE_COLORSEPARATIONMATTE ] { 9 } + Constant [ public integer IMGTYPE_OPTIMIZE ] { 10 } + Constant [ public integer IMGTYPE_PALETTEBILEVELMATTE ] { 11 } + Constant [ public integer RESOLUTION_UNDEFINED ] { 0 } + Constant [ public integer RESOLUTION_PIXELSPERINCH ] { 1 } + Constant [ public integer RESOLUTION_PIXELSPERCENTIMETER ] { 2 } + Constant [ public integer COMPRESSION_UNDEFINED ] { 0 } + Constant [ public integer COMPRESSION_NO ] { 1 } + Constant [ public integer COMPRESSION_BZIP ] { 2 } + Constant [ public integer COMPRESSION_FAX ] { 6 } + Constant [ public integer COMPRESSION_GROUP4 ] { 7 } + Constant [ public integer COMPRESSION_JPEG ] { 8 } + Constant [ public integer COMPRESSION_JPEG2000 ] { 9 } + Constant [ public integer COMPRESSION_LOSSLESSJPEG ] { 10 } + Constant [ public integer COMPRESSION_LZW ] { 11 } + Constant [ public integer COMPRESSION_RLE ] { 12 } + Constant [ public integer COMPRESSION_ZIP ] { 13 } + Constant [ public integer COMPRESSION_DXT1 ] { 3 } + Constant [ public integer COMPRESSION_DXT3 ] { 4 } + Constant [ public integer COMPRESSION_DXT5 ] { 5 } + Constant [ public integer COMPRESSION_ZIPS ] { 14 } + Constant [ public integer COMPRESSION_PIZ ] { 15 } + Constant [ public integer COMPRESSION_PXR24 ] { 16 } + Constant [ public integer COMPRESSION_B44 ] { 17 } + Constant [ public integer COMPRESSION_B44A ] { 18 } + Constant [ public integer COMPRESSION_LZMA ] { 19 } + Constant [ public integer COMPRESSION_JBIG1 ] { 20 } + Constant [ public integer COMPRESSION_JBIG2 ] { 21 } + Constant [ public integer PAINT_POINT ] { 1 } + Constant [ public integer PAINT_REPLACE ] { 2 } + Constant [ public integer PAINT_FLOODFILL ] { 3 } + Constant [ public integer PAINT_FILLTOBORDER ] { 4 } + Constant [ public integer PAINT_RESET ] { 5 } + Constant [ public integer GRAVITY_NORTHWEST ] { 1 } + Constant [ public integer GRAVITY_NORTH ] { 2 } + Constant [ public integer GRAVITY_NORTHEAST ] { 3 } + Constant [ public integer GRAVITY_WEST ] { 4 } + Constant [ public integer GRAVITY_CENTER ] { 5 } + Constant [ public integer GRAVITY_EAST ] { 6 } + Constant [ public integer GRAVITY_SOUTHWEST ] { 7 } + Constant [ public integer GRAVITY_SOUTH ] { 8 } + Constant [ public integer GRAVITY_SOUTHEAST ] { 9 } + Constant [ public integer GRAVITY_FORGET ] { 0 } + Constant [ public integer GRAVITY_STATIC ] { 10 } + Constant [ public integer STRETCH_NORMAL ] { 1 } + Constant [ public integer STRETCH_ULTRACONDENSED ] { 2 } + Constant [ public integer STRETCH_EXTRACONDENSED ] { 3 } + Constant [ public integer STRETCH_CONDENSED ] { 4 } + Constant [ public integer STRETCH_SEMICONDENSED ] { 5 } + Constant [ public integer STRETCH_SEMIEXPANDED ] { 6 } + Constant [ public integer STRETCH_EXPANDED ] { 7 } + Constant [ public integer STRETCH_EXTRAEXPANDED ] { 8 } + Constant [ public integer STRETCH_ULTRAEXPANDED ] { 9 } + Constant [ public integer STRETCH_ANY ] { 10 } + Constant [ public integer ALIGN_UNDEFINED ] { 0 } + Constant [ public integer ALIGN_LEFT ] { 1 } + Constant [ public integer ALIGN_CENTER ] { 2 } + Constant [ public integer ALIGN_RIGHT ] { 3 } + Constant [ public integer DECORATION_NO ] { 1 } + Constant [ public integer DECORATION_UNDERLINE ] { 2 } + Constant [ public integer DECORATION_OVERLINE ] { 3 } + Constant [ public integer DECORATION_LINETROUGH ] { 4 } + Constant [ public integer DECORATION_LINETHROUGH ] { 4 } + Constant [ public integer NOISE_UNIFORM ] { 1 } + Constant [ public integer NOISE_GAUSSIAN ] { 2 } + Constant [ public integer NOISE_MULTIPLICATIVEGAUSSIAN ] { 3 } + Constant [ public integer NOISE_IMPULSE ] { 4 } + Constant [ public integer NOISE_LAPLACIAN ] { 5 } + Constant [ public integer NOISE_POISSON ] { 6 } + Constant [ public integer NOISE_RANDOM ] { 7 } + Constant [ public integer CHANNEL_UNDEFINED ] { 0 } + Constant [ public integer CHANNEL_RED ] { 1 } + Constant [ public integer CHANNEL_GRAY ] { 1 } + Constant [ public integer CHANNEL_CYAN ] { 1 } + Constant [ public integer CHANNEL_GREEN ] { 2 } + Constant [ public integer CHANNEL_MAGENTA ] { 2 } + Constant [ public integer CHANNEL_BLUE ] { 4 } + Constant [ public integer CHANNEL_YELLOW ] { 4 } + Constant [ public integer CHANNEL_ALPHA ] { 8 } + Constant [ public integer CHANNEL_OPACITY ] { 8 } + Constant [ public integer CHANNEL_MATTE ] { 8 } + Constant [ public integer CHANNEL_BLACK ] { 32 } + Constant [ public integer CHANNEL_INDEX ] { 32 } + Constant [ public integer CHANNEL_ALL ] { 134217727 } + Constant [ public integer CHANNEL_DEFAULT ] { 134217719 } + Constant [ public integer CHANNEL_RGBA ] { 15 } + Constant [ public integer CHANNEL_TRUEALPHA ] { 64 } + Constant [ public integer CHANNEL_RGBS ] { 128 } + Constant [ public integer CHANNEL_GRAY_CHANNELS ] { 128 } + Constant [ public integer CHANNEL_SYNC ] { 256 } + Constant [ public integer CHANNEL_COMPOSITES ] { 47 } + Constant [ public integer METRIC_UNDEFINED ] { 0 } + Constant [ public integer METRIC_ABSOLUTEERRORMETRIC ] { 1 } + Constant [ public integer METRIC_MEANABSOLUTEERROR ] { 2 } + Constant [ public integer METRIC_MEANERRORPERPIXELMETRIC ] { 3 } + Constant [ public integer METRIC_MEANSQUAREERROR ] { 4 } + Constant [ public integer METRIC_PEAKABSOLUTEERROR ] { 5 } + Constant [ public integer METRIC_PEAKSIGNALTONOISERATIO ] { 6 } + Constant [ public integer METRIC_ROOTMEANSQUAREDERROR ] { 7 } + Constant [ public integer METRIC_NORMALIZEDCROSSCORRELATIONERRORMETRIC ] { 8 } + Constant [ public integer METRIC_FUZZERROR ] { 9 } + Constant [ public integer METRIC_PERCEPTUALHASH_ERROR ] { 255 } + Constant [ public integer PIXEL_CHAR ] { 1 } + Constant [ public integer PIXEL_DOUBLE ] { 2 } + Constant [ public integer PIXEL_FLOAT ] { 3 } + Constant [ public integer PIXEL_INTEGER ] { 4 } + Constant [ public integer PIXEL_LONG ] { 5 } + Constant [ public integer PIXEL_QUANTUM ] { 6 } + Constant [ public integer PIXEL_SHORT ] { 7 } + Constant [ public integer EVALUATE_UNDEFINED ] { 0 } + Constant [ public integer EVALUATE_ADD ] { 1 } + Constant [ public integer EVALUATE_AND ] { 2 } + Constant [ public integer EVALUATE_DIVIDE ] { 3 } + Constant [ public integer EVALUATE_LEFTSHIFT ] { 4 } + Constant [ public integer EVALUATE_MAX ] { 5 } + Constant [ public integer EVALUATE_MIN ] { 6 } + Constant [ public integer EVALUATE_MULTIPLY ] { 7 } + Constant [ public integer EVALUATE_OR ] { 8 } + Constant [ public integer EVALUATE_RIGHTSHIFT ] { 9 } + Constant [ public integer EVALUATE_SET ] { 10 } + Constant [ public integer EVALUATE_SUBTRACT ] { 11 } + Constant [ public integer EVALUATE_XOR ] { 12 } + Constant [ public integer EVALUATE_POW ] { 13 } + Constant [ public integer EVALUATE_LOG ] { 14 } + Constant [ public integer EVALUATE_THRESHOLD ] { 15 } + Constant [ public integer EVALUATE_THRESHOLDBLACK ] { 16 } + Constant [ public integer EVALUATE_THRESHOLDWHITE ] { 17 } + Constant [ public integer EVALUATE_GAUSSIANNOISE ] { 18 } + Constant [ public integer EVALUATE_IMPULSENOISE ] { 19 } + Constant [ public integer EVALUATE_LAPLACIANNOISE ] { 20 } + Constant [ public integer EVALUATE_MULTIPLICATIVENOISE ] { 21 } + Constant [ public integer EVALUATE_POISSONNOISE ] { 22 } + Constant [ public integer EVALUATE_UNIFORMNOISE ] { 23 } + Constant [ public integer EVALUATE_COSINE ] { 24 } + Constant [ public integer EVALUATE_SINE ] { 25 } + Constant [ public integer EVALUATE_ADDMODULUS ] { 26 } + Constant [ public integer EVALUATE_MEAN ] { 27 } + Constant [ public integer EVALUATE_ABS ] { 28 } + Constant [ public integer EVALUATE_EXPONENTIAL ] { 29 } + Constant [ public integer EVALUATE_MEDIAN ] { 30 } + Constant [ public integer EVALUATE_SUM ] { 31 } + Constant [ public integer EVALUATE_ROOT_MEAN_SQUARE ] { 32 } + Constant [ public integer COLORSPACE_UNDEFINED ] { 0 } + Constant [ public integer COLORSPACE_RGB ] { 1 } + Constant [ public integer COLORSPACE_GRAY ] { 2 } + Constant [ public integer COLORSPACE_TRANSPARENT ] { 3 } + Constant [ public integer COLORSPACE_OHTA ] { 4 } + Constant [ public integer COLORSPACE_LAB ] { 5 } + Constant [ public integer COLORSPACE_XYZ ] { 6 } + Constant [ public integer COLORSPACE_YCBCR ] { 7 } + Constant [ public integer COLORSPACE_YCC ] { 8 } + Constant [ public integer COLORSPACE_YIQ ] { 9 } + Constant [ public integer COLORSPACE_YPBPR ] { 10 } + Constant [ public integer COLORSPACE_YUV ] { 11 } + Constant [ public integer COLORSPACE_CMYK ] { 12 } + Constant [ public integer COLORSPACE_SRGB ] { 13 } + Constant [ public integer COLORSPACE_HSB ] { 14 } + Constant [ public integer COLORSPACE_HSL ] { 15 } + Constant [ public integer COLORSPACE_HWB ] { 16 } + Constant [ public integer COLORSPACE_REC601LUMA ] { 17 } + Constant [ public integer COLORSPACE_REC709LUMA ] { 19 } + Constant [ public integer COLORSPACE_LOG ] { 21 } + Constant [ public integer COLORSPACE_CMY ] { 22 } + Constant [ public integer COLORSPACE_LUV ] { 23 } + Constant [ public integer COLORSPACE_HCL ] { 24 } + Constant [ public integer COLORSPACE_LCH ] { 25 } + Constant [ public integer COLORSPACE_LMS ] { 26 } + Constant [ public integer COLORSPACE_LCHAB ] { 27 } + Constant [ public integer COLORSPACE_LCHUV ] { 28 } + Constant [ public integer COLORSPACE_SCRGB ] { 29 } + Constant [ public integer COLORSPACE_HSI ] { 30 } + Constant [ public integer COLORSPACE_HSV ] { 31 } + Constant [ public integer COLORSPACE_HCLP ] { 32 } + Constant [ public integer COLORSPACE_YDBDR ] { 33 } + Constant [ public integer COLORSPACE_REC601YCBCR ] { 18 } + Constant [ public integer COLORSPACE_REC709YCBCR ] { 20 } + Constant [ public integer COLORSPACE_XYY ] { 34 } + Constant [ public integer COLORSPACE_LINEARGRAY ] { 35 } + Constant [ public integer VIRTUALPIXELMETHOD_UNDEFINED ] { 0 } + Constant [ public integer VIRTUALPIXELMETHOD_BACKGROUND ] { 1 } + Constant [ public integer VIRTUALPIXELMETHOD_CONSTANT ] { 2 } + Constant [ public integer VIRTUALPIXELMETHOD_EDGE ] { 4 } + Constant [ public integer VIRTUALPIXELMETHOD_MIRROR ] { 5 } + Constant [ public integer VIRTUALPIXELMETHOD_TILE ] { 7 } + Constant [ public integer VIRTUALPIXELMETHOD_TRANSPARENT ] { 8 } + Constant [ public integer VIRTUALPIXELMETHOD_MASK ] { 9 } + Constant [ public integer VIRTUALPIXELMETHOD_BLACK ] { 10 } + Constant [ public integer VIRTUALPIXELMETHOD_GRAY ] { 11 } + Constant [ public integer VIRTUALPIXELMETHOD_WHITE ] { 12 } + Constant [ public integer VIRTUALPIXELMETHOD_HORIZONTALTILE ] { 13 } + Constant [ public integer VIRTUALPIXELMETHOD_VERTICALTILE ] { 14 } + Constant [ public integer VIRTUALPIXELMETHOD_HORIZONTALTILEEDGE ] { 15 } + Constant [ public integer VIRTUALPIXELMETHOD_VERTICALTILEEDGE ] { 16 } + Constant [ public integer VIRTUALPIXELMETHOD_CHECKERTILE ] { 17 } + Constant [ public integer PREVIEW_UNDEFINED ] { 0 } + Constant [ public integer PREVIEW_ROTATE ] { 1 } + Constant [ public integer PREVIEW_SHEAR ] { 2 } + Constant [ public integer PREVIEW_ROLL ] { 3 } + Constant [ public integer PREVIEW_HUE ] { 4 } + Constant [ public integer PREVIEW_SATURATION ] { 5 } + Constant [ public integer PREVIEW_BRIGHTNESS ] { 6 } + Constant [ public integer PREVIEW_GAMMA ] { 7 } + Constant [ public integer PREVIEW_SPIFF ] { 8 } + Constant [ public integer PREVIEW_DULL ] { 9 } + Constant [ public integer PREVIEW_GRAYSCALE ] { 10 } + Constant [ public integer PREVIEW_QUANTIZE ] { 11 } + Constant [ public integer PREVIEW_DESPECKLE ] { 12 } + Constant [ public integer PREVIEW_REDUCENOISE ] { 13 } + Constant [ public integer PREVIEW_ADDNOISE ] { 14 } + Constant [ public integer PREVIEW_SHARPEN ] { 15 } + Constant [ public integer PREVIEW_BLUR ] { 16 } + Constant [ public integer PREVIEW_THRESHOLD ] { 17 } + Constant [ public integer PREVIEW_EDGEDETECT ] { 18 } + Constant [ public integer PREVIEW_SPREAD ] { 19 } + Constant [ public integer PREVIEW_SOLARIZE ] { 20 } + Constant [ public integer PREVIEW_SHADE ] { 21 } + Constant [ public integer PREVIEW_RAISE ] { 22 } + Constant [ public integer PREVIEW_SEGMENT ] { 23 } + Constant [ public integer PREVIEW_SWIRL ] { 24 } + Constant [ public integer PREVIEW_IMPLODE ] { 25 } + Constant [ public integer PREVIEW_WAVE ] { 26 } + Constant [ public integer PREVIEW_OILPAINT ] { 27 } + Constant [ public integer PREVIEW_CHARCOALDRAWING ] { 28 } + Constant [ public integer PREVIEW_JPEG ] { 29 } + Constant [ public integer RENDERINGINTENT_UNDEFINED ] { 0 } + Constant [ public integer RENDERINGINTENT_SATURATION ] { 1 } + Constant [ public integer RENDERINGINTENT_PERCEPTUAL ] { 2 } + Constant [ public integer RENDERINGINTENT_ABSOLUTE ] { 3 } + Constant [ public integer RENDERINGINTENT_RELATIVE ] { 4 } + Constant [ public integer INTERLACE_UNDEFINED ] { 0 } + Constant [ public integer INTERLACE_NO ] { 1 } + Constant [ public integer INTERLACE_LINE ] { 2 } + Constant [ public integer INTERLACE_PLANE ] { 3 } + Constant [ public integer INTERLACE_PARTITION ] { 4 } + Constant [ public integer INTERLACE_GIF ] { 5 } + Constant [ public integer INTERLACE_JPEG ] { 6 } + Constant [ public integer INTERLACE_PNG ] { 7 } + Constant [ public integer FILLRULE_UNDEFINED ] { 0 } + Constant [ public integer FILLRULE_EVENODD ] { 1 } + Constant [ public integer FILLRULE_NONZERO ] { 2 } + Constant [ public integer PATHUNITS_UNDEFINED ] { 0 } + Constant [ public integer PATHUNITS_USERSPACE ] { 1 } + Constant [ public integer PATHUNITS_USERSPACEONUSE ] { 2 } + Constant [ public integer PATHUNITS_OBJECTBOUNDINGBOX ] { 3 } + Constant [ public integer LINECAP_UNDEFINED ] { 0 } + Constant [ public integer LINECAP_BUTT ] { 1 } + Constant [ public integer LINECAP_ROUND ] { 2 } + Constant [ public integer LINECAP_SQUARE ] { 3 } + Constant [ public integer LINEJOIN_UNDEFINED ] { 0 } + Constant [ public integer LINEJOIN_MITER ] { 1 } + Constant [ public integer LINEJOIN_ROUND ] { 2 } + Constant [ public integer LINEJOIN_BEVEL ] { 3 } + Constant [ public integer RESOURCETYPE_UNDEFINED ] { 0 } + Constant [ public integer RESOURCETYPE_AREA ] { 1 } + Constant [ public integer RESOURCETYPE_DISK ] { 2 } + Constant [ public integer RESOURCETYPE_FILE ] { 3 } + Constant [ public integer RESOURCETYPE_MAP ] { 4 } + Constant [ public integer RESOURCETYPE_MEMORY ] { 5 } + Constant [ public integer RESOURCETYPE_TIME ] { 7 } + Constant [ public integer RESOURCETYPE_THROTTLE ] { 8 } + Constant [ public integer RESOURCETYPE_THREAD ] { 6 } + Constant [ public integer RESOURCETYPE_WIDTH ] { 9 } + Constant [ public integer RESOURCETYPE_HEIGHT ] { 10 } + Constant [ public integer RESOURCETYPE_LISTLENGTH ] { 11 } + Constant [ public integer DISPOSE_UNRECOGNIZED ] { 0 } + Constant [ public integer DISPOSE_UNDEFINED ] { 0 } + Constant [ public integer DISPOSE_NONE ] { 1 } + Constant [ public integer DISPOSE_BACKGROUND ] { 2 } + Constant [ public integer DISPOSE_PREVIOUS ] { 3 } + Constant [ public integer INTERPOLATE_UNDEFINED ] { 0 } + Constant [ public integer INTERPOLATE_AVERAGE ] { 1 } + Constant [ public integer INTERPOLATE_BICUBIC ] { 2 } + Constant [ public integer INTERPOLATE_BILINEAR ] { 3 } + Constant [ public integer INTERPOLATE_FILTER ] { 4 } + Constant [ public integer INTERPOLATE_INTEGER ] { 5 } + Constant [ public integer INTERPOLATE_MESH ] { 6 } + Constant [ public integer INTERPOLATE_NEARESTNEIGHBOR ] { 7 } + Constant [ public integer INTERPOLATE_SPLINE ] { 8 } + Constant [ public integer INTERPOLATE_AVERAGE_9 ] { 9 } + Constant [ public integer INTERPOLATE_AVERAGE_16 ] { 10 } + Constant [ public integer INTERPOLATE_BLEND ] { 11 } + Constant [ public integer INTERPOLATE_BACKGROUND_COLOR ] { 12 } + Constant [ public integer INTERPOLATE_CATROM ] { 13 } + Constant [ public integer LAYERMETHOD_UNDEFINED ] { 0 } + Constant [ public integer LAYERMETHOD_COALESCE ] { 1 } + Constant [ public integer LAYERMETHOD_COMPAREANY ] { 2 } + Constant [ public integer LAYERMETHOD_COMPARECLEAR ] { 3 } + Constant [ public integer LAYERMETHOD_COMPAREOVERLAY ] { 4 } + Constant [ public integer LAYERMETHOD_DISPOSE ] { 5 } + Constant [ public integer LAYERMETHOD_OPTIMIZE ] { 6 } + Constant [ public integer LAYERMETHOD_OPTIMIZEPLUS ] { 8 } + Constant [ public integer LAYERMETHOD_OPTIMIZETRANS ] { 9 } + Constant [ public integer LAYERMETHOD_COMPOSITE ] { 12 } + Constant [ public integer LAYERMETHOD_OPTIMIZEIMAGE ] { 7 } + Constant [ public integer LAYERMETHOD_REMOVEDUPS ] { 10 } + Constant [ public integer LAYERMETHOD_REMOVEZERO ] { 11 } + Constant [ public integer LAYERMETHOD_TRIMBOUNDS ] { 16 } + Constant [ public integer ORIENTATION_UNDEFINED ] { 0 } + Constant [ public integer ORIENTATION_TOPLEFT ] { 1 } + Constant [ public integer ORIENTATION_TOPRIGHT ] { 2 } + Constant [ public integer ORIENTATION_BOTTOMRIGHT ] { 3 } + Constant [ public integer ORIENTATION_BOTTOMLEFT ] { 4 } + Constant [ public integer ORIENTATION_LEFTTOP ] { 5 } + Constant [ public integer ORIENTATION_RIGHTTOP ] { 6 } + Constant [ public integer ORIENTATION_RIGHTBOTTOM ] { 7 } + Constant [ public integer ORIENTATION_LEFTBOTTOM ] { 8 } + Constant [ public integer DISTORTION_UNDEFINED ] { 0 } + Constant [ public integer DISTORTION_AFFINE ] { 1 } + Constant [ public integer DISTORTION_AFFINEPROJECTION ] { 2 } + Constant [ public integer DISTORTION_ARC ] { 9 } + Constant [ public integer DISTORTION_BILINEAR ] { 6 } + Constant [ public integer DISTORTION_PERSPECTIVE ] { 4 } + Constant [ public integer DISTORTION_PERSPECTIVEPROJECTION ] { 5 } + Constant [ public integer DISTORTION_SCALEROTATETRANSLATE ] { 3 } + Constant [ public integer DISTORTION_POLYNOMIAL ] { 8 } + Constant [ public integer DISTORTION_POLAR ] { 10 } + Constant [ public integer DISTORTION_DEPOLAR ] { 11 } + Constant [ public integer DISTORTION_BARREL ] { 14 } + Constant [ public integer DISTORTION_SHEPARDS ] { 16 } + Constant [ public integer DISTORTION_SENTINEL ] { 18 } + Constant [ public integer DISTORTION_BARRELINVERSE ] { 15 } + Constant [ public integer DISTORTION_BILINEARFORWARD ] { 6 } + Constant [ public integer DISTORTION_BILINEARREVERSE ] { 7 } + Constant [ public integer DISTORTION_RESIZE ] { 17 } + Constant [ public integer DISTORTION_CYLINDER2PLANE ] { 12 } + Constant [ public integer DISTORTION_PLANE2CYLINDER ] { 13 } + Constant [ public integer LAYERMETHOD_MERGE ] { 13 } + Constant [ public integer LAYERMETHOD_FLATTEN ] { 14 } + Constant [ public integer LAYERMETHOD_MOSAIC ] { 15 } + Constant [ public integer ALPHACHANNEL_ACTIVATE ] { 1 } + Constant [ public integer ALPHACHANNEL_RESET ] { 7 } + Constant [ public integer ALPHACHANNEL_SET ] { 8 } + Constant [ public integer ALPHACHANNEL_UNDEFINED ] { 0 } + Constant [ public integer ALPHACHANNEL_COPY ] { 3 } + Constant [ public integer ALPHACHANNEL_DEACTIVATE ] { 4 } + Constant [ public integer ALPHACHANNEL_EXTRACT ] { 5 } + Constant [ public integer ALPHACHANNEL_OPAQUE ] { 6 } + Constant [ public integer ALPHACHANNEL_SHAPE ] { 9 } + Constant [ public integer ALPHACHANNEL_TRANSPARENT ] { 10 } + Constant [ public integer ALPHACHANNEL_ASSOCIATE ] { 13 } + Constant [ public integer ALPHACHANNEL_DISSOCIATE ] { 14 } + Constant [ public integer SPARSECOLORMETHOD_UNDEFINED ] { 0 } + Constant [ public integer SPARSECOLORMETHOD_BARYCENTRIC ] { 1 } + Constant [ public integer SPARSECOLORMETHOD_BILINEAR ] { 7 } + Constant [ public integer SPARSECOLORMETHOD_POLYNOMIAL ] { 8 } + Constant [ public integer SPARSECOLORMETHOD_SPEPARDS ] { 16 } + Constant [ public integer SPARSECOLORMETHOD_VORONOI ] { 18 } + Constant [ public integer SPARSECOLORMETHOD_INVERSE ] { 19 } + Constant [ public integer SPARSECOLORMETHOD_MANHATTAN ] { 20 } + Constant [ public integer DITHERMETHOD_UNDEFINED ] { 0 } + Constant [ public integer DITHERMETHOD_NO ] { 1 } + Constant [ public integer DITHERMETHOD_RIEMERSMA ] { 2 } + Constant [ public integer DITHERMETHOD_FLOYDSTEINBERG ] { 3 } + Constant [ public integer FUNCTION_UNDEFINED ] { 0 } + Constant [ public integer FUNCTION_POLYNOMIAL ] { 1 } + Constant [ public integer FUNCTION_SINUSOID ] { 2 } + Constant [ public integer ALPHACHANNEL_BACKGROUND ] { 2 } + Constant [ public integer FUNCTION_ARCSIN ] { 3 } + Constant [ public integer FUNCTION_ARCTAN ] { 4 } + Constant [ public integer ALPHACHANNEL_FLATTEN ] { 11 } + Constant [ public integer ALPHACHANNEL_REMOVE ] { 12 } + Constant [ public integer STATISTIC_GRADIENT ] { 1 } + Constant [ public integer STATISTIC_MAXIMUM ] { 2 } + Constant [ public integer STATISTIC_MEAN ] { 3 } + Constant [ public integer STATISTIC_MEDIAN ] { 4 } + Constant [ public integer STATISTIC_MINIMUM ] { 5 } + Constant [ public integer STATISTIC_MODE ] { 6 } + Constant [ public integer STATISTIC_NONPEAK ] { 7 } + Constant [ public integer STATISTIC_STANDARD_DEVIATION ] { 8 } + Constant [ public integer STATISTIC_ROOT_MEAN_SQUARE ] { 9 } + Constant [ public integer MORPHOLOGY_CONVOLVE ] { 1 } + Constant [ public integer MORPHOLOGY_CORRELATE ] { 2 } + Constant [ public integer MORPHOLOGY_ERODE ] { 3 } + Constant [ public integer MORPHOLOGY_DILATE ] { 4 } + Constant [ public integer MORPHOLOGY_ERODE_INTENSITY ] { 5 } + Constant [ public integer MORPHOLOGY_DILATE_INTENSITY ] { 6 } + Constant [ public integer MORPHOLOGY_DISTANCE ] { 7 } + Constant [ public integer MORPHOLOGY_OPEN ] { 8 } + Constant [ public integer MORPHOLOGY_CLOSE ] { 9 } + Constant [ public integer MORPHOLOGY_OPEN_INTENSITY ] { 10 } + Constant [ public integer MORPHOLOGY_CLOSE_INTENSITY ] { 11 } + Constant [ public integer MORPHOLOGY_SMOOTH ] { 12 } + Constant [ public integer MORPHOLOGY_EDGE_IN ] { 13 } + Constant [ public integer MORPHOLOGY_EDGE_OUT ] { 14 } + Constant [ public integer MORPHOLOGY_EDGE ] { 15 } + Constant [ public integer MORPHOLOGY_TOP_HAT ] { 16 } + Constant [ public integer MORPHOLOGY_BOTTOM_HAT ] { 17 } + Constant [ public integer MORPHOLOGY_HIT_AND_MISS ] { 18 } + Constant [ public integer MORPHOLOGY_THINNING ] { 19 } + Constant [ public integer MORPHOLOGY_THICKEN ] { 20 } + Constant [ public integer MORPHOLOGY_VORONOI ] { 21 } + Constant [ public integer MORPHOLOGY_ITERATIVE ] { 22 } + Constant [ public integer KERNEL_UNITY ] { 1 } + Constant [ public integer KERNEL_GAUSSIAN ] { 2 } + Constant [ public integer KERNEL_DIFFERENCE_OF_GAUSSIANS ] { 3 } + Constant [ public integer KERNEL_LAPLACIAN_OF_GAUSSIANS ] { 4 } + Constant [ public integer KERNEL_BLUR ] { 5 } + Constant [ public integer KERNEL_COMET ] { 6 } + Constant [ public integer KERNEL_LAPLACIAN ] { 7 } + Constant [ public integer KERNEL_SOBEL ] { 8 } + Constant [ public integer KERNEL_FREI_CHEN ] { 9 } + Constant [ public integer KERNEL_ROBERTS ] { 10 } + Constant [ public integer KERNEL_PREWITT ] { 11 } + Constant [ public integer KERNEL_COMPASS ] { 12 } + Constant [ public integer KERNEL_KIRSCH ] { 13 } + Constant [ public integer KERNEL_DIAMOND ] { 14 } + Constant [ public integer KERNEL_SQUARE ] { 15 } + Constant [ public integer KERNEL_RECTANGLE ] { 16 } + Constant [ public integer KERNEL_OCTAGON ] { 17 } + Constant [ public integer KERNEL_DISK ] { 18 } + Constant [ public integer KERNEL_PLUS ] { 19 } + Constant [ public integer KERNEL_CROSS ] { 20 } + Constant [ public integer KERNEL_RING ] { 21 } + Constant [ public integer KERNEL_PEAKS ] { 22 } + Constant [ public integer KERNEL_EDGES ] { 23 } + Constant [ public integer KERNEL_CORNERS ] { 24 } + Constant [ public integer KERNEL_DIAGONALS ] { 25 } + Constant [ public integer KERNEL_LINE_ENDS ] { 26 } + Constant [ public integer KERNEL_LINE_JUNCTIONS ] { 27 } + Constant [ public integer KERNEL_RIDGES ] { 28 } + Constant [ public integer KERNEL_CONVEX_HULL ] { 29 } + Constant [ public integer KERNEL_THIN_SE ] { 30 } + Constant [ public integer KERNEL_SKELETON ] { 31 } + Constant [ public integer KERNEL_CHEBYSHEV ] { 32 } + Constant [ public integer KERNEL_MANHATTAN ] { 33 } + Constant [ public integer KERNEL_OCTAGONAL ] { 34 } + Constant [ public integer KERNEL_EUCLIDEAN ] { 35 } + Constant [ public integer KERNEL_USER_DEFINED ] { 36 } + Constant [ public integer KERNEL_BINOMIAL ] { 37 } + Constant [ public integer DIRECTION_LEFT_TO_RIGHT ] { 2 } + Constant [ public integer DIRECTION_RIGHT_TO_LEFT ] { 1 } + Constant [ public integer NORMALIZE_KERNEL_NONE ] { 0 } + Constant [ public integer NORMALIZE_KERNEL_VALUE ] { 8192 } + Constant [ public integer NORMALIZE_KERNEL_CORRELATE ] { 65536 } + Constant [ public integer NORMALIZE_KERNEL_PERCENT ] { 4096 } } - Static properties [0] { @@ -1020,7 +1025,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { - Properties [0] { } - - Methods [351] { + - Methods [352] { Method [ public method optimizeimagelayers ] { - Parameters [0] { @@ -1091,7 +1096,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method getimagematte ] { + Method [ public method getimagematte ] { - Parameters [0] { } @@ -1183,7 +1188,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method roundcornersimage ] { + Method [ public method roundcornersimage ] { - Parameters [5] { Parameter #0 [ $xRounding ] @@ -1194,7 +1199,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method roundcorners ] { + Method [ public method roundcorners ] { - Parameters [5] { Parameter #0 [ $xRounding ] @@ -1218,7 +1223,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method transformimage ] { + Method [ public method transformimage ] { - Parameters [2] { Parameter #0 [ $crop ] @@ -1226,14 +1231,14 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method setimageopacity ] { + Method [ public method setimageopacity ] { - Parameters [1] { Parameter #0 [ $opacity ] } } - Method [ public method orderedposterizeimage ] { + Method [ public method orderedposterizeimage ] { - Parameters [2] { Parameter #0 [ $threshold_map ] @@ -1328,7 +1333,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method paintfloodfillimage ] { + Method [ public method paintfloodfillimage ] { - Parameters [6] { Parameter #0 [ $CHANNEL ] @@ -1396,14 +1401,14 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method setimageclipmask ] { + Method [ public method setimageclipmask ] { - Parameters [1] { Parameter #0 [ Imagick $Imagick ] } } - Method [ public method getimageclipmask ] { + Method [ public method getimageclipmask ] { - Parameters [0] { } @@ -1416,7 +1421,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method recolorimage ] { + Method [ public method recolorimage ] { - Parameters [1] { Parameter #0 [ $matrix ] @@ -1888,7 +1893,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method getimagesize ] { + Method [ public method getimagesize ] { - Parameters [0] { } @@ -1948,14 +1953,14 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method setimageindex ] { + Method [ public method setimageindex ] { - Parameters [1] { Parameter #0 [ $index ] } } - Method [ public method getimageindex ] { + Method [ public method getimageindex ] { - Parameters [0] { } @@ -2147,7 +2152,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method radialblurimage ] { + Method [ public method radialblurimage ] { - Parameters [2] { Parameter #0 [ $angle ] @@ -2229,7 +2234,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method setimageattribute ] { + Method [ public method setimageattribute ] { - Parameters [2] { Parameter #0 [ $key ] @@ -2279,7 +2284,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method setimagemattecolor ] { + Method [ public method setimagemattecolor ] { - Parameters [1] { Parameter #0 [ $color ] @@ -2465,7 +2470,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method mosaicimages ] { + Method [ public method mosaicimages ] { - Parameters [0] { } @@ -2491,7 +2496,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method averageimages ] { + Method [ public method averageimages ] { - Parameters [0] { } @@ -2544,7 +2549,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method colorfloodfillimage ] { + Method [ public method colorfloodfillimage ] { - Parameters [5] { Parameter #0 [ $fill_color ] @@ -2664,7 +2669,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method flattenimages ] { + Method [ public method flattenimages ] { - Parameters [0] { } @@ -2725,7 +2730,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method getimageattribute ] { + Method [ public method getimageattribute ] { - Parameters [1] { Parameter #0 [ $key ] @@ -2766,7 +2771,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method getimagechannelextrema ] { + Method [ public method getimagechannelextrema ] { - Parameters [1] { Parameter #0 [ $CHANNEL ] @@ -2825,7 +2830,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method getimageextrema ] { + Method [ public method getimageextrema ] { - Parameters [0] { } @@ -2870,7 +2875,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method getimagemattecolor ] { + Method [ public method getimagemattecolor ] { - Parameters [0] { } @@ -3016,7 +3021,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method mapimage ] { + Method [ public method mapimage ] { - Parameters [2] { Parameter #0 [ Imagick $Imagick ] @@ -3024,7 +3029,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method mattefloodfillimage ] { + Method [ public method mattefloodfillimage ] { - Parameters [5] { Parameter #0 [ $alpha ] @@ -3035,7 +3040,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method medianfilterimage ] { + Method [ public method medianfilterimage ] { - Parameters [1] { Parameter #0 [ $radius ] @@ -3050,7 +3055,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method paintopaqueimage ] { + Method [ public method paintopaqueimage ] { - Parameters [4] { Parameter #0 [ $target_color ] @@ -3060,7 +3065,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method painttransparentimage ] { + Method [ public method painttransparentimage ] { - Parameters [3] { Parameter #0 [ $target_color ] @@ -3106,7 +3111,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method reducenoiseimage ] { + Method [ public method reducenoiseimage ] { - Parameters [1] { Parameter #0 [ $radius ] @@ -3134,14 +3139,14 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method setimagebias ] { + Method [ public method setimagebias ] { - Parameters [1] { Parameter #0 [ $bias ] } } - Method [ public method setimagebiasquantum ] { + Method [ public method setimagebiasquantum ] { - Parameters [1] { Parameter #0 [ $bias ] @@ -3588,7 +3593,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method filter ] { + Method [ public method filter ] { - Parameters [2] { Parameter #0 [ ImagickKernel $ImagickKernel ] @@ -3616,6 +3621,12 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } + Method [ public method optimizeimagetransparency ] { + + - Parameters [0] { + } + } + Method [ public method autogammaimage ] { - Parameters [1] { @@ -3945,7 +3956,7 @@ Extension [ extension #97 imagick version 3.4.3 ] { } } - Method [ public method matte ] { + Method [ public method matte ] { - Parameters [3] { Parameter #0 [ $x ] @@ -5015,13 +5026,16 @@ Extension [ extension #97 imagick version 3.4.3 ] { Method [ public method scale ] { - - Parameters [0] { + - Parameters [2] { + Parameter #0 [ $scale ] + Parameter #1 [ $normalize_flag ] } } Method [ public method addunitykernel ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $scale ] } } } diff --git a/functions.inc b/functions.inc new file mode 100644 index 0000000..f5c1ef1 --- /dev/null +++ b/functions.inc @@ -0,0 +1,65 @@ += 0) { + return true; + } + + return false; +} + + + diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 6d7f187..f4fb294 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-imagick # -# Copyright (c) 2008-2018 Remi Collet +# Copyright (c) 2008-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -28,24 +28,26 @@ %else %global ini_name 40-%{pecl_name}.ini %endif +%global upstream_version 3.4.4 +%global upstream_prever RC1 # We don't really rely on upstream ABI %global imbuildver %(pkg-config --silence-errors --modversion ImageMagick 2>/dev/null || echo 65536) Summary: Extension to create and modify images using ImageMagick Name: %{?sub_prefix}php-pecl-imagick -Version: 3.4.3 +Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} %if 0%{?gh_date} Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 15%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: PHP URL: http://pecl.php.net/package/imagick -Patch0: https://patch-diff.githubusercontent.com/raw/mkoppanen/imagick/pull/221.patch +Source1: https://raw.githubusercontent.com/mkoppanen/imagick/master/tests/functions.inc BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 5.4 @@ -138,7 +140,7 @@ mv NTS/package.xml . sed -e 's/@PACKAGE_VERSION@/%{version}dev/' -i NTS/php_imagick.h sed -e 's/3.3.0RC2/%{version}dev/' -i package.xml %else -mv %{pecl_name}-%{version}%{?prever} NTS +mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS %endif # don't install any font (and test using it) @@ -157,11 +159,11 @@ then : "Font files detected!" fi cd NTS -%patch0 -p1 +cp %{SOURCE1} tests/ extver=$(sed -n '/#define PHP_IMAGICK_VERSION/{s/.* "//;s/".*$//;p}' php_imagick.h) -if test "x${extver}" != "x%{version}%{?prever}"; then - : Error: Upstream version is ${extver}, expecting %{version}%{?prever}. +if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then + : Error: Upstream version is ${extver}, expecting %{upstream_version}%{?upstream_prever}. exit 1 fi cd .. @@ -257,6 +259,10 @@ fi export REPORT_EXIT_STATUS=1 # very long, and erratic results, sometime timeout rm ?TS/tests/229_Tutorial_fxAnalyzeImage_case1.phpt +%if %{__isa_bits} < 64 +rm ?TS/tests/014-setresourcelimit.phpt +rm ?TS/tests/280_imagickkernel_exception_invalid_origin.phpt +%endif : simple module load test for NTS extension cd NTS @@ -304,6 +310,12 @@ cd ../ZTS %changelog +* Tue Apr 15 2019 Remi Collet - 3.4.4~RC1-1 +- update to 3.4.4RC1 +- open https://github.com/mkoppanen/imagick/pull/274 missing file +- open https://github.com/mkoppanen/imagick/issues/275 bad stabililty +- open https://github.com/mkoppanen/imagick/issues/276 failed test on 32-bit + * Fri Mar 8 2019 Remi Collet - 3.4.3-15 - F30 build -- cgit