mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Corrected documentation
This commit is contained in:
parent
628137d415
commit
7f1e83aa39
|
@ -202,7 +202,7 @@ table describes some commonly used **raw modes**:
|
|||
+-----------+-----------------------------------------------------------------+
|
||||
| ``BGR`` | 24-bit true colour, stored as (blue, green, red). |
|
||||
+-----------+-----------------------------------------------------------------+
|
||||
| ``RGBX`` | 24-bit true colour, stored as (blue, green, red, pad). |
|
||||
| ``RGBX`` | 24-bit true colour, stored as (red, green, blue, pad). |
|
||||
+-----------+-----------------------------------------------------------------+
|
||||
| ``RGB;L`` | 24-bit true colour, line interleaved (first all red pixels, the |
|
||||
| | all green pixels, finally all blue pixels). |
|
||||
|
|
Loading…
Reference in New Issue
Block a user