mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-12 16:55:47 +03:00
Remove mention that 1-bit images use 1 byte per pixel
This commit is contained in:
parent
d7d48df9af
commit
e66363a807
|
@ -30,7 +30,7 @@ image. Each pixel uses the full range of the bit depth. So a 1-bit pixel has a r
|
|||
INT32 and a 32-bit floating point pixel has the range of FLOAT32. The current release
|
||||
supports the following standard modes:
|
||||
|
||||
* ``1`` (1-bit pixels, black and white, stored with one pixel per byte)
|
||||
* ``1`` (1-bit pixels, black and white)
|
||||
* ``L`` (8-bit pixels, grayscale)
|
||||
* ``P`` (8-bit pixels, mapped to any other mode using a color palette)
|
||||
* ``RGB`` (3x8-bit pixels, true color)
|
||||
|
|
Loading…
Reference in New Issue
Block a user