PHP » GoLang |
login |
register |
about
|
GoLang Imagick::thumbnailImage
request it (348)
GoLang replacement for PHP's Imagick::thumbnailImage
[edit | history]
Imagick::thumbnailImage(PECL imagick 2.0.0) Imagick::thumbnailImage — Changes the size of an image Description
bool Imagick::thumbnailImage
( int
$columns
, int $rows
[, bool $bestfit = FALSE
[, bool $fill = FALSE
[, bool $legacy = FALSE
]]] )
Changes the size of an image to the given dimensions and removes any
associated profiles. The goal is to produce small, low cost thumbnail
images suited for display on the Web.
If
Parameters
Return Values
Returns Errors/ExceptionsThrows ImagickException on error. Examples
Example #1 Imagick::thumbnailImage()
<?php |
more
Recently updated
more
Most requested
more
Last requests
|