|
4660 | 4660 | 'Imagick::annotateImage' => ['bool', 'draw_settings'=>'imagickdraw', 'x'=>'float', 'y'=>'float', 'angle'=>'float', 'text'=>'string'],
|
4661 | 4661 | 'Imagick::appendImages' => ['Imagick', 'stack'=>'bool'],
|
4662 | 4662 | 'Imagick::autoGammaImage' => ['bool', 'channel='=>'int'],
|
4663 |
| -'Imagick::autoLevelImage' => ['bool', 'CHANNEL='=>'string'], |
| 4663 | +'Imagick::autoLevelImage' => ['bool', 'channel='=>'int'], |
4664 | 4664 | 'Imagick::autoOrient' => ['bool'],
|
4665 | 4665 | 'Imagick::averageImages' => ['Imagick'],
|
4666 | 4666 | 'Imagick::blackThresholdImage' => ['bool', 'threshold'=>'mixed'],
|
|
4683 | 4683 | 'Imagick::colorMatrixImage' => ['bool', 'color_matrix'=>'array'],
|
4684 | 4684 | 'Imagick::combineImages' => ['Imagick', 'channeltype'=>'int'],
|
4685 | 4685 | 'Imagick::commentImage' => ['bool', 'comment'=>'string'],
|
4686 |
| -'Imagick::compareImageChannels' => ['array', 'image'=>'imagick', 'channeltype'=>'int', 'metrictype'=>'int'], |
| 4686 | +'Imagick::compareImageChannels' => ['array{Imagick,float}', 'image'=>'imagick', 'channeltype'=>'int', 'metrictype'=>'int'], |
4687 | 4687 | 'Imagick::compareImageLayers' => ['Imagick', 'method'=>'int'],
|
4688 |
| -'Imagick::compareImages' => ['array', 'compare'=>'imagick', 'metric'=>'int'], |
| 4688 | +'Imagick::compareImages' => ['array{Imagick,float}', 'compare'=>'imagick', 'metric'=>'int'], |
4689 | 4689 | 'Imagick::compositeImage' => ['bool', 'composite_object'=>'imagick', 'composite'=>'int', 'x'=>'int', 'y'=>'int', 'channel='=>'int'],
|
4690 | 4690 | 'Imagick::compositeImageGravity' => ['bool', 'imagick'=>'Imagick', 'COMPOSITE_CONSTANT'=>'int', 'GRAVITY_CONSTANT'=>'int'],
|
4691 | 4691 | 'Imagick::contrastImage' => ['bool', 'sharpen'=>'bool'],
|
@@ -4727,110 +4727,110 @@
|
4727 | 4727 | 'Imagick::fxImage' => ['Imagick', 'expression'=>'string', 'channel='=>'int'],
|
4728 | 4728 | 'Imagick::gammaImage' => ['bool', 'gamma'=>'float', 'channel='=>'int'],
|
4729 | 4729 | 'Imagick::gaussianBlurImage' => ['bool', 'radius'=>'float', 'sigma'=>'float', 'channel='=>'int'],
|
4730 |
| -'Imagick::getColorspace' => ['int'], |
4731 |
| -'Imagick::getCompression' => ['int'], |
| 4730 | +'Imagick::getColorspace' => ['Imagick::COLORSPACE_*'], |
| 4731 | +'Imagick::getCompression' => ['Imagick::COMPRESSION_*'], |
4732 | 4732 | 'Imagick::getCompressionQuality' => ['int'],
|
4733 | 4733 | 'Imagick::getConfigureOptions' => ['string'],
|
4734 | 4734 | 'Imagick::getCopyright' => ['string'],
|
4735 | 4735 | 'Imagick::getFeatures' => ['string'],
|
4736 | 4736 | 'Imagick::getFilename' => ['string'],
|
4737 | 4737 | 'Imagick::getFont' => ['string'],
|
4738 | 4738 | 'Imagick::getFormat' => ['string'],
|
4739 |
| -'Imagick::getGravity' => ['int'], |
| 4739 | +'Imagick::getGravity' => ['Imagick::GRAVITY_*'], |
4740 | 4740 | 'Imagick::getHDRIEnabled' => ['int'],
|
4741 | 4741 | 'Imagick::getHomeURL' => ['string'],
|
4742 | 4742 | 'Imagick::getImage' => ['Imagick'],
|
4743 |
| -'Imagick::getImageAlphaChannel' => ['int'], |
| 4743 | +'Imagick::getImageAlphaChannel' => ['bool'], |
4744 | 4744 | 'Imagick::getImageArtifact' => ['string', 'artifact'=>'string'],
|
4745 | 4745 | 'Imagick::getImageAttribute' => ['string', 'key'=>'string'],
|
4746 | 4746 | 'Imagick::getImageBackgroundColor' => ['ImagickPixel'],
|
4747 | 4747 | 'Imagick::getImageBlob' => ['string'],
|
4748 |
| -'Imagick::getImageBluePrimary' => ['array'], |
| 4748 | +'Imagick::getImageBluePrimary' => ['array{x:float,y:float}'], |
4749 | 4749 | 'Imagick::getImageBorderColor' => ['ImagickPixel'],
|
4750 | 4750 | 'Imagick::getImageChannelDepth' => ['int', 'channel'=>'int'],
|
4751 | 4751 | 'Imagick::getImageChannelDistortion' => ['float', 'reference'=>'imagick', 'channel'=>'int', 'metric'=>'int'],
|
4752 | 4752 | 'Imagick::getImageChannelDistortions' => ['float', 'reference'=>'imagick', 'metric'=>'int', 'channel='=>'int'],
|
4753 |
| -'Imagick::getImageChannelExtrema' => ['array', 'channel'=>'int'], |
4754 |
| -'Imagick::getImageChannelKurtosis' => ['array', 'channel='=>'int'], |
4755 |
| -'Imagick::getImageChannelMean' => ['array', 'channel'=>'int'], |
4756 |
| -'Imagick::getImageChannelRange' => ['array', 'channel'=>'int'], |
4757 |
| -'Imagick::getImageChannelStatistics' => ['array'], |
| 4753 | +'Imagick::getImageChannelExtrema' => ['array{minima:0|positive-int,maxima:0|positive-int}', 'channel'=>'int'], |
| 4754 | +'Imagick::getImageChannelKurtosis' => ['array{kurtosis:float,skewness:float}', 'channel='=>'int'], |
| 4755 | +'Imagick::getImageChannelMean' => ['array{mean:float,standardDeviation:float}', 'channel'=>'int'], |
| 4756 | +'Imagick::getImageChannelRange' => ['array{minima:float,maxima:float}', 'channel'=>'int'], |
| 4757 | +'Imagick::getImageChannelStatistics' => ['array{mean:float,minima:float,maxima:float,standardDeviation:float,depth:int}'], |
4758 | 4758 | 'Imagick::getImageClipMask' => ['Imagick'],
|
4759 | 4759 | 'Imagick::getImageColormapColor' => ['ImagickPixel', 'index'=>'int'],
|
4760 | 4760 | 'Imagick::getImageColors' => ['int'],
|
4761 |
| -'Imagick::getImageColorspace' => ['int'], |
4762 |
| -'Imagick::getImageCompose' => ['int'], |
4763 |
| -'Imagick::getImageCompression' => ['int'], |
| 4761 | +'Imagick::getImageColorspace' => ['Imagick::COLORSPACE_*'], |
| 4762 | +'Imagick::getImageCompose' => ['Imagick::COMPOSITE_*'], |
| 4763 | +'Imagick::getImageCompression' => ['Imagick::COMPRESSION_*'], |
4764 | 4764 | 'Imagick::getImageCompressionQuality' => ['int'],
|
4765 | 4765 | 'Imagick::getImageDelay' => ['int'],
|
4766 | 4766 | 'Imagick::getImageDepth' => ['int'],
|
4767 |
| -'Imagick::getImageDispose' => ['int'], |
| 4767 | +'Imagick::getImageDispose' => ['Imagick::DISPOSE_*'], |
4768 | 4768 | 'Imagick::getImageDistortion' => ['float', 'reference'=>'magickwand', 'metric'=>'int'],
|
4769 |
| -'Imagick::getImageExtrema' => ['array'], |
| 4769 | +'Imagick::getImageExtrema' => ['array{min:0|positive-int,max:0|positive-int}'], |
4770 | 4770 | 'Imagick::getImageFilename' => ['string'],
|
4771 | 4771 | 'Imagick::getImageFormat' => ['string'],
|
4772 | 4772 | 'Imagick::getImageGamma' => ['float'],
|
4773 |
| -'Imagick::getImageGeometry' => ['array'], |
4774 |
| -'Imagick::getImageGravity' => ['int'], |
4775 |
| -'Imagick::getImageGreenPrimary' => ['array'], |
| 4773 | +'Imagick::getImageGeometry' => ['array{width:int,height:int}'], |
| 4774 | +'Imagick::getImageGravity' => ['Imagick::GRAVITY_*'], |
| 4775 | +'Imagick::getImageGreenPrimary' => ['array{x:float,y:float}'], |
4776 | 4776 | 'Imagick::getImageHeight' => ['int'],
|
4777 | 4777 | 'Imagick::getImageHistogram' => ['list<ImagickPixel>'],
|
4778 | 4778 | 'Imagick::getImageIndex' => ['int'],
|
4779 |
| -'Imagick::getImageInterlaceScheme' => ['int'], |
4780 |
| -'Imagick::getImageInterpolateMethod' => ['int'], |
| 4779 | +'Imagick::getImageInterlaceScheme' => ['Imagick::INTERLACE_*'], |
| 4780 | +'Imagick::getImageInterpolateMethod' => ['Imagick::INTERPOLATE_*'], |
4781 | 4781 | 'Imagick::getImageIterations' => ['int'],
|
4782 |
| -'Imagick::getImageLength' => ['int'], |
| 4782 | +'Imagick::getImageLength' => ['0|positive-int'], |
4783 | 4783 | 'Imagick::getImageMagickLicense' => ['string'],
|
4784 | 4784 | 'Imagick::getImageMatte' => ['bool'],
|
4785 | 4785 | 'Imagick::getImageMatteColor' => ['ImagickPixel'],
|
4786 |
| -'Imagick::getImageMimeType' => ['string'], |
4787 |
| -'Imagick::getImageOrientation' => ['int'], |
4788 |
| -'Imagick::getImagePage' => ['array'], |
| 4786 | +'Imagick::getImageMimeType' => ['non-empty-string'], |
| 4787 | +'Imagick::getImageOrientation' => ['Imagick::ORIENTATION_*'], |
| 4788 | +'Imagick::getImagePage' => ['array{width:int,height:int,x:int,y:int}'], |
4789 | 4789 | 'Imagick::getImagePixelColor' => ['ImagickPixel', 'x'=>'int', 'y'=>'int'],
|
4790 | 4790 | 'Imagick::getImageProfile' => ['string', 'name'=>'string'],
|
4791 | 4791 | 'Imagick::getImageProfiles' => ['array', 'pattern='=>'string', 'only_names='=>'bool'],
|
4792 | 4792 | 'Imagick::getImageProperties' => ['array', 'pattern='=>'string', 'only_names='=>'bool'],
|
4793 | 4793 | 'Imagick::getImageProperty' => ['string', 'name'=>'string'],
|
4794 |
| -'Imagick::getImageRedPrimary' => ['array'], |
| 4794 | +'Imagick::getImageRedPrimary' => ['array{x:float,y:float}'], |
4795 | 4795 | 'Imagick::getImageRegion' => ['Imagick', 'width'=>'int', 'height'=>'int', 'x'=>'int', 'y'=>'int'],
|
4796 |
| -'Imagick::getImageRenderingIntent' => ['int'], |
4797 |
| -'Imagick::getImageResolution' => ['array'], |
| 4796 | +'Imagick::getImageRenderingIntent' => ['Imagick::RENDERINGINTENT_*'], |
| 4797 | +'Imagick::getImageResolution' => ['array{x:float,y:float}'], |
4798 | 4798 | 'Imagick::getImagesBlob' => ['string'],
|
4799 |
| -'Imagick::getImageScene' => ['int'], |
| 4799 | +'Imagick::getImageScene' => ['0|positive-int'], |
4800 | 4800 | 'Imagick::getImageSignature' => ['string'],
|
4801 |
| -'Imagick::getImageSize' => ['int'], |
4802 |
| -'Imagick::getImageTicksPerSecond' => ['int'], |
| 4801 | +'Imagick::getImageSize' => ['0|positive-int'], |
| 4802 | +'Imagick::getImageTicksPerSecond' => ['0|positive-int'], |
4803 | 4803 | 'Imagick::getImageTotalInkDensity' => ['float'],
|
4804 |
| -'Imagick::getImageType' => ['int'], |
| 4804 | +'Imagick::getImageType' => ['Imagick::IMGTYPE_*'], |
4805 | 4805 | 'Imagick::getImageUnits' => ['int'],
|
4806 | 4806 | 'Imagick::getImageVirtualPixelMethod' => ['int'],
|
4807 |
| -'Imagick::getImageWhitePoint' => ['array'], |
4808 |
| -'Imagick::getImageWidth' => ['int'], |
4809 |
| -'Imagick::getInterlaceScheme' => ['int'], |
| 4807 | +'Imagick::getImageWhitePoint' => ['array{x:float,y:float}'], |
| 4808 | +'Imagick::getImageWidth' => ['0|positive-int'], |
| 4809 | +'Imagick::getInterlaceScheme' => ['Imagick::INTERLACE_*'], |
4810 | 4810 | 'Imagick::getIteratorIndex' => ['int'],
|
4811 |
| -'Imagick::getNumberImages' => ['int'], |
| 4811 | +'Imagick::getNumberImages' => ['0|positive-int'], |
4812 | 4812 | 'Imagick::getOption' => ['string', 'key'=>'string'],
|
4813 | 4813 | 'Imagick::getPackageName' => ['string'],
|
4814 |
| -'Imagick::getPage' => ['array'], |
| 4814 | +'Imagick::getPage' => ['array{width:int,height:int,x:int,y:int}'], |
4815 | 4815 | 'Imagick::getPixelIterator' => ['ImagickPixelIterator'],
|
4816 | 4816 | 'Imagick::getPixelRegionIterator' => ['ImagickPixelIterator', 'x'=>'int', 'y'=>'int', 'columns'=>'int', 'rows'=>'int'],
|
4817 | 4817 | 'Imagick::getPointSize' => ['float'],
|
4818 |
| -'Imagick::getQuantum' => ['int'], |
4819 |
| -'Imagick::getQuantumDepth' => ['array'], |
4820 |
| -'Imagick::getQuantumRange' => ['array'], |
| 4818 | +'Imagick::getQuantum' => ['0|positive-int'], |
| 4819 | +'Imagick::getQuantumDepth' => ['array{quantumDepthLong:0|positive-int,quantumDepthString:numeric-string}'], |
| 4820 | +'Imagick::getQuantumRange' => ['array{quantumRangeLong:0|positive-int,quantumRangeString:numeric-string}'], |
4821 | 4821 | 'Imagick::getRegistry' => ['string', 'key'=>'string'],
|
4822 | 4822 | 'Imagick::getReleaseDate' => ['string'],
|
4823 | 4823 | 'Imagick::getResource' => ['int', 'type'=>'int'],
|
4824 | 4824 | 'Imagick::getResourceLimit' => ['int', 'type'=>'int'],
|
4825 |
| -'Imagick::getSamplingFactors' => ['array'], |
4826 |
| -'Imagick::getSize' => ['array'], |
| 4825 | +'Imagick::getSamplingFactors' => ['list<float>'], |
| 4826 | +'Imagick::getSize' => ['array{columns:0|positive-int,rows:0|positive-int}'], |
4827 | 4827 | 'Imagick::getSizeOffset' => ['int'],
|
4828 |
| -'Imagick::getVersion' => ['array'], |
| 4828 | +'Imagick::getVersion' => ['array{versionNumber:0|positive-int,versionString:non-falsy-string}'], |
4829 | 4829 | 'Imagick::haldClutImage' => ['bool', 'clut'=>'imagick', 'channel='=>'int'],
|
4830 | 4830 | 'Imagick::hasNextImage' => ['bool'],
|
4831 | 4831 | 'Imagick::hasPreviousImage' => ['bool'],
|
4832 | 4832 | 'Imagick::identifyFormat' => ['string|false', 'embedText'=>'string'],
|
4833 |
| -'Imagick::identifyImage' => ['array', 'appendrawoutput='=>'bool'], |
| 4833 | +'Imagick::identifyImage' => ['array{width:0|positive-int,height:0|positive-int}', 'appendrawoutput='=>'bool'], |
4834 | 4834 | 'Imagick::identifyImageType' => ['int'],
|
4835 | 4835 | 'Imagick::implodeImage' => ['bool', 'radius'=>'float'],
|
4836 | 4836 | 'Imagick::importImagePixels' => ['bool', 'x'=>'int', 'y'=>'int', 'width'=>'int', 'height'=>'int', 'map'=>'string', 'storage'=>'int', 'pixels'=>'array'],
|
|
4840 | 4840 | 'Imagick::levelImage' => ['bool', 'blackpoint'=>'float', 'gamma'=>'float', 'whitepoint'=>'float', 'channel='=>'int'],
|
4841 | 4841 | 'Imagick::linearStretchImage' => ['bool', 'blackpoint'=>'float', 'whitepoint'=>'float'],
|
4842 | 4842 | 'Imagick::liquidRescaleImage' => ['bool', 'width'=>'int', 'height'=>'int', 'delta_x'=>'float', 'rigidity'=>'float'],
|
4843 |
| -'Imagick::listRegistry' => ['array'], |
| 4843 | +'Imagick::listRegistry' => ['array<string,string>'], |
4844 | 4844 | 'Imagick::localContrastImage' => ['bool', 'radius'=>'float', 'strength'=>'float'],
|
4845 | 4845 | 'Imagick::magnifyImage' => ['bool'],
|
4846 | 4846 | 'Imagick::mapImage' => ['bool', 'map'=>'imagick', 'dither'=>'bool'],
|
|
4878 | 4878 | 'Imagick::quantizeImage' => ['bool', 'numbercolors'=>'int', 'colorspace'=>'int', 'treedepth'=>'int', 'dither'=>'bool', 'measureerror'=>'bool'],
|
4879 | 4879 | 'Imagick::quantizeImages' => ['bool', 'numbercolors'=>'int', 'colorspace'=>'int', 'treedepth'=>'int', 'dither'=>'bool', 'measureerror'=>'bool'],
|
4880 | 4880 | 'Imagick::queryFontMetrics' => ['array{characterWidth:float,characterHeight:float,ascender:float,descender:float,textWidth:float,textHeight:float,maxHorizontalAdvance:float,boundingBox:array{x1:float,x2:float,y1:float,y2:float},originX:float,originY:float}', 'properties'=>'imagickdraw', 'text'=>'string', 'multiline='=>'bool'],
|
4881 |
| -'Imagick::queryFonts' => ['array', 'pattern='=>'string'], |
| 4881 | +'Imagick::queryFonts' => ['list<string>', 'pattern='=>'string'], |
4882 | 4882 | 'Imagick::queryFormats' => ['list<string>', 'pattern='=>'string'],
|
4883 | 4883 | 'Imagick::radialBlurImage' => ['bool', 'angle'=>'float', 'channel='=>'int'],
|
4884 | 4884 | 'Imagick::raiseImage' => ['bool', 'width'=>'int', 'height'=>'int', 'x'=>'int', 'y'=>'int', 'raise'=>'bool'],
|
|
4990 | 4990 | 'Imagick::similarityImage' => ['Imagick', 'imagick'=>'Imagick', '&bestMatch'=>'array', '&similarity'=>'float', 'similarity_threshold'=>'float', 'metric'=>'int'],
|
4991 | 4991 | 'Imagick::sketchImage' => ['bool', 'radius'=>'float', 'sigma'=>'float', 'angle'=>'float'],
|
4992 | 4992 | 'Imagick::smushImages' => ['Imagick', 'stack'=>'bool', 'offset'=>'int'],
|
4993 |
| -'Imagick::solarizeImage' => ['bool', 'threshold'=>'int'], |
| 4993 | +'Imagick::solarizeImage' => ['bool', 'threshold'=>'0|positive-int'], |
4994 | 4994 | 'Imagick::sparseColorImage' => ['bool', 'sparse_method'=>'int', 'arguments'=>'array', 'channel='=>'int'],
|
4995 | 4995 | 'Imagick::spliceImage' => ['bool', 'width'=>'int', 'height'=>'int', 'x'=>'int', 'y'=>'int'],
|
4996 | 4996 | 'Imagick::spreadImage' => ['bool', 'radius'=>'float'],
|
|
5040 | 5040 | 'ImagickDraw::getDensity' => ['null|string'],
|
5041 | 5041 | 'ImagickDraw::getFillColor' => ['ImagickPixel'],
|
5042 | 5042 | 'ImagickDraw::getFillOpacity' => ['float'],
|
5043 |
| -'ImagickDraw::getFillRule' => ['int'], |
| 5043 | +'ImagickDraw::getFillRule' => ['Imagick::FILLRULE_*'], |
5044 | 5044 | 'ImagickDraw::getFont' => ['string'],
|
5045 | 5045 | 'ImagickDraw::getFontFamily' => ['string'],
|
5046 | 5046 | 'ImagickDraw::getFontResolution' => ['array'],
|
5047 | 5047 | 'ImagickDraw::getFontSize' => ['float'],
|
5048 |
| -'ImagickDraw::getFontStretch' => ['int'], |
5049 |
| -'ImagickDraw::getFontStyle' => ['int'], |
| 5048 | +'ImagickDraw::getFontStretch' => ['Imagick::STRETCH_*'], |
| 5049 | +'ImagickDraw::getFontStyle' => ['Imagick::STYLE_*'], |
5050 | 5050 | 'ImagickDraw::getFontWeight' => ['int'],
|
5051 |
| -'ImagickDraw::getGravity' => ['int'], |
| 5051 | +'ImagickDraw::getGravity' => ['Imagick::GRAVITY_*'], |
5052 | 5052 | 'ImagickDraw::getOpacity' => ['float'],
|
5053 | 5053 | 'ImagickDraw::getStrokeAntialias' => ['bool'],
|
5054 | 5054 | 'ImagickDraw::getStrokeColor' => ['ImagickPixel'],
|
5055 | 5055 | 'ImagickDraw::getStrokeDashArray' => ['array'],
|
5056 | 5056 | 'ImagickDraw::getStrokeDashOffset' => ['float'],
|
5057 |
| -'ImagickDraw::getStrokeLineCap' => ['int'], |
5058 |
| -'ImagickDraw::getStrokeLineJoin' => ['int'], |
| 5057 | +'ImagickDraw::getStrokeLineCap' => ['Imagick::LINECAP_*'], |
| 5058 | +'ImagickDraw::getStrokeLineJoin' => ['Imagick::LINEJOIN_*'], |
5059 | 5059 | 'ImagickDraw::getStrokeMiterLimit' => ['int'],
|
5060 | 5060 | 'ImagickDraw::getStrokeOpacity' => ['float'],
|
5061 | 5061 | 'ImagickDraw::getStrokeWidth' => ['float'],
|
5062 |
| -'ImagickDraw::getTextAlignment' => ['int'], |
| 5062 | +'ImagickDraw::getTextAlignment' => ['Imagick::ALIGN_*'], |
5063 | 5063 | 'ImagickDraw::getTextAntialias' => ['bool'],
|
5064 |
| -'ImagickDraw::getTextDecoration' => ['int'], |
| 5064 | +'ImagickDraw::getTextDecoration' => ['Imagick::DECORATION_*'], |
5065 | 5065 | 'ImagickDraw::getTextDirection' => ['bool'],
|
5066 | 5066 | 'ImagickDraw::getTextEncoding' => ['string'],
|
5067 | 5067 | 'ImagickDraw::getTextInterlineSpacing' => ['float'],
|
|
5156 | 5156 | 'ImagickDraw::translate' => ['bool', 'x'=>'float', 'y'=>'float'],
|
5157 | 5157 | 'ImagickKernel::addKernel' => ['void', 'ImagickKernel'=>'ImagickKernel'],
|
5158 | 5158 | 'ImagickKernel::addUnityKernel' => ['void'],
|
5159 |
| -'ImagickKernel::fromBuiltin' => ['ImagickKernel', 'kernelType'=>'string', 'kernelString'=>'string'], |
| 5159 | +'ImagickKernel::fromBuiltin' => ['ImagickKernel', 'kernelType'=>'int', 'kernelString'=>'string'], |
5160 | 5160 | 'ImagickKernel::fromMatrix' => ['ImagickKernel', 'matrix'=>'array', 'origin='=>'array'],
|
5161 | 5161 | 'ImagickKernel::getMatrix' => ['list<list<float|false>>'],
|
5162 |
| -'ImagickKernel::scale' => ['void'], |
| 5162 | +'ImagickKernel::scale' => ['void', 'scale'=>'float', 'normalizeFlag'=>'int'], |
5163 | 5163 | 'ImagickKernel::separate' => ['array'],
|
5164 |
| -'ImagickKernel::seperate' => ['void'], |
5165 | 5164 | 'ImagickPixel::__construct' => ['void', 'color='=>'string'],
|
5166 | 5165 | 'ImagickPixel::clear' => ['bool'],
|
5167 | 5166 | 'ImagickPixel::clone' => ['void'],
|
|
0 commit comments