assert that generated images match P6 master
This commit is contained in:
parent
be26fe5193
commit
a7388a291d
1 changed files with 5 additions and 0 deletions
|
@ -11,3 +11,8 @@ block:
|
|||
"tests/fileformats/ppm/feep.p3.hidepth.master.ppm"
|
||||
))
|
||||
writeFile("tests/fileformats/ppm/feep.p3.hidepth.ppm", encodePpm(image))
|
||||
|
||||
# produced output should be identical to P6 master
|
||||
let p6Master = readFile("tests/fileformats/ppm/feep.p6.master.ppm")
|
||||
for image in @["p3", "p6", "p3.hidepth"]:
|
||||
doAssert readFile("tests/fileformats/ppm/feep." & $image & ".ppm") == p6Master
|
||||
|
|
Loading…
Reference in a new issue