update : 2015.11.03
php.shukuma.com

검색:
 
 
Removes a region of an image and trims

Gmagick::chopimage

(PECL gmagick >= Unknown)

Gmagick::chopimageRemoves a region of an image and trims

설명

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

Removes a region of an image and collapses the image to occupy the removed portion.

인수

width

Width of the chopped area

height

Height of the chopped area

x

X origo of the chopped area

y

Y origo of the chopped area

반환값

The chopped Gmagick object

오류/예외

Throws an GmagickException on error.