From 9071b7fc18595c8d19178f6053545b44010ae6a4 Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 20 Jul 2020 18:29:30 +0100 Subject: Add pggraph tool --- wipesides.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wipesides.go') 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) -- cgit v1.2.1-24-ge1ad