This commit is contained in:
Ryan Oldenburg 2022-01-03 19:11:18 -06:00
parent 540183a262
commit 26d616cc32

View file

@ -8,8 +8,6 @@ for name in tests:
control = decodePng(readFile("tests/fileformats/qoi/" & name & ".png"))
doAssert input.data == control.data, "input mismatch of " & name
decodeQoi(control.encodeQoi()).writeFile("tmp.png")
for name in tests:
let
input = decodeQoiRaw(readFile("tests/fileformats/qoi/" & name & ".qoi"))