16 lines
221 B
Text
16 lines
221 B
Text
(
|
|
instructions: {
|
|
0: Read((
|
|
source: File("testfiles/rails.png"),
|
|
)),
|
|
1: Write((
|
|
target: File("testfiles/gen/out.jpg"),
|
|
format: Jpeg,
|
|
)),
|
|
},
|
|
edges: {
|
|
(on: 0, idx: 0): [
|
|
(on: 1, idx: 0),
|
|
],
|
|
},
|
|
)
|