(PECL imagick 2.1.0)
Imagick::mergeImageLayers — Merges image layers
$layer_method
)
Merges image layers into one. This method is useful when working with image
formats that use multiple layers such as PSD. The merging is controlled using
the layer_method
which defines how the layers are merged.
Этот метод доступен, если Imagick был скомпилирован с версией ImageMagick 6.3.7 или старше.
layer_method
One of the Imagick::LAYERMETHOD_*
constants
В случае успешной работы возвращает TRUE
.
Вызывает ImagickException при ошибке.