chore: format a bit and add just fmt
This commit is contained in:
parent
1c3012fb32
commit
23ffbe39dc
7 changed files with 20 additions and 14 deletions
|
@ -1,12 +1,12 @@
|
|||
(
|
||||
[
|
||||
Read((
|
||||
source: File("/home/jade/example/file.png"),
|
||||
format: Png
|
||||
source: File("testfiles/juan.png"),
|
||||
format: Jpeg
|
||||
)),
|
||||
Write((
|
||||
target: File("/home/jade/example/out.jpg"),
|
||||
format: Jpeg
|
||||
target: File("testfiles/out.png"),
|
||||
format: Png
|
||||
))
|
||||
]
|
||||
)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
[
|
||||
Read((
|
||||
source: File("testfiles/juan.jpg"),
|
||||
format: Png
|
||||
format: Jpeg
|
||||
)),
|
||||
Filter(Invert),
|
||||
Write((
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue