(PECL gmagick >= Unknown)
Creates a crop thumbnail
public Gmagick Gmagick::cropthumbnailimage ( int $width, int $height )
Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center.
Parameters:
width
The width of the thumbnail
height
The Height of the thumbnail
Returns:
The cropped Gmagick object
Exception:
Throws an GmagickException on error.
Please login to continue.