diff options
author | gennyble <gen@nyble.dev> | 2023-11-17 08:32:45 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-17 08:32:45 -0600 |
commit | e9531eefae80caeb0b32b8e0acd568c14f65b384 (patch) | |
tree | c22dc1d45481269f6e0a23ffa5dfa72f1d743067 /README.md | |
parent | 73773e08bc251d35f6f5459e2fb15da2c6b20bfe (diff) | |
download | lri-rs-e9531eefae80caeb0b32b8e0acd568c14f65b384.tar.gz lri-rs-e9531eefae80caeb0b32b8e0acd568c14f65b384.zip |
docs cleanup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/README.md b/README.md index 980f3cb..79b371f 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,29 @@ Still early days. Some things work, some things don't. -I've details what I know about the LRI format in [LRI.md](LRI.md). +I've detailed what I know about the LRI format in [LRI.md](LRI.md). Details about a weird format they use called Bayer JPEG described in [bayer_jpeg.md](bayer_jpeg.md). -And details about a weird format they use called Bayer JPEG described in [bayer_jpeg.md](bayer_jpeg.md) +A friend archived a lot of Light L16 stuff at [helloavo/Light-L16-Archive](https://github.com/helloavo/Light-L16-Archive). Notably it contains firmaware images, instructions for upgrading your firmware, root instructions, and a lot more! It was incredibly helpful. -I took some notes as I worked on this that are in [NOTES.md](NOTES.md) if you're interested in that. +### 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. -## 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 filee. - -## prism -Breaks an LRI into the individual images it contains. `prism <lri> <output_directory>` +### prism +Breaks an LRI into the individual images it contains +`prism <lri> <output_directory>` TODO: I'd like to, one day, be able to write DNG files from prism, but currently it just spits out PNG. -## lri-proto +### 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. MIT Copyright Daniel Lawrence Lu -## lri-study +### lri-study Run with the arguments `gather <path>` to print information about the LRI files in the directory to stdout. This was very useful to me while developing lri-rs to be able to see if patterns repeated across many different images so I could make some assumptions. -### Licensing? +#### Licensing? `lri-proto` is MIT Copyright Daniel Lawrence Lu. everything else is ISC copyright gennyble <gen@nyble.dev>. |