Mode reference anchor

This commit is contained in:
wiredfool 2014-11-19 12:49:06 -08:00
parent d823fae780
commit eedff2d59b

View File

@ -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: