The Imagick class
PHP Manual

Imagick::pingImageBlob

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

Imagick::pingImageBlobQuickly fetch attributes

Beschreibung

bool Imagick::pingImageBlob ( string $image )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

This method can be used to query image width, height, size, and format without reading the whole image to memory.

Parameter-Liste

image

A string containing the image.

Rückgabewerte

Liefet TRUE bei Erfolg.


The Imagick class
PHP Manual