Imagick Image Library
PHP Manual

Imagick::pingImageFile

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

Imagick::pingImageFile — Get basic image attributes in a lightweight manner

Descrição

bool Imagick::pingImageFile ( resource $filehandle [, string $fileName ] )
Aviso

Esta função não está documentada, somente a lista de argumentos está disponível.

Aviso

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

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

Parâmetros

filehandle

fileName

Valor Retornado

Retorna TRUE em sucesso.


Imagick Image Library
PHP Manual