CakeFest 2024: The Official CakePHP Conference

Gmagick::getimageextrema

(PECL gmagick >= Unknown)

Gmagick::getimageextremaGets the extrema for the image

Açıklama

public Gmagick::getimageextrema(): array

Returns an associative array with the keys "min" and "max". Hata durumunda bir GmagickException istisnası oluşur.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

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

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.

add a note

User Contributed Notes

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