La classe Imagick
PHP Manual

Imagick::pingImage

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

Imagick::pingImageFetch basic attributes about the image

Description

bool Imagick::pingImage ( string $filename )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

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

Liste de paramètres

filename

The filename to read the information from.

Valeurs de retour

Returns TRUE on success.


La classe Imagick
PHP Manual