Create new library Raw-rs including a basic TIFF decoder (#1757)

* add a basic tiff decoder in raw-rs

* cargo fmt

* add readme and license files

* add warning about being in-progress

* add testing framework for raw-rs

* add new type IFD and rename tag

* remove test_each and merge into single test

* cargo fmt

* make sure images folder stays in git

* rename image_length with image_height

* change name of test file

* Readme changes

---------

Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
Elbert Ronnie
2024-06-02 04:58:06 -07:00
committed by GitHub
co-authored by Keavon Chambers
parent 6d74abb4de
commit 72ccba09af
17 changed files with 1354 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ members = [
"node-graph/gpu-compiler/gpu-compiler-bin-wrapper",
"libraries/dyn-any",
"libraries/bezier-rs",
"libraries/raw-rs",
"website/other/bezier-rs-demos/wasm",
]
resolver = "2"