Gmagick::cropthumbnailimage

(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.

doc_php
2016-02-24 16:00:00
Comments
Leave a Comment

Please login to continue.