mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +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). |
|
| ``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 |
|
| ``RGB;L`` | 24-bit true colour, line interleaved (first all red pixels, the |
|
||||||
| | all green pixels, finally all blue pixels). |
|
| | all green pixels, finally all blue pixels). |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user