Pillow/docs/reference/ImageOps.rst

30 lines
784 B
ReStructuredText
Raw Normal View History

.. 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
2021-05-01 15:53:46 +03:00
.. autofunction:: contain
2019-10-08 13:12:15 +03:00
.. autofunction:: pad
.. autofunction:: crop
2019-10-08 13:12:15 +03:00
.. autofunction:: scale
.. 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