mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-07 15:55:00 +00:00
Add grayscale sample image for its node graph test
This commit is contained in:
parent
fda275f231
commit
f73836b838
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
BIN
node-graph/gstd/test-image-1.png
Normal file
BIN
node-graph/gstd/test-image-1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
Loading…
Add table
Add a link
Reference in a new issue