Imagick::setImageDispose

(PECL imagick 2.0.0)

Imagick::setImageDisposeSets the image disposal method

Описание

bool Imagick::setImageDispose ( int $dispose )

Sets the image disposal method.

Список параметров

dispose

Возвращаемые значения

В случае успешной работы возвращает TRUE.

Ошибки

Вызывает ImagickException при ошибке.

Коментарии

The layer disposal method defines the way each the displayed image is to be modified after the current 'frame' of an animation has finished being displayed (after its 'delay' period), but before the next frame on an animation is to be overlaid onto the display.

Value for $dispose:

Undefined: 0 -> No disposal specified (equivalent to 'none').
None: 1 -> Do not dispose, just overlay next frame image.
Background: 2 -> Clear the frame area with the background color.
Previous: 3 -> Clear to the image prior to this frames overlay.

from: http://www.imagemagick.org/script/command-line-options.php?#dispose
2010-01-16 18:00:28
http://php5.kiev.ua/manual/ru/imagick.setimagedispose.html

    Поддержать сайт на родительском проекте КГБ