GoLang Imagick::setSize

request it (319)
GoLang replacement for PHP's Imagick::setSize [edit | history]



Do you know a GoLang replacement for PHP's Imagick::setSize? Write it!

PHP Imagick::setSize

PHP original manual for Imagick::setSize [ show | php.net ]

Imagick::setSize

(PECL imagick 2.0.0)

Imagick::setSizeSets the size of the Imagick object

Description

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

rows

Return Values

Returns TRUE on success.