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 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd/pggraph/main.go') 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. ` -- cgit v1.2.1-24-ge1ad