The Imagick class
PHP Manual

Imagick::identifyImage

(No version information available, might be only in CVS)

Imagick::identifyImageIdentifies an image and fetches attributes

Opis

array Imagick::identifyImage ([ bool $appendRawOutput ] )
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. Throws ImagickException on error.

Błędy/Wyjątki

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


The Imagick class
PHP Manual