Imagick
PHP Manual

Imagick::mergeImageLayers

(PECL imagick 2.1.0)

Imagick::mergeImageLayersMerges image layers

Descrizione

bool Imagick::mergeImageLayers ( int $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. Questo metodo è disponibile se Imagick è stato compilato con ImageMagick versione 6.3.7 o successive.

Elenco dei parametri

layer_method

One of the Imagick::LAYERMETHOD_* constants

Valori restituiti

Restituisce TRUE in caso di successo.

Errori/Eccezioni

Lancia una ImagickException in caso di errore.

Vedere anche:


Imagick
PHP Manual