mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2025-09-24 23:41:30 +02:00
style: drop Instruction suffix from instructions
This commit is contained in:
parent
c0dd533d81
commit
ccbccfb11b
5 changed files with 15 additions and 15 deletions
13
testfiles/invert.ron
Normal file
13
testfiles/invert.ron
Normal file
|
@ -0,0 +1,13 @@
|
|||
(
|
||||
[
|
||||
Read((
|
||||
source: File("testfiles/juan.jpg"),
|
||||
format: Png
|
||||
)),
|
||||
Filter(Invert),
|
||||
Write((
|
||||
target: File("testfiles/inverted.jpg"),
|
||||
format: Jpeg
|
||||
))
|
||||
]
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue