mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Wording changes
This commit is contained in:
		
							parent
							
								
									ce9cea94ed
								
							
						
					
					
						commit
						4433ff0ffd
					
				| 
						 | 
					@ -149,8 +149,9 @@ class ModeFilter(Filter):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class GaussianBlur(MultibandFilter):
 | 
					class GaussianBlur(MultibandFilter):
 | 
				
			||||||
    """Blurs the image with an extended box filter, which approximates a
 | 
					    """Blurs the image with a sequence of extended box filters, which
 | 
				
			||||||
    Gaussian kernel.
 | 
					    approximates a Gaussian kernel. For details on accuracy see
 | 
				
			||||||
 | 
					    <https://www.mia.uni-saarland.de/Publications/gwosdek-ssvm11.pdf>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    :param radius: Standard deviation of the Gaussian kernel.
 | 
					    :param radius: Standard deviation of the Gaussian kernel.
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user