basic conversion thing do worky!!!
This commit is contained in:
parent
f046393af8
commit
b92977d8f1
13 changed files with 680 additions and 14 deletions
12
testfiles/bare.rpl
Normal file
12
testfiles/bare.rpl
Normal file
|
@ -0,0 +1,12 @@
|
|||
(
|
||||
[
|
||||
Read((
|
||||
source: File("/home/jade/example/file.png"),
|
||||
format: Png
|
||||
)),
|
||||
Write((
|
||||
target: File("/home/jade/example/out.jpg"),
|
||||
format: Jpeg
|
||||
))
|
||||
]
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue