about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorgennyble <gen@nyble.dev>2024-03-09 21:50:32 -0600
committergennyble <gen@nyble.dev>2024-03-09 21:50:32 -0600
commit4b37607028967fd178745d0986f88b83f0d65e2f (patch)
tree3a411673a11e2326d19b602b37b44d73ca314423 /README.md
parente9531eefae80caeb0b32b8e0acd568c14f65b384 (diff)
downloadlri-rs-4b37607028967fd178745d0986f88b83f0d65e2f.tar.gz
lri-rs-4b37607028967fd178745d0986f88b83f0d65e2f.zip
dirty repo; this was here; wip
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79b371f..157c8bc 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,8 @@ A friend archived a lot of Light L16 stuff at [helloavo/Light-L16-Archive](https
 ### lri-rs
 A Rust crate for parsing LRI files. This library isn't perfect, but it works enough to be able to grab image data from the files. 
 
+The code here is a mess, but I'm working to improve it. Reading the metadata from the LRI files is weird! It's all in protobuf messages and those protobuf messages make *a lot* or stuff "optional". We end up with a lot of duplicated data
+
 ### prism
 Breaks an LRI into the individual images it contains  
 `prism <lri> <output_directory>`
@@ -14,7 +16,7 @@ Breaks an LRI into the individual images it contains
 TODO: I'd like to, one day, be able to write DNG files from prism, but currently it just spits out PNG.
 
 ### lri-proto
-This is a gently modified version of the [dllu/lri.rs](https://github.com/dllu/lri-rs) repository. Without the work from Daniel pulling the protobuf definitions from the Lumen software I truly don't know if I could've got as far as I did.
+This is a gently modified version of the [dllu/lri-rs](https://github.com/dllu/lri-rs) repository. Without the work from Daniel pulling the protobuf definitions from the Lumen software I truly don't know if I could've got as far as I did.
 
 MIT Copyright Daniel Lawrence Lu