Skip to content

Commit

Permalink
DOC: Fix PNM pixel formats
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Nov 16, 2023
1 parent 24beca8 commit 94b2260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FORMATS.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@
<td>11</td>
<td><a href="https://wikipedia.org/wiki/Portable_anymap">PNM</a></td>
<td>
<b>Grayscale:</b> 1-bit, 8-bit, 16-bit.
<b>Indexed:</b> 1-bit, 8-bit.
<b>Grayscale:</b> 8-bit, 16-bit.
<b>Indexed:</b> 1-bit.
<b>RGB:</b> 24-bit, 48-bit.
<br/><br/>
<b>Content:</b> Static, Meta data.
Expand Down

0 comments on commit 94b2260

Please sign in to comment.