From b26cb9182b566acac884627d790b0660c4766b62 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 27 Jul 2020 00:28:11 +0100 Subject: Update pggraph documentation and update integralimg version --- cmd/pggraph/main.go | 6 +++--- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/pggraph/main.go b/cmd/pggraph/main.go index 59946ad..c7909b5 100644 --- a/cmd/pggraph/main.go +++ b/cmd/pggraph/main.go @@ -3,7 +3,7 @@ // license that can be found in the LICENSE file. // pggraph creates a graph showing the proportion of black pixels -// for slices through an image. This is useful to determine +// for slices through a binarised image. This is useful to determine // appropriate parameters to pass to the wipe functions in this // module. package main @@ -27,8 +27,8 @@ import ( const usage = `Usage: pggraph [-vertical] [-width] inimg graphname -Creates a graph showing the proportion of black pixels -for slices through an image. This is useful to determine +Creates a graph showing the proportion of black pixels for +slices through a binarised image. This is useful to determine appropriate parameters to pass to the wipe functions in this module. ` diff --git a/go.mod b/go.mod index 2ac2eb3..5c831a9 100644 --- a/go.mod +++ b/go.mod @@ -7,5 +7,5 @@ require ( github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect - rescribe.xyz/integralimg v0.3.0 + rescribe.xyz/integralimg v0.4.0 ) diff --git a/go.sum b/go.sum index 42e324b..1b9ac96 100644 --- a/go.sum +++ b/go.sum @@ -16,5 +16,5 @@ golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/tools v0.0.0-20181205014116-22934f0fdb62/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -rescribe.xyz/integralimg v0.3.0 h1:G5/yR8jKtewLlCEkygg7T8h1nllwNt4SmLdw+1fCsE4= -rescribe.xyz/integralimg v0.3.0/go.mod h1:2euyPigpyIixTWO6JtFEhDp/3YKA6yy+d8g17oL0L0s= +rescribe.xyz/integralimg v0.4.0 h1:KHBskl7xpAc3tKp5Zjm9SWMykUlOqUU5ZOr+eEKWMcI= +rescribe.xyz/integralimg v0.4.0/go.mod h1:mZKOwJ5vJgV+8yFKuJsWZBqF5AdYZSry6wSuWNsQPQM= -- cgit v1.2.1-24-ge1ad