KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Home
>
PHP
>
Function
>
>
Imagick::cropThumbnailImage()
Imagick::cropThumbnailImage()
Imagick::cropThumbnailImage - Creates a crop thumbnail
Syntax
bool
Imagick::cropThumbnailImage
(
int
$width,
int
$height)
Arguments
width - The width of the thumbnail
height - The Height of the thumbnail
Description
Creates a fixed size thumbnail by first scaling the image up or down and cropping a specified area from the center.
Version
PHP PECL imagick 2.0.0
Return value
Returns TRUE on success.