Imagick::getImageExtrema

(PECL imagick 2, PECL imagick 3)

Imagick::getImageExtremaGets the extrema for the image

Avertizare

Această funcție este ÎNVECHITĂ începând cu Imagick 3.4.4. Utilizarea acesteia este foarte nerecomandată.

Descrierea

public Imagick::getImageExtrema ( ) : array

Gets the extrema for the image. Returns an associative array with the keys "min" and "max".

Valorile întoarse

Returns an associative array with the keys "min" and "max".

Erori/Excepții

Emite ImagickException în caz de eroare.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top