Gmagick
PHP Manual

Gmagick::cropthumbnailimage

(PECL gmagick >= Unknown)

Gmagick::cropthumbnailimageCreates 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.

パラメータ

width

The width of the thumbnail

height

The Height of the thumbnail

返り値

The cropped Gmagick object

エラー / 例外

エラー時に GmagickException をスローします。


Gmagick
PHP Manual