mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-11 17:56:18 +03:00
Mode reference anchor
This commit is contained in:
parent
d823fae780
commit
eedff2d59b
|
@ -14,8 +14,10 @@ same dimensions and depth.
|
||||||
To get the number and names of bands in an image, use the
|
To get the number and names of bands in an image, use the
|
||||||
:py:meth:`~PIL.Image.Image.getbands` method.
|
:py:meth:`~PIL.Image.Image.getbands` method.
|
||||||
|
|
||||||
Mode
|
.. _concept-modes:
|
||||||
----
|
|
||||||
|
Modes
|
||||||
|
-----
|
||||||
|
|
||||||
The :term:`mode` of an image defines the type and depth of a pixel in the
|
The :term:`mode` of an image defines the type and depth of a pixel in the
|
||||||
image. The current release supports the following standard modes:
|
image. The current release supports the following standard modes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user