(PECL imagick 2.0.0)
ImagickDraw::composite — Composites an image onto the current image
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
Composites an image onto the current image, using the specified composition operator, specified position, and at the specified size.
composition operator. One of COMPOSITE_ constants
x coordinate of the top left corner
y coordinate of the top left corner
width of the composition image
height of the composition image
the Imagick object where composition image is taken from
성공시에 TRUE를 반환합니다.