Gmagick::setimagetype
  Sets the image type
  
 
  Description
  
   public Gmagick Gmagick::setimagetype
    ( int $imgType
   )
  
   
  
 
  Parameters
  
   
    
     - 
imgType
- 
      
       The image type: UndefinedType, BilevelType, GrayscaleType, 
GrayscaleMatteType, PaletteType, PaletteMatteType, TrueColorType, 
TrueColorMatteType, ColorSeparationType, ColorSeparationMatteType, or OptimizeType.
       
 
 
  Return Values
  
   The Gmagick object on success.
  
  
 
  Errors/Exceptions
  
   Throws an
GmagickException on error.