Gmagick
PHP Manual

Gmagick::cropimage

(PECL gmagick >= Unknown)

Gmagick::cropimageExtracts a region of the image

説明

public void Gmagick::cropimage ( int $x , int $y , int $width , int $height )

Extracts a region of the image.

パラメータ

x

The X coordinate of the cropped region's top left corner

y

The Y coordinate of the cropped region's top left corner

width

The width of the crop

height

The height of the crop

返り値

The cropped Gmagick object

エラー / 例外

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


Gmagick
PHP Manual