Gmagick::thumbnailimage
Changes the size of an image
Description
public Gmagick Gmagick::thumbnailimage(int $width, int $height, bool $fit = false)
Parameters
-
width
-
Image width.
-
height
-
Image height.
Return Values
The Gmagick object.
Errors/Exceptions
Throws an
GmagickException on error.