Add grayscale sample image for its node graph test

This commit is contained in:
Keavon Chambers 2022-08-20 23:59:37 -07:00
parent fda275f231
commit f73836b838
2 changed files with 2 additions and 2 deletions

View file

@ -181,7 +181,7 @@ mod test {
let grayscale_picture = MapResultNode::new(&gray).after(image);
let export = export_image_node();
let picture = grayscale_picture.eval("/home/dennis/screenshot.png").expect("failed to load image");
export.eval((picture, "/tmp/screenshot.png")).unwrap();
let picture = grayscale_picture.eval("test-image-1.png").expect("Failed to load image");
export.eval((picture, "test-image-1-result.png")).unwrap();
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB