The Imagick class
PHP Manual

Imagick::appendImages

(PECL imagick 2.0.0)

Imagick::appendImagesAppend a set of images

설명

Imagick Imagick::appendImages ( bool $stack )

Append a set of images.

인수

stack

The direction of the stack (top to bottom or bottom to top)

반환값

Returns Imagick instance on success. 오류 시에 ImagickException을 던집니다.


The Imagick class
PHP Manual