mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-13 05:06:49 +03:00
Reference Pillow not PIL [ci skip]
Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
dea75d1210
commit
51457311de
|
@ -60,7 +60,7 @@ PIL also provides limited support for a few special modes, including:
|
||||||
* ``BGR;24`` (24-bit reversed true colour)
|
* ``BGR;24`` (24-bit reversed true colour)
|
||||||
* ``BGR;32`` (32-bit reversed true colour)
|
* ``BGR;32`` (32-bit reversed true colour)
|
||||||
|
|
||||||
However, PIL doesn’t support user-defined modes; if you need to handle band
|
However, Pillow doesn’t support user-defined modes; if you need to handle band
|
||||||
combinations that are not listed above, use a sequence of Image objects.
|
combinations that are not listed above, use a sequence of Image objects.
|
||||||
|
|
||||||
You can read the mode of an image through the :py:attr:`~PIL.Image.Image.mode`
|
You can read the mode of an image through the :py:attr:`~PIL.Image.Image.mode`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user