Imagick::setSize

(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.

doc_php
2016-02-24 16:01:26
Comments
Leave a Comment

Please login to continue.