code
stringlengths
17
247k
docstring
stringlengths
30
30.3k
func_name
stringlengths
1
89
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
7
153
url
stringlengths
51
209
license
stringclasses
4 values
public function getImageChannelMean($channel) {}
(PECL imagick 2.0.0)<br/> Gets the mean and standard deviation @link https://php.net/manual/en/imagick.getimagechannelmean.php @param int $channel <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Refer to this list of channel constants. </p> @return float[] @throws ImagickException on error.
getImageChannelMean
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageChannelStatistics() {}
(PECL imagick 2.0.0)<br/> Returns statistics for each channel in the image @link https://php.net/manual/en/imagick.getimagechannelstatistics.php @return array @throws ImagickException on error.
getImageChannelStatistics
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageColormapColor($index) {}
(PECL imagick 2.0.0)<br/> Returns the color of the specified colormap index @link https://php.net/manual/en/imagick.getimagecolormapcolor.php @param int $index <p> The offset into the image colormap. </p> @return ImagickPixel <b>TRUE</b> on success. @throws ImagickException on error.
getImageColormapColor
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageColorspace() {}
(PECL imagick 2.0.0)<br/> Gets the image colorspace @link https://php.net/manual/en/imagick.getimagecolorspace.php @return int <b>TRUE</b> on success. @throws ImagickException on error.
getImageColorspace
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageCompose() {}
(PECL imagick 2.0.0)<br/> Returns the composite operator associated with the image @link https://php.net/manual/en/imagick.getimagecompose.php @return int <b>TRUE</b> on success. @throws ImagickException on error.
getImageCompose
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageDelay() {}
(PECL imagick 2.0.0)<br/> Gets the image delay @link https://php.net/manual/en/imagick.getimagedelay.php @return int the image delay. @throws ImagickException on error.
getImageDelay
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageDepth() {}
(PECL imagick 0.9.1-0.9.9)<br/> Gets the image depth @link https://php.net/manual/en/imagick.getimagedepth.php @return int The image depth. @throws ImagickException on error.
getImageDepth
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageDistortion(Imagick $reference, $metric) {}
(PECL imagick 2.0.0)<br/> Compares an image to a reconstructed image @link https://php.net/manual/en/imagick.getimagedistortion.php @param Imagick $reference <p> Imagick object to compare to. </p> @param int $metric <p> One of the metric type constants. </p> @return float the distortion metric used on the image (or the best guess thereof). @throws ImagickException on error.
getImageDistortion
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageExtrema() {}
(PECL imagick 2.0.0)<br/> Gets the extrema for the image @link https://php.net/manual/en/imagick.getimageextrema.php @return int[] an associative array with the keys "min" and "max". @throws ImagickException on error.
getImageExtrema
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageDispose() {}
(PECL imagick 2.0.0)<br/> Gets the image disposal method @link https://php.net/manual/en/imagick.getimagedispose.php @return int the dispose method on success. @throws ImagickException on error.
getImageDispose
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageGamma() {}
(PECL imagick 2.0.0)<br/> Gets the image gamma @link https://php.net/manual/en/imagick.getimagegamma.php @return float the image gamma on success. @throws ImagickException on error.
getImageGamma
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageGreenPrimary() {}
(PECL imagick 2.0.0)<br/> Returns the chromaticy green primary point @link https://php.net/manual/en/imagick.getimagegreenprimary.php @return float[] an array with the keys "x" and "y" on success, throws an ImagickException on failure. @throws ImagickException on failure @throws ImagickException on error.
getImageGreenPrimary
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageHeight() {}
(PECL imagick 2.0.0)<br/> Returns the image height @link https://php.net/manual/en/imagick.getimageheight.php @return int the image height in pixels. @throws ImagickException on error.
getImageHeight
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageHistogram() {}
(PECL imagick 2.0.0)<br/> Gets the image histogram @link https://php.net/manual/en/imagick.getimagehistogram.php @return array the image histogram as an array of ImagickPixel objects. @throws ImagickException on error.
getImageHistogram
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageInterlaceScheme() {}
(PECL imagick 2.0.0)<br/> Gets the image interlace scheme @link https://php.net/manual/en/imagick.getimageinterlacescheme.php @return int the interlace scheme as an integer on success. Trhow an <b>ImagickException</b> on error. @throws ImagickException on error
getImageInterlaceScheme
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageIterations() {}
(PECL imagick 2.0.0)<br/> Gets the image iterations @link https://php.net/manual/en/imagick.getimageiterations.php @return int the image iterations as an integer. @throws ImagickException on error.
getImageIterations
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageMatteColor() {}
(PECL imagick 2.0.0)<br/> Returns the image matte color @link https://php.net/manual/en/imagick.getimagemattecolor.php @return ImagickPixel ImagickPixel object on success. @throws ImagickException on error.
getImageMatteColor
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImagePage() {}
(PECL imagick 2.0.0)<br/> Returns the page geometry @link https://php.net/manual/en/imagick.getimagepage.php @return int[] the page geometry associated with the image in an array with the keys "width", "height", "x", and "y". @throws ImagickException on error.
getImagePage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImagePixelColor($x, $y) {}
(PECL imagick 2.0.0)<br/> Returns the color of the specified pixel @link https://php.net/manual/en/imagick.getimagepixelcolor.php @param int $x <p> The x-coordinate of the pixel </p> @param int $y <p> The y-coordinate of the pixel </p> @return ImagickPixel an ImagickPixel instance for the color at the coordinates given. @throws ImagickException on error.
getImagePixelColor
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageProfile($name) {}
(PECL imagick 2.0.0)<br/> Returns the named image profile @link https://php.net/manual/en/imagick.getimageprofile.php @param string $name <p> The name of the profile to return. </p> @return string a string containing the image profile. @throws ImagickException on error.
getImageProfile
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageRedPrimary() {}
(PECL imagick 2.0.0)<br/> Returns the chromaticity red primary point @link https://php.net/manual/en/imagick.getimageredprimary.php @return float[] the chromaticity red primary point as an array with the keys "x" and "y". Throw an <b>ImagickException</b> on error. @throws ImagickException on error
getImageRedPrimary
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageRenderingIntent() {}
(PECL imagick 2.0.0)<br/> Gets the image rendering intent @link https://php.net/manual/en/imagick.getimagerenderingintent.php @return int the image rendering intent. @throws ImagickException on error.
getImageRenderingIntent
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageResolution() {}
(PECL imagick 2.0.0)<br/> Gets the image X and Y resolution @link https://php.net/manual/en/imagick.getimageresolution.php @return float[] the resolution as an array. @throws ImagickException on error.
getImageResolution
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageScene() {}
(PECL imagick 2.0.0)<br/> Gets the image scene @link https://php.net/manual/en/imagick.getimagescene.php @return int the image scene. @throws ImagickException on error.
getImageScene
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageSignature() {}
(PECL imagick 2.0.0)<br/> Generates an SHA-256 message digest @link https://php.net/manual/en/imagick.getimagesignature.php @return string a string containing the SHA-256 hash of the file. @throws ImagickException on error.
getImageSignature
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageTicksPerSecond() {}
(PECL imagick 2.0.0)<br/> Gets the image ticks-per-second @link https://php.net/manual/en/imagick.getimagetickspersecond.php @return int the image ticks-per-second. @throws ImagickException on error.
getImageTicksPerSecond
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageType() {}
(PECL imagick 0.9.10-0.9.9)<br/> Gets the potential image type @link https://php.net/manual/en/imagick.getimagetype.php @return int the potential image type. <b>imagick::IMGTYPE_UNDEFINED</b> <b>imagick::IMGTYPE_BILEVEL</b> <b>imagick::IMGTYPE_GRAYSCALE</b> <b>imagick::IMGTYPE_GRAYSCALEMATTE</b> <b>imagick::IMGTYPE_PALETTE</b> <b>imagick::IMGTYPE_PALETTEMATTE</b> <b>imagick::IMGTYPE_TRUECOLOR</b> <b>imagick::IMGTYPE_TRUECOLORMATTE</b> <b>imagick::IMGTYPE_COLORSEPARATION</b> <b>imagick::IMGTYPE_COLORSEPARATIONMATTE</b> <b>imagick::IMGTYPE_OPTIMIZE</b> @throws ImagickException on error.
getImageType
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageUnits() {}
(PECL imagick 2.0.0)<br/> Gets the image units of resolution @link https://php.net/manual/en/imagick.getimageunits.php @return int the image units of resolution. @throws ImagickException on error.
getImageUnits
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageVirtualPixelMethod() {}
(PECL imagick 2.0.0)<br/> Returns the virtual pixel method @link https://php.net/manual/en/imagick.getimagevirtualpixelmethod.php @return int the virtual pixel method on success. @throws ImagickException on error.
getImageVirtualPixelMethod
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageWhitePoint() {}
(PECL imagick 2.0.0)<br/> Returns the chromaticity white point @link https://php.net/manual/en/imagick.getimagewhitepoint.php @return float[] the chromaticity white point as an associative array with the keys "x" and "y". @throws ImagickException on error.
getImageWhitePoint
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageWidth() {}
(PECL imagick 2.0.0)<br/> Returns the image width @link https://php.net/manual/en/imagick.getimagewidth.php @return int the image width. @throws ImagickException on error.
getImageWidth
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getNumberImages() {}
(PECL imagick 2.0.0)<br/> Returns the number of images in the object @link https://php.net/manual/en/imagick.getnumberimages.php @return int the number of images associated with Imagick object.
getNumberImages
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageTotalInkDensity() {}
(PECL imagick 2.0.0)<br/> Gets the image total ink density @link https://php.net/manual/en/imagick.getimagetotalinkdensity.php @return float the image total ink density of the image. Throw an <b>ImagickException</b> on error. @throws ImagickException on error @throws ImagickException on error.
getImageTotalInkDensity
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImageRegion($width, $height, $x, $y) {}
(PECL imagick 2.0.0)<br/> Extracts a region of the image @link https://php.net/manual/en/imagick.getimageregion.php @param int $width <p> The width of the extracted region. </p> @param int $height <p> The height of the extracted region. </p> @param int $x <p> X-coordinate of the top-left corner of the extracted region. </p> @param int $y <p> Y-coordinate of the top-left corner of the extracted region. </p> @return Imagick Extracts a region of the image and returns it as a new wand. @throws ImagickException on error.
getImageRegion
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function implodeImage($radius) {}
(PECL imagick 2.0.0)<br/> Creates a new image as a copy @link https://php.net/manual/en/imagick.implodeimage.php @param float $radius <p> The radius of the implode </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
implodeImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function levelImage($blackPoint, $gamma, $whitePoint, $channel = Imagick::CHANNEL_ALL) {}
(PECL imagick 2.0.0)<br/> Adjusts the levels of an image @link https://php.net/manual/en/imagick.levelimage.php @param float $blackPoint <p> The image black point </p> @param float $gamma <p> The gamma value </p> @param float $whitePoint <p> The image white point </p> @param int $channel [optional] <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Refer to this list of channel constants. </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
levelImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function magnifyImage() {}
(PECL imagick 2.0.0)<br/> Scales an image proportionally 2x @link https://php.net/manual/en/imagick.magnifyimage.php @return bool <b>TRUE</b> on success. @throws ImagickException on error.
magnifyImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function mapImage(Imagick $map, $dither) {}
(PECL imagick 2.0.0)<br/> Replaces the colors of an image with the closest color from a reference image. @link https://php.net/manual/en/imagick.mapimage.php @param Imagick $map @param bool $dither @return bool <b>TRUE</b> on success. @throws ImagickException on error.
mapImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function matteFloodfillImage($alpha, $fuzz, $bordercolor, $x, $y) {}
(PECL imagick 2.0.0)<br/> Changes the transparency value of a color @link https://php.net/manual/en/imagick.mattefloodfillimage.php @param float $alpha <p> The level of transparency: 1.0 is fully opaque and 0.0 is fully transparent. </p> @param float $fuzz <p> The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. </p> @param mixed $bordercolor <p> An <b>ImagickPixel</b> object or string representing the border color. </p> @param int $x <p> The starting x coordinate of the operation. </p> @param int $y <p> The starting y coordinate of the operation. </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
matteFloodfillImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function medianFilterImage($radius) {}
(PECL imagick 2.0.0)<br/> Applies a digital filter @link https://php.net/manual/en/imagick.medianfilterimage.php @param float $radius <p> The radius of the pixel neighborhood. </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
medianFilterImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function negateImage($gray, $channel = Imagick::CHANNEL_ALL) {}
(PECL imagick 2.0.0)<br/> Negates the colors in the reference image @link https://php.net/manual/en/imagick.negateimage.php @param bool $gray <p> Whether to only negate grayscale pixels within the image. </p> @param int $channel [optional] <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Refer to this list of channel constants. </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
negateImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function paintOpaqueImage($target, $fill, $fuzz, $channel = Imagick::CHANNEL_ALL) {}
(PECL imagick 2.0.0)<br/> Change any pixel that matches color @link https://php.net/manual/en/imagick.paintopaqueimage.php @param mixed $target <p> Change this target color to the fill color within the image. An ImagickPixel object or a string representing the target color. </p> @param mixed $fill <p> An ImagickPixel object or a string representing the fill color. </p> @param float $fuzz <p> The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. </p> @param int $channel [optional] <p> Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channeltype constants using bitwise operators. Refer to this list of channel constants. </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
paintOpaqueImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function paintTransparentImage($target, $alpha, $fuzz) {}
(PECL imagick 2.0.0)<br/> Changes any pixel that matches color with the color defined by fill @link https://php.net/manual/en/imagick.painttransparentimage.php @param mixed $target <p> Change this target color to specified opacity value within the image. </p> @param float $alpha <p> The level of transparency: 1.0 is fully opaque and 0.0 is fully transparent. </p> @param float $fuzz <p> The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
paintTransparentImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function previewImages($preview) {}
(PECL imagick 2.0.0)<br/> Quickly pin-point appropriate parameters for image processing @link https://php.net/manual/en/imagick.previewimages.php @param int $preview <p> Preview type. See Preview type constants </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
previewImages
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function profileImage($name, $profile) {}
(PECL imagick 2.0.0)<br/> Adds or removes a profile from an image @link https://php.net/manual/en/imagick.profileimage.php @param string $name @param string $profile @return bool <b>TRUE</b> on success. @throws ImagickException on error.
profileImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function quantizeImage($numberColors, $colorspace, $treedepth, $dither, $measureError) {}
(PECL imagick 2.0.0)<br/> Analyzes the colors within a reference image @link https://php.net/manual/en/imagick.quantizeimage.php @param int $numberColors @param int $colorspace @param int $treedepth @param bool $dither @param bool $measureError @return bool <b>TRUE</b> on success. @throws ImagickException on error.
quantizeImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function quantizeImages($numberColors, $colorspace, $treedepth, $dither, $measureError) {}
(PECL imagick 2.0.0)<br/> Analyzes the colors within a sequence of images @link https://php.net/manual/en/imagick.quantizeimages.php @param int $numberColors @param int $colorspace @param int $treedepth @param bool $dither @param bool $measureError @return bool <b>TRUE</b> on success. @throws ImagickException on error.
quantizeImages
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function reduceNoiseImage($radius) {}
(PECL imagick 2.0.0)<br/> Smooths the contours of an image @link https://php.net/manual/en/imagick.reducenoiseimage.php @param float $radius @return bool <b>TRUE</b> on success. @throws ImagickException on error.
reduceNoiseImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function removeImageProfile($name) {}
(PECL imagick 2.0.0)<br/> Removes the named image profile and returns it @link https://php.net/manual/en/imagick.removeimageprofile.php @param string $name @return string a string containing the profile of the image. @throws ImagickException on error.
removeImageProfile
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function separateImageChannel($channel) {}
(PECL imagick 2.0.0)<br/> Separates a channel from the image @link https://php.net/manual/en/imagick.separateimagechannel.php @param int $channel @return bool <b>TRUE</b> on success. @throws ImagickException on error.
separateImageChannel
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function sepiaToneImage($threshold) {}
(PECL imagick 2.0.0)<br/> Sepia tones an image @link https://php.net/manual/en/imagick.sepiatoneimage.php @param float $threshold @return bool <b>TRUE</b> on success. @throws ImagickException on error.
sepiaToneImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageBias($bias) {}
(PECL imagick 2.0.0)<br/> Sets the image bias for any method that convolves an image @link https://php.net/manual/en/imagick.setimagebias.php @param float $bias @return bool <b>TRUE</b> on success.
setImageBias
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageBluePrimary($x, $y) {}
(PECL imagick 2.0.0)<br/> Sets the image chromaticity blue primary point @link https://php.net/manual/en/imagick.setimageblueprimary.php @param float $x @param float $y @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageBluePrimary
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageBorderColor($border) {}
(PECL imagick 2.0.0)<br/> Sets the image border color @link https://php.net/manual/en/imagick.setimagebordercolor.php @param mixed $border <p> The border color </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageBorderColor
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageChannelDepth($channel, $depth) {}
(PECL imagick 2.0.0)<br/> Sets the depth of a particular image channel @link https://php.net/manual/en/imagick.setimagechanneldepth.php @param int $channel @param int $depth @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageChannelDepth
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageColormapColor($index, ImagickPixel $color) {}
(PECL imagick 2.0.0)<br/> Sets the color of the specified colormap index @link https://php.net/manual/en/imagick.setimagecolormapcolor.php @param int $index @param ImagickPixel $color @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageColormapColor
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageColorspace($colorspace) {}
(PECL imagick 2.0.0)<br/> Sets the image colorspace @link https://php.net/manual/en/imagick.setimagecolorspace.php @param int $colorspace <p> One of the COLORSPACE constants </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageColorspace
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageDispose($dispose) {}
(PECL imagick 2.0.0)<br/> Sets the image disposal method @link https://php.net/manual/en/imagick.setimagedispose.php @param int $dispose @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageDispose
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageExtent($columns, $rows) {}
(PECL imagick 2.0.0)<br/> Sets the image size @link https://php.net/manual/en/imagick.setimageextent.php @param int $columns @param int $rows @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageExtent
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageGreenPrimary($x, $y) {}
(PECL imagick 2.0.0)<br/> Sets the image chromaticity green primary point @link https://php.net/manual/en/imagick.setimagegreenprimary.php @param float $x @param float $y @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageGreenPrimary
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageInterlaceScheme($interlace_scheme) {}
(PECL imagick 2.0.0)<br/> Sets the image compression @link https://php.net/manual/en/imagick.setimageinterlacescheme.php @param int $interlace_scheme @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageInterlaceScheme
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageProfile($name, $profile) {}
(PECL imagick 2.0.0)<br/> Adds a named profile to the Imagick object @link https://php.net/manual/en/imagick.setimageprofile.php @param string $name @param string $profile @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageProfile
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageRedPrimary($x, $y) {}
(PECL imagick 2.0.0)<br/> Sets the image chromaticity red primary point @link https://php.net/manual/en/imagick.setimageredprimary.php @param float $x @param float $y @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageRedPrimary
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageRenderingIntent($rendering_intent) {}
(PECL imagick 2.0.0)<br/> Sets the image rendering intent @link https://php.net/manual/en/imagick.setimagerenderingintent.php @param int $rendering_intent @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageRenderingIntent
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageVirtualPixelMethod($method) {}
(PECL imagick 2.0.0)<br/> Sets the image virtual pixel method @link https://php.net/manual/en/imagick.setimagevirtualpixelmethod.php @param int $method @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageVirtualPixelMethod
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImageWhitePoint($x, $y) {}
(PECL imagick 2.0.0)<br/> Sets the image chromaticity white point @link https://php.net/manual/en/imagick.setimagewhitepoint.php @param float $x @param float $y @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImageWhitePoint
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function sigmoidalContrastImage($sharpen, $alpha, $beta, $channel = Imagick::CHANNEL_ALL) {}
(PECL imagick 2.0.0)<br/> Adjusts the contrast of an image @link https://php.net/manual/en/imagick.sigmoidalcontrastimage.php @param bool $sharpen @param float $alpha @param float $beta @param int $channel [optional] @return bool <b>TRUE</b> on success. @throws ImagickException on error.
sigmoidalContrastImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function stereoImage(Imagick $offset_wand) {}
(PECL imagick 2.0.0)<br/> Composites two images @link https://php.net/manual/en/imagick.stereoimage.php @param Imagick $offset_wand @return bool <b>TRUE</b> on success. @throws ImagickException on error.
stereoImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function textureImage(Imagick $texture_wand) {}
(PECL imagick 2.0.0)<br/> Repeatedly tiles the texture image @link https://php.net/manual/en/imagick.textureimage.php @param Imagick $texture_wand @return Imagick a new Imagick object that has the repeated texture applied. @throws ImagickException on error.
textureImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function tintImage($tint, $opacity, $legacy = false) {}
pplies a color vector to each pixel in the image. The 'opacity' color is a per channel strength factor for how strongly the color should be applied. If legacy is true, the behaviour of this function is incorrect, but consistent with how it behaved before Imagick version 3.4.0 @link https://php.net/manual/en/imagick.tintimage.php @param mixed $tint @param mixed $opacity @param bool $legacy [optional] @return bool <b>TRUE</b> on success. @throws ImagickException Throws ImagickException on error @since 2.0.0
tintImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function unsharpMaskImage($radius, $sigma, $amount, $threshold, $channel = Imagick::CHANNEL_ALL) {}
(PECL imagick 2.0.0)<br/> Sharpens an image @link https://php.net/manual/en/imagick.unsharpmaskimage.php @param float $radius @param float $sigma @param float $amount @param float $threshold @param int $channel [optional] @return bool <b>TRUE</b> on success. @throws ImagickException on error.
unsharpMaskImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getImage() {}
(PECL imagick 2.0.0)<br/> Returns a new Imagick object @link https://php.net/manual/en/imagick.getimage.php @return Imagick a new Imagick object with the current image sequence. @throws ImagickException on error.
getImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function addImage(Imagick $source) {}
(PECL imagick 2.0.0)<br/> Adds new image to Imagick object image list @link https://php.net/manual/en/imagick.addimage.php @param Imagick $source <p> The source Imagick object </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
addImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setImage(Imagick $replace) {}
(PECL imagick 2.0.0)<br/> Replaces image in the object @link https://php.net/manual/en/imagick.setimage.php @param Imagick $replace <p> The replace Imagick object </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function newImage($cols, $rows, $background, $format = null) {}
(PECL imagick 2.0.0)<br/> Creates a new image @link https://php.net/manual/en/imagick.newimage.php @param int $cols <p> Columns in the new image </p> @param int $rows <p> Rows in the new image </p> @param mixed $background <p> The background color used for this image </p> @param string $format [optional] <p> Image format. This parameter was added in Imagick version 2.0.1. </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
newImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function newPseudoImage($columns, $rows, $pseudoString) {}
(PECL imagick 2.0.0)<br/> Creates a new image @link https://php.net/manual/en/imagick.newpseudoimage.php @param int $columns <p> columns in the new image </p> @param int $rows <p> rows in the new image </p> @param string $pseudoString <p> string containing pseudo image definition. </p> @return bool <b>TRUE</b> on success. @throws ImagickException on error.
newPseudoImage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getCompression() {}
(PECL imagick 2.0.0)<br/> Gets the object compression type @link https://php.net/manual/en/imagick.getcompression.php @return int the compression constant
getCompression
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getCompressionQuality() {}
(PECL imagick 2.0.0)<br/> Gets the object compression quality @link https://php.net/manual/en/imagick.getcompressionquality.php @return int integer describing the compression quality
getCompressionQuality
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public static function getCopyright() {}
(PECL imagick 2.0.0)<br/> Returns the ImageMagick API copyright as a string @link https://php.net/manual/en/imagick.getcopyright.php @return string a string containing the copyright notice of Imagemagick and Magickwand C API.
getCopyright
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getFilename() {}
(PECL imagick 2.0.0)<br/> The filename associated with an image sequence @link https://php.net/manual/en/imagick.getfilename.php @return string a string on success.
getFilename
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getFormat() {}
(PECL imagick 2.0.0)<br/> Returns the format of the Imagick object @link https://php.net/manual/en/imagick.getformat.php @return string the format of the image.
getFormat
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public static function getHomeURL() {}
(PECL imagick 2.0.0)<br/> Returns the ImageMagick home URL @link https://php.net/manual/en/imagick.gethomeurl.php @return string a link to the imagemagick homepage.
getHomeURL
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getInterlaceScheme() {}
(PECL imagick 2.0.0)<br/> Gets the object interlace scheme @link https://php.net/manual/en/imagick.getinterlacescheme.php @return int Gets the wand interlace scheme.
getInterlaceScheme
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getOption($key) {}
(PECL imagick 2.0.0)<br/> Returns a value associated with the specified key @link https://php.net/manual/en/imagick.getoption.php @param string $key <p> The name of the option </p> @return string a value associated with a wand and the specified key.
getOption
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public static function getPackageName() {}
(PECL imagick 2.0.0)<br/> Returns the ImageMagick package name @link https://php.net/manual/en/imagick.getpackagename.php @return string the ImageMagick package name as a string.
getPackageName
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getPage() {}
(PECL imagick 2.0.0)<br/> Returns the page geometry @link https://php.net/manual/en/imagick.getpage.php @return int[] the page geometry associated with the Imagick object in an associative array with the keys "width", "height", "x", and "y", throwing ImagickException on error. @throws ImagickException on error
getPage
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public static function getQuantumDepth() {}
(PECL imagick 2.0.0)<br/> Gets the quantum depth @link https://php.net/manual/en/imagick.getquantumdepth.php @return array the Imagick quantum depth as a string.
getQuantumDepth
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public static function getQuantumRange() {}
(PECL imagick 2.0.0)<br/> Returns the Imagick quantum range @link https://php.net/manual/en/imagick.getquantumrange.php @return array the Imagick quantum range as a string.
getQuantumRange
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public static function getReleaseDate() {}
(PECL imagick 2.0.0)<br/> Returns the ImageMagick release date @link https://php.net/manual/en/imagick.getreleasedate.php @return string the ImageMagick release date as a string.
getReleaseDate
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public static function getResource($type) {}
(PECL imagick 2.0.0)<br/> Returns the specified resource's memory usage @link https://php.net/manual/en/imagick.getresource.php @param int $type <p> Refer to the list of resourcetype constants. </p> @return int the specified resource's memory usage in megabytes.
getResource
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public static function getResourceLimit($type) {}
(PECL imagick 2.0.0)<br/> Returns the specified resource limit @link https://php.net/manual/en/imagick.getresourcelimit.php @param int $type <p> Refer to the list of resourcetype constants. </p> @return int the specified resource limit in megabytes.
getResourceLimit
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getSamplingFactors() {}
(PECL imagick 2.0.0)<br/> Gets the horizontal and vertical sampling factor @link https://php.net/manual/en/imagick.getsamplingfactors.php @return array an associative array with the horizontal and vertical sampling factors of the image.
getSamplingFactors
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function getSize() {}
(PECL imagick 2.0.0)<br/> Returns the size associated with the Imagick object @link https://php.net/manual/en/imagick.getsize.php @return int[] the size associated with the Imagick object as an array with the keys "columns" and "rows". @throws ImagickException on error.
getSize
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public static function getVersion() {}
(PECL imagick 2.0.0)<br/> Returns the ImageMagick API version @link https://php.net/manual/en/imagick.getversion.php @return array the ImageMagick API version as a string and as a number.
getVersion
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setBackgroundColor($background) {}
(PECL imagick 2.0.0)<br/> Sets the object's default background color @link https://php.net/manual/en/imagick.setbackgroundcolor.php @param mixed $background @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setBackgroundColor
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setCompression($compression) {}
(PECL imagick 2.0.0)<br/> Sets the object's default compression type @link https://php.net/manual/en/imagick.setcompression.php @param int $compression @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setCompression
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setCompressionQuality($quality) {}
(PECL imagick 0.9.10-0.9.9)<br/> Sets the object's default compression quality @link https://php.net/manual/en/imagick.setcompressionquality.php @param int $quality @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setCompressionQuality
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setFilename($filename) {}
(PECL imagick 2.0.0)<br/> Sets the filename before you read or write the image @link https://php.net/manual/en/imagick.setfilename.php @param string $filename @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setFilename
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setFormat($format) {}
(PECL imagick 2.0.0)<br/> Sets the format of the Imagick object @link https://php.net/manual/en/imagick.setformat.php @param string $format @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setFormat
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0
public function setInterlaceScheme($interlace_scheme) {}
(PECL imagick 2.0.0)<br/> Sets the image compression @link https://php.net/manual/en/imagick.setinterlacescheme.php @param int $interlace_scheme @return bool <b>TRUE</b> on success. @throws ImagickException on error.
setInterlaceScheme
php
JetBrains/phpstorm-stubs
imagick/imagick.php
https://github.com/JetBrains/phpstorm-stubs/blob/master/imagick/imagick.php
Apache-2.0