PHP » GoLang |
login |
register |
about
|
GoLang Imagick::scaleImage
request it (313)
GoLang replacement for PHP's Imagick::scaleImage
[edit | history]
Imagick::scaleImage(PECL imagick 2.0.0) Imagick::scaleImage — Scales the size of an image Description
bool Imagick::scaleImage
( int
$cols
, int $rows
[, bool $bestfit = FALSE
[, bool $legacy = FALSE
]] )Scales the size of an image to the given dimensions. The other parameter will be calculated if 0 is passed as either param.
Parameters
Return Values
Returns Errors/ExceptionsThrows ImagickException on error. Changelog
Examples
Example #1 Imagick::scaleImage()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|