Home > PHP > Function > > Imagick::appendImages()

Imagick::appendImages()

Imagick::appendImages - Append a set of images

Syntax

Imagick Imagick::appendImages (bool $stack)

Arguments

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

Description

Append a set of images into one larger image.

Version

PHP PECL imagick 2.0.0

Return value

Returns Imagick instance on success. Throw an ImagickExceptionon error.