Imagick::mergeImageLayers
(PECL imagick 2.1.0)
Imagick::mergeImageLayers — Merges image layers
설명
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. 이 메쏘드는 Imagick을 ImageMagick 6.3.7 이상으로 컴파일 했을 때만 사용할 수 있습니다.
인수
- layer_method
-
One of the Imagick::LAYERMETHOD_* constants
반환값
성공시에 TRUE를 반환합니다.
오류/예외
오류시에 ImagickException이 발생합니다.
There are no user contributed notes for this page.
