mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
28 lines
720 B
ReStructuredText
28 lines
720 B
ReStructuredText
|
.. 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.
|
|||
|
|
|||
|
Only bug fixes have been added since the Pillow fork.
|
|||
|
|
|||
|
.. versionadded:: 1.1.3
|
|||
|
|
|||
|
.. autofunction:: autocontrast
|
|||
|
.. autofunction:: colorize
|
|||
|
.. autofunction:: crop
|
|||
|
.. autofunction:: deform
|
|||
|
.. autofunction:: equalize
|
|||
|
.. autofunction:: expand
|
|||
|
.. autofunction:: fit
|
|||
|
.. autofunction:: flip
|
|||
|
.. autofunction:: grayscale
|
|||
|
.. autofunction:: invert
|
|||
|
.. autofunction:: mirror
|
|||
|
.. autofunction:: posterize
|
|||
|
.. autofunction:: solarize
|