about summary refs log tree commit diff
path: root/bayer_jpeg.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2023-09-13 01:04:18 -0500
committergennyble <gen@nyble.dev>2023-09-13 01:04:18 -0500
commit39437b2199b43581fceb51bebb64a5461abf1914 (patch)
treef2e642f2d4182d1494c44b21b9c1b9eaa2071b26 /bayer_jpeg.md
parent491fdb4327a07c9705d59284ac20f13074944a91 (diff)
downloadlri-rs-39437b2199b43581fceb51bebb64a5461abf1914.tar.gz
lri-rs-39437b2199b43581fceb51bebb64a5461abf1914.zip
write some docs
Diffstat (limited to 'bayer_jpeg.md')
-rw-r--r--bayer_jpeg.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/bayer_jpeg.md b/bayer_jpeg.md
index 94f7a6b..150fb63 100644
--- a/bayer_jpeg.md
+++ b/bayer_jpeg.md
@@ -1,6 +1,7 @@
 # BayerJPEG
-Th BayerJPEG is a strange format used by the Light L16... *sometimes*. We don't yet know when it switches from it's normal packed 10-bit raw format.
+The BayerJPEG is a strange format used by the Light L16... *sometimes*. We don't yet know when it switches from it's normal packed 10-bit raw format to this, or why.
 
+### BayerJPEG Header
 | size    | type   | meaning |
 | ------- | ------ | ------- |
 | 4 bytes | String | Magic Number "BJPG" |
@@ -11,10 +12,10 @@ Th BayerJPEG is a strange format used by the Light L16... *sometimes*. We don't
 | 4 bytes | u32    | Length of Jpeg 3 |
 | 1552 bytes | | unknown |
 
-***Monochrome***  
+***Foramt Type: Monochrome***  
 Jpeg0 contains a full resolution grayscale image
 
-***Colour***  
+***Format Type: Colour***  
 The bayered image is split across the four Jpeg, one
 for each colour location.