mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #2765 from radarhere/decoder
Corrected documentation
This commit is contained in:
commit
7c10f6341f
|
@ -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