mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +01:00
18 lines
232 B
Plaintext
18 lines
232 B
Plaintext
(
|
|
instructions: {
|
|
0: Read((
|
|
source: File("testfiles/juan.jpg"),
|
|
format: Jpeg,
|
|
)),
|
|
1: Write((
|
|
target: File("testfiles/out.png"),
|
|
format: Png,
|
|
)),
|
|
},
|
|
edges: {
|
|
(on: 0, idx: 0): [
|
|
(on: 1, idx: 0),
|
|
],
|
|
},
|
|
)
|