Imagick::getImageTotalInkDensity

(PECL imagick 2, PECL imagick 3)

Imagick::getImageTotalInkDensityGets the image total ink density

Description

publicImagick::getImageTotalInkDensity(): float

Gets the image total ink density.

Parameters

This function has no parameters.

Return Values

Returns the image total ink density of the image. Throw an ImagickException on error.

To Top