update : 2015.11.03
php.shukuma.com

검색:
 
 
Crop an image using the given coordinates and size, x, y, width and height

imagecrop

(PHP 5 >= 5.5.0, PHP 7)

imagecropCrop an image using the given coordinates and size, x, y, width and height

설명

resource imagecrop ( resource $image , array $rect )

Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

인수

image

imagecreatetruecolor() 등의 이미지 생성 함수에서 반환한 이미지 자원.

rect

Array with keys "x", "y", "width" and "height".

반환값

Return cropped image resource on success실패 시 FALSE를 반환합니다.