diff options
author | Nick White <git@njw.name> | 2020-07-27 00:28:11 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-07-27 00:28:11 +0100 |
commit | b26cb9182b566acac884627d790b0660c4766b62 (patch) | |
tree | 89257e87fbf354a96af2c51feb9ea5f94f02f791 /cmd/pggraph | |
parent | 4627227579c6922406517cf8ad0eb05728d71e0f (diff) |
Update pggraph documentation and update integralimg versionv0.3.0
Diffstat (limited to 'cmd/pggraph')
-rw-r--r-- | cmd/pggraph/main.go | 6 |
1 files changed, 3 insertions, 3 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. ` |