diff options
author | gennyble <gen@nyble.dev> | 2023-11-17 08:05:14 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-17 08:05:14 -0600 |
commit | 73773e08bc251d35f6f5459e2fb15da2c6b20bfe (patch) | |
tree | 05dc263e6396c46f3752ec46d974d408e78923f9 | |
parent | 7553dce9dccb7e93efc2ac14e004163e5d2862d4 (diff) | |
download | lri-rs-73773e08bc251d35f6f5459e2fb15da2c6b20bfe.tar.gz lri-rs-73773e08bc251d35f6f5459e2fb15da2c6b20bfe.zip |
add prism usage note
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index ba0c9d6..980f3cb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I took some notes as I worked on this that are in [NOTES.md](NOTES.md) if you're 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. +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. |