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