f
This commit is contained in:
parent
540183a262
commit
26d616cc32
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ for name in tests:
|
||||||
control = decodePng(readFile("tests/fileformats/qoi/" & name & ".png"))
|
control = decodePng(readFile("tests/fileformats/qoi/" & name & ".png"))
|
||||||
doAssert input.data == control.data, "input mismatch of " & name
|
doAssert input.data == control.data, "input mismatch of " & name
|
||||||
|
|
||||||
decodeQoi(control.encodeQoi()).writeFile("tmp.png")
|
|
||||||
|
|
||||||
for name in tests:
|
for name in tests:
|
||||||
let
|
let
|
||||||
input = decodeQoiRaw(readFile("tests/fileformats/qoi/" & name & ".qoi"))
|
input = decodeQoiRaw(readFile("tests/fileformats/qoi/" & name & ".qoi"))
|
||||||
|
|
Loading…
Reference in a new issue