This commit is contained in:
Ryan Oldenburg 2021-02-14 16:22:45 -06:00
parent ea3f924c81
commit 331d5dfb37

View file

@ -32,6 +32,6 @@ block:
block: block:
for bits in [32, 24]: for bits in [32, 24]:
var image = decodeBmp(readFile("tests/images/bmp/knight." & $bits & let image =
".master.bmp")) decodeBmp(readFile("tests/images/bmp/knight." & $bits & ".master.bmp"))
writeFile("tests/images/bmp/knight." & $bits & ".bmp", encodeBmp(image)) writeFile("tests/images/bmp/knight." & $bits & ".bmp", encodeBmp(image))