From 5d69cbc4e459bad504079e8cfa462afea77a1c6f Mon Sep 17 00:00:00 2001 From: Steve Hollasch Date: Tue, 29 Oct 2024 10:54:35 -0700 Subject: [PATCH] ray4-image-format.md: fix some formatting --- ray4/ray4-image-format.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ray4/ray4-image-format.md b/ray4/ray4-image-format.md index 0a760f4..a09b37f 100644 --- a/ray4/ray4-image-format.md +++ b/ray4/ray4-image-format.md @@ -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 @@ -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: