better output?
This commit is contained in:
parent
e138b44280
commit
7425e6554e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ proc diffVs(image: Image, masterPath: string) =
|
||||||
makeDirs(xRayPath.splitPath.head)
|
makeDirs(xRayPath.splitPath.head)
|
||||||
image.writeFile(imagePath)
|
image.writeFile(imagePath)
|
||||||
xRay.writeFile(xRayPath)
|
xRay.writeFile(xRayPath)
|
||||||
echo &"diff {masterPath} vs {imagePath} -> {xRayPath} with {score}"
|
echo &"diff {masterPath} -> {score*100:0.3f} %"
|
||||||
|
|
||||||
block:
|
block:
|
||||||
let ctx = newContext(newImage(300, 160))
|
let ctx = newContext(newImage(300, 160))
|
||||||
|
|
Loading…
Reference in a new issue