diff options
author | gennyble <gen@nyble.dev> | 2023-11-17 07:59:54 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-17 07:59:54 -0600 |
commit | 7553dce9dccb7e93efc2ac14e004163e5d2862d4 (patch) | |
tree | 5717fdc3eeb75d3435e7174c899ced0c01de0420 /LRI.md | |
parent | 8317df85c6b2b20aa5935ddfd23b0cf2a60e08e6 (diff) | |
download | lri-rs-7553dce9dccb7e93efc2ac14e004163e5d2862d4.tar.gz lri-rs-7553dce9dccb7e93efc2ac14e004163e5d2862d4.zip |
prism produces reasonable images
Diffstat (limited to 'LRI.md')
-rw-r--r-- | LRI.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/LRI.md b/LRI.md index bb5f324..f4668be 100644 --- a/LRI.md +++ b/LRI.md @@ -3,10 +3,8 @@ The file is made up of many blocks, usually 10 or 11 but cases of 40 have occurr Blocks start with a header and contain some data. There is always a protobuf message within that data, and sometimes stuff like the images themselves. -Little-endian. - ## Block Header -The header is 32 bytes long. and goes as follows: +The header is 32 bytes long, uses little-endian, and goes as follows: | bytes | type | meaning | | ----- | -----| ------- | | 4 | - | Signature: "LELR" | |