Gmagick::addnoiseimage
  (PECL gmagick >= Unknown)
Gmagick::addnoiseimage — Adds random noise to the image
  
 
  Descrizione
  
   public Gmagick Gmagick::addnoiseimage
    ( 
int $NOISE
   )
 
  
  
 
  Elenco dei parametri
  
   
    
     - 
noise_type 
     - 
      
       The type of the noise. Refer to this list of noise constants. 
      
      
    
   
  
  
 
  Valori restituiti
  
   The Gmagick object with noise added.
  
  
 
  Errori/Eccezioni
  
   Throws an
GmagickException on error.