PHP Velho Oeste 2024

Imagick::getImageTotalInkDensity

(PECL imagick 2, PECL imagick 3)

Imagick::getImageTotalInkDensity画像の総インク密度を取得する

説明

public Imagick::getImageTotalInkDensity(): float

画像の総インク密度を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

画像の総インク密度を返します。 エラー時に ImagickException をスローします。

add a note add a note

User Contributed Notes 1 note

up
0
jrdelgado at estudiantes dot uci dot cu
8 years ago
It's seems that this function does not really works becouse allways return 0 in all cases... does anyone knows the reason why?
To Top