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