Browse Source

Image

pull/3/head
Jure Šorn 6 years ago
parent
commit
ea7a8a6b37
1 changed files with 10 additions and 10 deletions
  1. 20
      README.md

20
README.md

@ -278,11 +278,11 @@ import re
``` ```
#### Integer presentation types: #### Integer presentation types:
* `b` - Binary * `'b'` - Binary
* `c` - Character * `'c'` - Character
* `o` - Octal * `'o'` - Octal
* `x` - Hex * `'x'` - Hex
* `X` - HEX * `'X'` - HEX
### Text Wrap ### Text Wrap
@ -1104,11 +1104,11 @@ img.save('out.png')
``` ```
### Modes ### Modes
* `'1'` - 1-bit pixels, black and white, stored with one pixel per byte * `'1'` - 1-bit pixels, black and white, stored with one pixel per byte.
* `L` - 8-bit pixels, greyscale * `'L'` - 8-bit pixels, greyscale.
* `RGB` - 3x8-bit pixels, true color * `'RGB'` - 3x8-bit pixels, true color.
* `RGBA` - 4x8-bit pixels, true color with transparency mask * `'RGBA'` - 4x8-bit pixels, true color with transparency mask.
* `HSV` - 3x8-bit pixels, Hue, Saturation, Value color space * `'HSV'` - 3x8-bit pixels, Hue, Saturation, Value color space.
Audio Audio

|||||||
100:0
Loading…
Cancel
Save