code
stringlengths 31
1.39M
| docstring
stringlengths 23
16.8k
| func_name
stringlengths 1
126
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 7
166
| url
stringlengths 50
220
| license
stringclasses 7
values |
---|---|---|---|---|---|---|---|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["min" => "int", "max" => "int"])]
#[Deprecated]
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["x" => "float", "y" => "float"])]
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated]
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["width" => "int", "height" => "int", "x" => "int", "y" => "int"])]
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["x" => "float", "y" => "float"])]
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["x" => "float", "y" => "float"])]
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["x" => "float", "y" => "float"])]
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["quantumRangeLong" => "int", "quantumRangeString" => "string"])]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["columns" => "int", "rows" => "int"])]
#[Pure]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["versionNumber" => "int", "versionString" => "string"])]
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
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getImageCompression()
{
}
|
Gets the current image's compression type.
@link https://php.net/manual/en/imagick.getimagecompression.php
@return int
@since 3.3.0
|
getImageCompression
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getConfigureOptions()
{
}
|
Returns any ImageMagick configure options that match the specified pattern (e.g. "*" for all). Options include NAME, VERSION, LIB_VERSION, etc.
@return string
@since 3.4.0
|
getConfigureOptions
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFeatures()
{
}
|
GetFeatures() returns the ImageMagick features that have been compiled into the runtime.
@return string
@since 3.4.0
|
getFeatures
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated]
public function setFillAlpha($opacity)
{
}
|
(PECL imagick 2.0.0)<br/>
Sets the opacity to use when drawing using the fill color or fill texture
@link https://php.net/manual/en/imagickdraw.setfillalpha.php
@param float $opacity <p>
fill alpha
</p>
@return bool No value is returned.
|
setFillAlpha
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated]
public function setStrokeAlpha($opacity)
{
}
|
(PECL imagick 2.0.0)<br/>
Specifies the opacity of stroked object outlines
@link https://php.net/manual/en/imagickdraw.setstrokealpha.php
@param float $opacity <p>
opacity
</p>
@return bool No value is returned.
|
setStrokeAlpha
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFont()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the font
@link https://php.net/manual/en/imagickdraw.getfont.php
@return string|false a string on success and false if no font is set.
|
getFont
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFontFamily()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the font family
@link https://php.net/manual/en/imagickdraw.getfontfamily.php
@return string|false the font family currently selected or false if font family is not set.
|
getFontFamily
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFontSize()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the font pointsize
@link https://php.net/manual/en/imagickdraw.getfontsize.php
@return float the font size associated with the current ImagickDraw object.
|
getFontSize
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFontStyle()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the font style
@link https://php.net/manual/en/imagickdraw.getfontstyle.php
@return int the font style constant (STYLE_) associated with the ImagickDraw object
or 0 if no style is set.
|
getFontStyle
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFontWeight()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the font weight
@link https://php.net/manual/en/imagickdraw.getfontweight.php
@return int an int on success and 0 if no weight is set.
|
getFontWeight
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getTextDecoration()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the text decoration
@link https://php.net/manual/en/imagickdraw.gettextdecoration.php
@return int one of the DECORATION_ constants
and 0 if no decoration is set.
|
getTextDecoration
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getTextEncoding()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the code set used for text annotations
@link https://php.net/manual/en/imagickdraw.gettextencoding.php
@return string a string specifying the code set
or false if text encoding is not set.
|
getTextEncoding
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getClipPath()
{
}
|
(PECL imagick 2.0.0)<br/>
Obtains the current clipping path ID
@link https://php.net/manual/en/imagickdraw.getclippath.php
@return string|false a string containing the clip path ID or false if no clip path exists.
|
getClipPath
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getClipRule()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the current polygon fill rule
@link https://php.net/manual/en/imagickdraw.getcliprule.php
@return int one of the FILLRULE_ constants.
|
getClipRule
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getClipUnits()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the interpretation of clip path units
@link https://php.net/manual/en/imagickdraw.getclipunits.php
@return int an int on success.
|
getClipUnits
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFillColor()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the fill color
@link https://php.net/manual/en/imagickdraw.getfillcolor.php
@return ImagickPixel an ImagickPixel object.
|
getFillColor
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFillOpacity()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the opacity used when drawing
@link https://php.net/manual/en/imagickdraw.getfillopacity.php
@return float The opacity.
|
getFillOpacity
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFillRule()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the fill rule
@link https://php.net/manual/en/imagickdraw.getfillrule.php
@return int a FILLRULE_ constant
|
getFillRule
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getGravity()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the text placement gravity
@link https://php.net/manual/en/imagickdraw.getgravity.php
@return int a GRAVITY_ constant on success and 0 if no gravity is set.
|
getGravity
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getStrokeAntialias()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the current stroke antialias setting
@link https://php.net/manual/en/imagickdraw.getstrokeantialias.php
@return bool <b>TRUE</b> if antialiasing is on and false if it is off.
|
getStrokeAntialias
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getStrokeColor()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the color used for stroking object outlines
@link https://php.net/manual/en/imagickdraw.getstrokecolor.php
@return ImagickPixel an ImagickPixel object which describes the color.
|
getStrokeColor
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getStrokeDashArray()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns an array representing the pattern of dashes and gaps used to stroke paths
@link https://php.net/manual/en/imagickdraw.getstrokedasharray.php
@return array an array on success and empty array if not set.
|
getStrokeDashArray
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getStrokeDashOffset()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the offset into the dash pattern to start the dash
@link https://php.net/manual/en/imagickdraw.getstrokedashoffset.php
@return float a float representing the offset and 0 if it's not set.
|
getStrokeDashOffset
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getStrokeLineCap()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the shape to be used at the end of open subpaths when they are stroked
@link https://php.net/manual/en/imagickdraw.getstrokelinecap.php
@return int one of the LINECAP_ constants or 0 if stroke linecap is not set.
|
getStrokeLineCap
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getStrokeLineJoin()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the shape to be used at the corners of paths when they are stroked
@link https://php.net/manual/en/imagickdraw.getstrokelinejoin.php
@return int one of the LINEJOIN_ constants or 0 if stroke line join is not set.
|
getStrokeLineJoin
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getStrokeOpacity()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the opacity of stroked object outlines
@link https://php.net/manual/en/imagickdraw.getstrokeopacity.php
@return float a float describing the opacity.
|
getStrokeOpacity
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getStrokeWidth()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the width of the stroke used to draw object outlines
@link https://php.net/manual/en/imagickdraw.getstrokewidth.php
@return float a float describing the stroke width.
|
getStrokeWidth
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getTextAlignment()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the text alignment
@link https://php.net/manual/en/imagickdraw.gettextalignment.php
@return int one of the ALIGN_ constants and 0 if no align is set.
|
getTextAlignment
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getTextAntialias()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the current text antialias setting
@link https://php.net/manual/en/imagickdraw.gettextantialias.php
@return bool <b>TRUE</b> if text is antialiased and false if not.
|
getTextAntialias
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getVectorGraphics()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns a string containing vector graphics
@link https://php.net/manual/en/imagickdraw.getvectorgraphics.php
@return string a string containing the vector graphics.
|
getVectorGraphics
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getTextUnderColor()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the text under color
@link https://php.net/manual/en/imagickdraw.gettextundercolor.php
@return ImagickPixel an ImagickPixel object describing the color.
@throws ImagickDrawException on error.
|
getTextUnderColor
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getOpacity()
{
}
|
Returns the opacity used when drawing with the fill or stroke color or texture. Fully opaque is 1.0.
@return float
@since 3.4.1
|
getOpacity
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getFontResolution()
{
}
|
Gets the image X and Y resolution.
@return array
@throws ImagickException on error.
@since 3.4.1
|
getFontResolution
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getTextDirection()
{
}
|
Returns the direction that will be used when annotating with text.
@return bool
@since 3.4.1
|
getTextDirection
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getBorderColor()
{
}
|
Returns the border color used for drawing bordered objects.
@return ImagickPixel
@since 3.4.1
|
getBorderColor
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getDensity()
{
}
|
Obtains the vertical and horizontal resolution.
@return string|null
@since 3.4.1
|
getDensity
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated(replacement: "%class%->getPixelIterator(%parametersList%)")]
public function newPixelIterator(\Imagick $wand)
{
}
|
(PECL imagick 2.0.0)<br/>
Returns a new pixel iterator
@link https://php.net/manual/en/imagickpixeliterator.newpixeliterator.php
@param Imagick $wand
@return bool <b>TRUE</b> on success. Throwing ImagickPixelIteratorException.
@throws ImagickPixelIteratorException
@throws ImagickException
|
newPixelIterator
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Deprecated(replacement: "%class%->getPixelRegionIterator(%parametersList%)")]
public function newPixelRegionIterator(\Imagick $wand, $x, $y, $columns, $rows)
{
}
|
(PECL imagick 2.0.0)<br/>
Returns a new pixel iterator
@link https://php.net/manual/en/imagickpixeliterator.newpixelregioniterator.php
@param Imagick $wand
@param int $x
@param int $y
@param int $columns
@param int $rows
@return bool a new ImagickPixelIterator on success; on failure, throws ImagickPixelIteratorException
@throws ImagickPixelIteratorException
@throws ImagickException
|
newPixelRegionIterator
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getIteratorRow()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the current pixel iterator row
@link https://php.net/manual/en/imagickpixeliterator.getiteratorrow.php
@return int the integer offset of the row, throwing ImagickPixelIteratorException on error.
@throws ImagickPixelIteratorException on error
|
getIteratorRow
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getPreviousIteratorRow()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the previous row
@link https://php.net/manual/en/imagickpixeliterator.getpreviousiteratorrow.php
@return array the previous row as an array of ImagickPixelWand objects from the
ImagickPixelIterator, throwing ImagickPixelIteratorException on error.
@throws ImagickPixelIteratorException on error
|
getPreviousIteratorRow
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getCurrentIteratorRow()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the current row of ImagickPixel objects
@link https://php.net/manual/en/imagickpixeliterator.getcurrentiteratorrow.php
@return array a row as an array of ImagickPixel objects that can themselves be iterated.
@throws ImagickPixelIteratorException on error.
|
getCurrentIteratorRow
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getNextIteratorRow()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the next row of the pixel iterator
@link https://php.net/manual/en/imagickpixeliterator.getnextiteratorrow.php
@return array the next row as an array of ImagickPixel objects, throwing
ImagickPixelIteratorException on error.
@throws ImagickPixelIteratorException on error
|
getNextIteratorRow
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["hue" => "float", "saturation" => "float", "luminosity" => "float"])]
#[Pure]
public function getHSL()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the normalized HSL color of the ImagickPixel object
@link https://php.net/manual/en/imagickpixel.gethsl.php
@return float[] the HSL value in an array with the keys "hue",
"saturation", and "luminosity". Throws ImagickPixelException on failure.
@throws ImagickPixelException on failure
|
getHSL
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getIndex()
{
}
|
Gets the colormap index of the pixel wand.
@throws ImagickPixelException on failure
|
getIndex
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getColorValue($color)
{
}
|
(PECL imagick 2.0.0)<br/>
Gets the normalized value of the provided color channel
@link https://php.net/manual/en/imagickpixel.getcolorvalue.php
@param int $color <p>
The color to get the value of, specified as one of the Imagick color
constants. This can be one of the RGB colors, CMYK colors, alpha and
opacity e.g (Imagick::COLOR_BLUE, Imagick::COLOR_MAGENTA).
</p>
@return float The value of the channel, as a normalized floating-point number, throwing
ImagickPixelException on error.
@throws ImagickPixelException on error
|
getColorValue
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[ArrayShape(["r" => "int|float", "g" => "int|float", "b" => "int|float", "a" => "int|float"])]
#[Pure]
public function getColor($normalized = 0)
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the color
@link https://php.net/manual/en/imagickpixel.getcolor.php
@param int $normalized [optional] <p>
Normalize the color values
</p>
@return array An array of channel values, each normalized if <b>TRUE</b> is given as param. Throws
ImagickPixelException on error.
@throws ImagickPixelException on error.
|
getColor
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getColorAsString()
{
}
|
(PECL imagick 2.1.0)<br/>
Returns the color as a string
@link https://php.net/manual/en/imagickpixel.getcolorasstring.php
@return string the color of the ImagickPixel object as a string.
@throws ImagickPixelException on failure
|
getColorAsString
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getColorCount()
{
}
|
(PECL imagick 2.0.0)<br/>
Returns the color count associated with this color
@link https://php.net/manual/en/imagickpixel.getcolorcount.php
@return int the color count as an integer on success, throws
ImagickPixelException on failure.
@throws ImagickPixelException on failure.
|
getColorCount
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getColorQuantum()
{
}
|
Returns the color of the pixel in an array as Quantum values. If ImageMagick was compiled as HDRI these will be floats, otherwise they will be integers.
@link https://php.net/manual/en/imagickpixel.getcolorquantum.php
@return mixed The quantum value of the color element. Float if ImageMagick was compiled with HDRI, otherwise an int.
@throws ImagickPixelException on failure
@since 3.3.0
|
getColorQuantum
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[Pure]
public function getMatrix()
{
}
|
Get the 2d matrix of values used in this kernel. The elements are either float for elements that are used or 'false' if the element should be skipped.
@link https://php.net/manual/en/imagickkernel.getmatrix.php
@return array A matrix (2d array) of the values that represent the kernel.
@throws ImagickKernelException on error
@since 3.3.0
|
getMatrix
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imagick/imagick.php
|
MIT
|
#[LanguageLevelTypeAware(['8.1' => 'IMAP\\Connection|false'], default: 'resource|false')]
function imap_open(string $mailbox, string $user, string $password, int $flags = 0, int $retries = 0, array $options = [])
{
}
|
Open an IMAP stream to a mailbox
@link https://php.net/manual/en/function.imap-open.php
@param string $mailbox <p>
A mailbox name consists of a server and a mailbox path on this server.
The special name INBOX stands for the current users
personal mailbox. Mailbox names that contain international characters
besides those in the printable ASCII space have to be encoded width
<b>imap_utf7_encode</b>.
</p>
<p>
The server part, which is enclosed in '{' and '}', consists of the servers
name or ip address, an optional port (prefixed by ':'), and an optional
protocol specification (prefixed by '/').
</p>
<p>
The server part is mandatory in all mailbox
parameters.
</p>
<p>
All names which start with { are remote names, and are
in the form "{" remote_system_name [":" port] [flags] "}"
[mailbox_name] where:
remote_system_name - Internet domain name or
bracketed IP address of server.</p>
@param string $user <p>
The user name
</p>
@param string $password <p>
The password associated with the <i>username</i>
</p>
@param int $flags [optional] <p>
The <i>options</i> are a bit mask with one or more of
the following:
<b>OP_READONLY</b> - Open mailbox read-only</p>
@param int $retries [optional] <p>
Number of maximum connect attempts
</p>
@param null|array $options <p>
Connection parameters, the following (string) keys maybe used
to set one or more connection parameters:
DISABLE_AUTHENTICATOR - Disable authentication properties</p>
@return resource|false an IMAP stream on success or <b>FALSE</b> on error.
|
imap_open
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imap/imap.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imap/imap.php
|
MIT
|
#[LanguageLevelTypeAware(['8.3' => 'true'], default: 'bool')]
function imap_close(#[LanguageLevelTypeAware(['8.1' => 'DEPTRAC_INTERNAL\\IMAP\\Connection'], default: 'resource')] $imap, int $flags = 0)
{
}
|
Close an IMAP stream
@link https://php.net/manual/en/function.imap-close.php
@param resource $imap
@param int $flags [optional] <p>
If set to <b>CL_EXPUNGE</b>, the function will silently
expunge the mailbox before closing, removing all messages marked for
deletion. You can achieve the same thing by using
<b>imap_expunge</b>
</p>
|
imap_close
|
php
|
deptrac/deptrac
|
vendor/jetbrains/phpstorm-stubs/imap/imap.php
|
https://github.com/deptrac/deptrac/blob/master/vendor/jetbrains/phpstorm-stubs/imap/imap.php
|
MIT
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.