update : 2015.11.03
php.shukuma.com

검색:
 
 
Fetch basic attributes about the image

Imagick::pingImage

(PECL imagick 2.0.0)

Imagick::pingImageFetch basic attributes about the image

설명

bool Imagick::pingImage ( string $filename )

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

인수

filename

The filename to read the information from.

반환값

성공시에 TRUE를 반환합니다.