Add the Mask node (#1080)

* Add MaskImageNode

Co-authored-by: Dennis Kobert <dennis@kobert.dev>
This commit is contained in:
isiko
2023-04-09 04:56:03 +02:00
committed by Keavon Chambers
parent ea02a2d53a
commit 9c4164291c
7 changed files with 56 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ fn map_gpu_single_image(input: Image, node: String) -> Image {
nodes: [(
0,
DocumentNode {
name: "Image filter Node".into(),
name: "Image Filter".into(),
inputs: vec![NodeInput::Network(concrete!(Color))],
implementation: DocumentNodeImplementation::Unresolved(identifier),
metadata: DocumentNodeMetadata::default(),