@@ -195,12 +195,15 @@ table describes some commonly used **raw modes**:
195
195
| mode | description |
196
196
+===========+=================================================================+
197
197
| ``1 `` | 1-bit bilevel, stored with the leftmost pixel in the most |
198
+ | | |
198
199
| | significant bit. 0 means black, 1 means white. |
199
200
+-----------+-----------------------------------------------------------------+
200
201
| ``1;I `` | 1-bit inverted bilevel, stored with the leftmost pixel in the |
202
+ | | |
201
203
| | most significant bit. 0 means white, 1 means black. |
202
204
+-----------+-----------------------------------------------------------------+
203
205
| ``1;R `` | 1-bit reversed bilevel, stored with the leftmost pixel in the |
206
+ | | |
204
207
| | least significant bit. 0 means black, 1 means white. |
205
208
+-----------+-----------------------------------------------------------------+
206
209
| ``L `` | 8-bit greyscale. 0 means black, 255 means white. |
@@ -214,9 +217,11 @@ table describes some commonly used **raw modes**:
214
217
| ``BGR `` | 24-bit true colour, stored as (blue, green, red). |
215
218
+-----------+-----------------------------------------------------------------+
216
219
| ``RGBX `` | 24-bit true colour, stored as (red, green, blue, pad). The pad |
220
+ | | |
217
221
| | pixels may vary. |
218
222
+-----------+-----------------------------------------------------------------+
219
223
| ``RGB;L `` | 24-bit true colour, line interleaved (first all red pixels, then|
224
+ | | |
220
225
| | all green pixels, finally all blue pixels). |
221
226
+-----------+-----------------------------------------------------------------+
222
227
0 commit comments