downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::setImageExtent> <Imagick::setImageDepth
Last updated: Fri, 20 May 2011

view this page in

Imagick::setImageDispose

(PECL imagick 2.0.0)

Imagick::setImageDisposeEstablece el método de disposición de una imagen

Descripción

bool Imagick::setImageDispose ( int $dispose )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Establece el método de disposición de una imagen.

Parámetros

dispose

Valores devueltos

Devuelve TRUE en caso de éxito.

Errores/Excepciones

Lanza ImagickException en caso de error.



add a note add a note User Contributed Notes Imagick::setImageDispose
malou_pitawawa at hotmail dot com 17-Jan-2010 12:00
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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites