mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 13:14:45 +03:00
Clarify that modes are raw strings, not constants
This commit is contained in:
parent
acf1c8559b
commit
e16cc9593a
|
@ -24,7 +24,7 @@ To get the number and names of bands in an image, use the
|
|||
Modes
|
||||
-----
|
||||
|
||||
The :term:`mode` of an image defines the type and depth of a pixel in the
|
||||
The :term:`mode` of an image is a string that defines the type and depth of a pixel in the
|
||||
image. The current release supports the following standard modes:
|
||||
|
||||
* ``1`` (1-bit pixels, black and white, stored with one pixel per byte)
|
||||
|
|
Loading…
Reference in New Issue
Block a user