MagickSetImageDispose
MagickSetImageDispose -- sets the image disposal method of the current active image
Description
bool MagickSetImageDispose( MagickWand mgck_wnd, int dispose_type )
Sets the image disposal method of the current active image. Returns TRUE on success, FALSE, if an error occurred. dispose_type must be a DisposeType constant, one of the following: MW_NoneDispose MW_BackgroundDispose MW_PreviousDispose
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| dispose_type | A DisposeType constant |