Imagick
PHP Manual

Imagick::identifyImage

(PECL imagick 2.0.0)

Imagick::identifyImageIdentifies an image and fetches attributes

Opis

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

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.

Błędy/Wyjątki

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


Imagick
PHP Manual