(PECL imagick 2.0.0)
  	
    
      
      Returns a value associated with the specified key
    
    
      
      string Imagick::getOption ( string $key )
    
    
    
    Returns a value associated within the object for the specified key.
Parameters: 
  
      
      
      	key
    	
 
    	The name of the option
Returns: 
    Returns a value associated with a wand and the specified key.
Exception: 
    
    Throws ImagickException on error.
Please login to continue.