Skip to content

Commit

Permalink
ray4-image-format.md: fix some formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hollasch committed Oct 29, 2024
1 parent 3b0ab34 commit 5d69cbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ray4/ray4-image-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Data Types
The following data types are used in the file format:

| Type | Size in Bytes | Description
|---------|---------------|------------------------------------------------
|---------|---------------|-------------------------------------------------
| uint8 | 1 | unsigned integer, 8 bits
| uint16 | 2 | unsigned integer, 16 bits
| uint32 | 4 | unsigned integer, 32 bits
Expand Down Expand Up @@ -43,10 +43,10 @@ following format:

The following pixel types are supported:

| Value | Meaning
|-------|------------------------------------------
| 0x00 | RGB unsigned integers, 0 to maximum value
| 0x01 | RGB floating-point values, [0, 1]
| Value | Meaning
|-------|-------------------------------------------
| 0x00 | RGB unsigned integers, 0 to maximum value
| 0x01 | RGB floating-point values, [0, 1]

The supported number of bits per pixel are:

Expand Down

0 comments on commit 5d69cbc

Please sign in to comment.