summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorNick White <git@njw.name>2020-07-20 11:50:46 +0100
committerNick White <git@njw.name>2020-07-20 11:50:46 +0100
commit09b1d4f8f1992e15e78e7a15717eae2597526fea (patch)
treeddc9459dfc087d12979d45891a36fa8df1ff8502 /cmd
parent629e436f63da8f19fd1654a634edf8e4f1c2bdad (diff)
parent9608fbaa5a1a99d039b8af0f2ea3dc8670e239e8 (diff)
Merge branch 'master' of https://git.rescribe.xyz/bookpipeline
Diffstat (limited to 'cmd')
-rw-r--r--cmd/bookpipeline/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bookpipeline/main.go b/cmd/bookpipeline/main.go
index 0afda16..cd2d9c7 100644
--- a/cmd/bookpipeline/main.go
+++ b/cmd/bookpipeline/main.go
@@ -177,7 +177,7 @@ func wipe(towipe chan string, up chan string, errc chan error, logger *log.Logge
s := strings.Split(path, ".")
base := strings.Join(s[:len(s)-1], "")
outpath := base + "_bin0.0.png"
- err := preproc.WipeFile(path, outpath, 5, 0.03, 30)
+ err := preproc.WipeFile(path, outpath, 5, 0.03, 30, 120, 0.005, 30)
if err != nil {
for range towipe {
} // consume the rest of the receiving channel so it isn't blocked