Imagick::getImageColorspace

(PECL imagick 2.0.0) Gets the image colorspace int Imagick::getImageColorspace ( void ) Gets the image colorspace. Returns: Returns TRUE on success.

Imagick::getImageColors

(PECL imagick 2.0.0) Gets the number of unique colors in the image int Imagick::getImageColors ( void ) Gets the number of unique colors in the image. Returns: Returns TRUE on success.

Imagick::getImageColormapColor

(PECL imagick 2.0.0) Returns the color of the specified colormap index ImagickPixel Imagick::getImageColormapColor ( int $index ) Returns the color of the specified colormap index. Parameters: index The offset into the image colormap. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::getImageClipMask

(No version information available, might only be in Git) Gets image clip mask Imagick Imagick::getImageClipMask ( void ) Returns the image clip mask. The clip mask is an Imagick object containing the clip mask. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Returns: Returns an Imagick object containing the clip mask. Except

Imagick::getImageChannelStatistics

(PECL imagick 2.0.0) Returns statistics for each channel in the image array Imagick::getImageChannelStatistics ( void ) Returns statistics for each channel in the image. The statistics include the channel depth, its minima and maxima, the mean, and the standard deviation. You can access the red channel mean, for example, like this: Returns: Returns TRUE on success.

Imagick::getImageChannelRange

(PECL imagick 2.2.1) Gets channel range array Imagick::getImageChannelRange ( int $channel ) Gets the range for one or more image channels. This method is available if Imagick has been compiled against ImageMagick version 6.4.0 or newer. Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel

Imagick::getImageChannelMean

(PECL imagick 2.0.0) Gets the mean and standard deviation array Imagick::getImageChannelMean ( int $channel ) Gets the mean and standard deviation of one or more image channels. Return value is an associative array with the keys "mean" and "standardDeviation". Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one c

Imagick::getImageChannelKurtosis

(No version information available, might only be in Git) The getImageChannelKurtosis purpose public array Imagick::getImageChannelKurtosis ([ int $channel = Imagick::CHANNEL_DEFAULT ] ) Get the kurtosis and skewness of a specific channel. This method is available if Imagick has been compiled against ImageMagick version 6.4.9 or newer. Parameters: channel Provide any chan

Imagick::getImageChannelExtrema

(PECL imagick 2.0.0) Gets the extrema for one or more image channels array Imagick::getImageChannelExtrema ( int $channel ) Gets the extrema for one or more image channels. Return value is an associative array with the keys "minima" and "maxima". Parameters: channel Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combin

Imagick::getImageChannelDistortions

(No version information available, might only be in Git) Gets channel distortions float Imagick::getImageChannelDistortions ( Imagick $reference, int $metric [, int $channel = Imagick::CHANNEL_DEFAULT ] ) Compares one or more image channels of an image to a reconstructed image and returns the specified distortion metrics This method is available if Imagick has been compiled against ImageMagick version 6.4.4 or newer.