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:
Schrottkatze 2024-01-23 12:40:25 +01:00
parent 10886be00a
commit d79383a7df
Signed by: schrottkatze
GPG key ID: DFD0FD205943C14A
4 changed files with 1 additions and 10 deletions

View file

@ -2,7 +2,6 @@
instructions: {
0: Read((
source: File("testfiles/rails.png"),
format: Png,
)),
1: Write((
target: File("testfiles/gen/out.jpg"),

View file

@ -2,7 +2,6 @@
instructions: {
0: Read((
source: File("testfiles/rails.png"),
format: Png,
)),
1: Filter(Invert),
2: Write((