mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 23:36:23 +01:00
13 lines
169 B
Plaintext
13 lines
169 B
Plaintext
|
(
|
||
|
[
|
||
|
Read((
|
||
|
source: File("/home/jade/example/file.png"),
|
||
|
format: Png
|
||
|
)),
|
||
|
Write((
|
||
|
target: File("/home/jade/example/out.jpg"),
|
||
|
format: Jpeg
|
||
|
))
|
||
|
]
|
||
|
)
|