update : 2015.11.03
php.shukuma.com

검색:
 
 
Sets the size of the Imagick object

Imagick::setSize

(PECL imagick 2.0.0)

Imagick::setSizeSets the size of the Imagick object

설명

bool Imagick::setSize ( int $columns , int $rows )

Sets the size of the Imagick object. Set it before you read a raw image format such as RGB, GRAY, or CMYK.

인수

columns

rows

반환값

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