mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-10-31 16:07:30 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			784 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			784 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. py:module:: PIL.ImageOps
 | ||
| .. py:currentmodule:: PIL.ImageOps
 | ||
| 
 | ||
| :py:mod:`~PIL.ImageOps` Module
 | ||
| ==============================
 | ||
| 
 | ||
| The :py:mod:`~PIL.ImageOps` module contains a number of ‘ready-made’ image
 | ||
| processing operations. This module is somewhat experimental, and most operators
 | ||
| only work on L and RGB images.
 | ||
| 
 | ||
| .. versionadded:: 1.1.3
 | ||
| 
 | ||
| .. autofunction:: autocontrast
 | ||
| .. autofunction:: colorize
 | ||
| .. autofunction:: contain
 | ||
| .. autofunction:: pad
 | ||
| .. autofunction:: crop
 | ||
| .. autofunction:: scale
 | ||
| .. autofunction:: deform
 | ||
| .. autofunction:: equalize
 | ||
| .. autofunction:: expand
 | ||
| .. autofunction:: fit
 | ||
| .. autofunction:: flip
 | ||
| .. autofunction:: grayscale
 | ||
| .. autofunction:: invert
 | ||
| .. autofunction:: mirror
 | ||
| .. autofunction:: posterize
 | ||
| .. autofunction:: solarize
 | ||
| .. autofunction:: exif_transpose
 |