New node: Dehaze (#1882)

* feat: Implemented Dehaze Node

* Update Cargo.toml

* Remove unecessary image conversions

* Code review

* Further fixes

---------

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
nznznz42
2024-09-24 20:44:48 -07:00
committed by GitHub
co-authored by Dennis Kobert Keavon Chambers
parent 0b0169a415
commit c5454af48b
4 changed files with 345 additions and 0 deletions
+2
View File
@@ -27,4 +27,6 @@ pub mod brush;
#[cfg(feature = "wasm")]
pub mod wasm_application_io;
pub mod dehaze;
pub mod imaginate;