MagickSetImageType
MagickSetImageType -- sets the image type of the current active image
Description
bool MagickSetImageType( MagickWand mgck_wnd, int image_type )
Sets the image type of the current active image. Returns TRUE on success, FALSE, if an error occurred. image_type must be an ImageType constant, one of the following: MW_BilevelType MW_GrayscaleType MW_GrayscaleMatteType MW_PaletteType MW_PaletteMatteType MW_TrueColorType MW_TrueColorMatteType MW_ColorSeparationType MW_ColorSeparationMatteType MW_OptimizeType
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| image_type | An ImageType constant |