2013-10-13 09:17:45 +04:00
|
|
|
|
.. py:module:: PIL.ImageOps
|
|
|
|
|
.. py:currentmodule:: PIL.ImageOps
|
|
|
|
|
|
|
|
|
|
:py:mod:`ImageOps` Module
|
|
|
|
|
==========================
|
|
|
|
|
|
|
|
|
|
The :py:mod:`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
|
2019-10-08 13:12:15 +03:00
|
|
|
|
.. autofunction:: pad
|
2013-10-13 09:17:45 +04:00
|
|
|
|
.. autofunction:: crop
|
2019-10-08 13:12:15 +03:00
|
|
|
|
.. autofunction:: scale
|
2013-10-13 09:17:45 +04:00
|
|
|
|
.. autofunction:: deform
|
|
|
|
|
.. autofunction:: equalize
|
|
|
|
|
.. autofunction:: expand
|
|
|
|
|
.. autofunction:: fit
|
|
|
|
|
.. autofunction:: flip
|
|
|
|
|
.. autofunction:: grayscale
|
|
|
|
|
.. autofunction:: invert
|
|
|
|
|
.. autofunction:: mirror
|
|
|
|
|
.. autofunction:: posterize
|
|
|
|
|
.. autofunction:: solarize
|
2019-10-08 13:12:15 +03:00
|
|
|
|
.. autofunction:: exif_transpose
|