PHP Doku:: Returns statistics for each channel in the image - function.imagick-getimagechannelstatistics.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungImage Processing (ImageMagick)The Imagick classImagick::getImageChannelStatistics

Ein Service von Reinhard Neidl - Webprogrammierung.

The Imagick class

<<Imagick::getImageChannelRange

Imagick::getImageClipMask>>

Imagick::getImageChannelStatistics

(PECL imagick 2.0.0)

Imagick::getImageChannelStatisticsReturns statistics for each channel in the image

Beschreibung

array Imagick::getImageChannelStatistics ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

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:

Rückgabewerte

Liefert TRUE bei Erfolg.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)