Remove mention that 1-bit images use 1 byte per pixel

This commit is contained in:
Hugo Chargois 2025-02-27 01:18:08 +01:00 committed by GitHub
parent d7d48df9af
commit e66363a807
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)