2024-01-01 20:18:56 +00:00
|
|
|
(
|
2024-01-18 20:39:19 +00:00
|
|
|
instructions: {
|
|
|
|
0: Read((
|
2024-01-11 00:36:47 +00:00
|
|
|
source: File("testfiles/juan.jpg"),
|
2024-01-18 20:39:19 +00:00
|
|
|
format: Jpeg,
|
2024-01-01 20:18:56 +00:00
|
|
|
)),
|
2024-01-18 20:39:19 +00:00
|
|
|
1: Filter(Invert),
|
|
|
|
2: Write((
|
|
|
|
target: File("testfiles/inverted.png"),
|
|
|
|
format: Png,
|
|
|
|
)),
|
|
|
|
},
|
|
|
|
edges: {
|
|
|
|
(on: 0, idx: 0): [(on: 1, idx: 0)],
|
|
|
|
(on: 1, idx: 0): [(on: 2, idx: 0)],
|
|
|
|
},
|
2024-01-01 20:18:56 +00:00
|
|
|
)
|