fixed
This commit is contained in:
parent
35ea447b3b
commit
ad303de223
|
@ -3,7 +3,7 @@ import chroma, pixie/fileformats/png, pngsuite, stb_image/read as stbi, strforma
|
||||||
for file in pngSuiteFiles:
|
for file in pngSuiteFiles:
|
||||||
let
|
let
|
||||||
data = readFile(&"tests/fileformats/png/pngsuite/{file}.png")
|
data = readFile(&"tests/fileformats/png/pngsuite/{file}.png")
|
||||||
pixieLoaded = decodePngRaw(data)
|
pixieLoaded = decodePng(data)
|
||||||
|
|
||||||
var
|
var
|
||||||
width, height, channels: int
|
width, height, channels: int
|
||||||
|
|
Loading…
Reference in a new issue