iowo/testfiles/bare.ron

13 lines
149 B
Text
Raw Normal View History

2024-01-01 06:30:04 +00:00
(
[
Read((
2024-01-18 19:29:41 +00:00
source: File("testfiles/juan.png"),
format: Jpeg
2024-01-01 06:30:04 +00:00
)),
Write((
2024-01-18 19:29:41 +00:00
target: File("testfiles/out.png"),
format: Png
2024-01-01 06:30:04 +00:00
))
]
)