Skip to content

Commit

Permalink
Merge pull request #6907 from Pehat/patch-1
Browse files Browse the repository at this point in the history
Specify correct description for mode L
  • Loading branch information
hugovk committed Jan 24, 2023
2 parents c0ec840 + 9dc9e82 commit 698951e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/handbook/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ INT32 and a 32-bit floating point pixel has the range of FLOAT32. The current re
supports the following standard modes:

* ``1`` (1-bit pixels, black and white, stored with one pixel per byte)
* ``L`` (8-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)
* ``RGBA`` (4x8-bit pixels, true color with transparency mask)
Expand Down

0 comments on commit 698951e

Please sign in to comment.