chore: format a bit and add just fmt

This commit is contained in:
multisn8 2024-01-18 20:29:41 +01:00
parent 1c3012fb32
commit 23ffbe39dc
Signed by untrusted user: multisamplednight
GPG key ID: 6D525AA147CBDAE2
7 changed files with 20 additions and 14 deletions

View file

@ -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
))
]
)

View file

@ -2,7 +2,7 @@
[
Read((
source: File("testfiles/juan.jpg"),
format: Png
format: Jpeg
)),
Filter(Invert),
Write((