forked from katzen-cafe/iowo
MultisampledNight
3e208335c3
Very hacky, but this is enough to be finished with the graph IR for now.
17 lines
237 B
Text
17 lines
237 B
Text
(
|
|
instructions: {
|
|
0: Read((
|
|
source: File("testfiles/rails.png"),
|
|
format: Png,
|
|
)),
|
|
1: Write((
|
|
target: File("testfiles/gen/out.jpg"),
|
|
format: Jpeg,
|
|
)),
|
|
},
|
|
edges: {
|
|
(on: 0, idx: 0): [
|
|
(on: 1, idx: 0),
|
|
],
|
|
},
|
|
)
|