The Imagick class
PHP Manual

Imagick::identifyImage

(PECL imagick 2.0.0)

Imagick::identifyImageIdentifies an image and fetches attributes

Opis

array Imagick::identifyImage ([ bool $appendRawOutput = false ] )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others.

Parametry

appendRawOutput

Zwracane wartości

Identifies an image and returns the attributes. Attributes include the image width, height, size, and others. Zgłasza wyjątek ImagickException gdy wystąpi błąd.

Błędy/Wyjątki

Zgłasza wyjątek ImagickException w przypadku błędu.


The Imagick class
PHP Manual