(PECL imagick 2.0.0)
Sets 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.
Parameters:
columns
Sets the size of the Imagick object. Set it before you read a raw image format such as RGB, GRAY, or CMYK.
rows
Sets the size of the Imagick object. Set it before you read a raw image format such as RGB, GRAY, or CMYK.
Returns:
Returns TRUE
on success.
Please login to continue.