mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-24 06:53:12 +03:00
Specify "I" and "F" ranges
This commit is contained in:
parent
ae3f43de64
commit
164311a756
|
@ -24,9 +24,10 @@ To get the number and names of bands in an image, use the
|
||||||
Modes
|
Modes
|
||||||
-----
|
-----
|
||||||
|
|
||||||
The ``mode`` of an image is a string which defines the type and depth of a pixel in the image.
|
The ``mode`` of an image is a string which defines the type and depth of a pixel in the
|
||||||
Each pixel uses the full range of the bit depth. So a 1-bit pixel has a range
|
image. Each pixel uses the full range of the bit depth. So a 1-bit pixel has a range of
|
||||||
of 0-1, an 8-bit pixel has a range of 0-255 and so on. The current release
|
0-1, an 8-bit pixel has a range of 0-255, a 32-signed integer pixel has the range of
|
||||||
|
INT32 and a 32-bit floating point pixel has the range of FLOAT32. The current release
|
||||||
supports the following standard modes:
|
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, stored with one pixel per byte)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user