iowo/testfiles/bare.ron

18 lines
232 B
Text
Raw Normal View History

2024-01-01 06:30:04 +00:00
(
instructions: {
0: Read((
source: File("testfiles/juan.jpg"),
format: Jpeg,
2024-01-01 06:30:04 +00:00
)),
1: Write((
2024-01-18 19:29:41 +00:00
target: File("testfiles/out.png"),
format: Png,
)),
},
edges: {
(on: 0, idx: 0): [
(on: 1, idx: 0),
],
},
2024-01-01 06:30:04 +00:00
)