forked from katzen-cafe/iowo
cleanup: remove unneeded source format in read instruction
The image crate is able to infer the format, so that data is redundant
This commit is contained in:
parent
10886be00a
commit
d79383a7df
4 changed files with 1 additions and 10 deletions
|
@ -2,7 +2,6 @@
|
|||
instructions: {
|
||||
0: Read((
|
||||
source: File("testfiles/rails.png"),
|
||||
format: Png,
|
||||
)),
|
||||
1: Write((
|
||||
target: File("testfiles/gen/out.jpg"),
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
instructions: {
|
||||
0: Read((
|
||||
source: File("testfiles/rails.png"),
|
||||
format: Png,
|
||||
)),
|
||||
1: Filter(Invert),
|
||||
2: Write((
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue