# HG changeset patch # User Sean Russell # Date 1340568909 14400 # Sun Jun 24 16:15:09 2012 -0400 # Node ID acbbafbf76e8dcd3319e90a0b50e1d5cd44a7869 # Parent 63acf5de0980ae6c06988eb33024867bb7da2e6c Bug fixes. diff --git a/compareargs.go b/compareargs.go --- a/compareargs.go +++ b/compareargs.go @@ -1,7 +1,6 @@ package perceptualdiff import ( - "flag" "fmt" ) @@ -23,13 +22,6 @@ Place, Suite 330, Boston, MA 02111-1307 USA */ -const copyright = `PerceptualDiff version 1.1.1, Copyright (C) 2006 Yangli Hector Yee -PerceptualDiff comes with ABSOLUTELY NO WARRANTY -This is free software, and you are welcome -to redistribute it under certain conditions -See the GPL page for details: http://www.gnu.org/copyleft/gpl.html - -` // Args to pass into the comparison function type CompareArgs struct { diff --git a/lpyramid.go b/lpyramid.go --- a/lpyramid.go +++ b/lpyramid.go @@ -42,11 +42,10 @@ // Make the Laplacian pyramid by successively // copying the earlier levels and blurring them for i:=0; i