This commit is contained in:
Ryan Oldenburg 2022-06-15 12:20:48 -05:00
parent 35ea447b3b
commit ad303de223

View file

@ -3,7 +3,7 @@ import chroma, pixie/fileformats/png, pngsuite, stb_image/read as stbi, strforma
for file in pngSuiteFiles:
let
data = readFile(&"tests/fileformats/png/pngsuite/{file}.png")
pixieLoaded = decodePngRaw(data)
pixieLoaded = decodePng(data)
var
width, height, channels: int