Gmagick::thumbnailimage
  Changes the size of an image
  
 
  Description
  
   public Gmagick Gmagick::thumbnailimage
    ( int $width
   , int $height
   [, bool $fit = false
  ] )
  
   
  
 
  Parameters
  
   
    
     - 
width
- 
      
       Image width 
       
- 
height
- 
      
       Image height 
       
 
 
  Return Values
  
   The Gmagick object on success.
  
  
 
  Errors/Exceptions
  
   Throws an
GmagickException on error.