Skip to content

Commit 9739e0a

Browse files
committed
update README
1 parent 259f809 commit 9739e0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# quickraw
1+
# quickraw
2+
[![](https://img.shields.io/crates/v/quickraw?style=flat-square)](https://crates.io/crates/quickraw)
3+
[![](https://img.shields.io/github/v/release/qdwang/quickraw?label=cli-release&style=flat-square)](https://github.com/qdwang/quickraw/releases/latest)
4+
25
A pure rust library to read Raw files from cameras.
36

47
Checkout docs here: [https://docs.rs/quickraw](https://docs.rs/quickraw)
@@ -10,3 +13,4 @@ Please check: [supported-models.md](supported-models.md)
1013
* Raw file process logic from [https://www.odelama.com/photo/Developing-a-RAW-Photo-by-hand/](https://www.odelama.com/photo/Developing-a-RAW-Photo-by-hand/)
1114
* Raw file process logic from [https://github.com/LibRaw/LibRaw](https://github.com/LibRaw/LibRaw)
1215
* Some decoding methods from [https://github.com/pedrocr/rawloader](https://github.com/pedrocr/rawloader)
16+
* Sample files for testing from [https://raw.pixls.us/](https://raw.pixls.us/)

0 commit comments

Comments
 (0)