diff options
author | Nick White <git@njw.name> | 2020-07-20 18:29:30 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-07-20 18:29:30 +0100 |
commit | 9071b7fc18595c8d19178f6053545b44010ae6a4 (patch) | |
tree | 8e4a295fb53e5832a64b8632a0494a8bb6fb6776 /wipesides.go | |
parent | 43c2f3e5fa1894c49f875242edf7590f47d18ff4 (diff) |
Add pggraph tool
Diffstat (limited to 'wipesides.go')
-rw-r--r-- | wipesides.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wipesides.go b/wipesides.go index ebfb24f..26b7d25 100644 --- a/wipesides.go +++ b/wipesides.go @@ -149,7 +149,7 @@ func toonarrow(img *image.Gray, lowedge int, highedge int, min int) bool { return false } -// func sideways flips an image by sideways +// sideways flips an image sideways func sideways(img *image.Gray) *image.Gray { b := img.Bounds() newb := image.Rect(b.Min.Y, b.Min.X, b.Max.Y, b.Max.X) |