From 5ab52686298bb8857b77b99a9c9934ce3470a610 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Tue, 8 Sep 2009 18:37:03 +0000 Subject: [PATCH] im_min() fix --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7901f3ef..609e4002 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,7 +30,7 @@ - im_max() returns true modulus, not square of modulus, for complex images - im_avg() works for complex, returning average modulus - im_maxpos()/im_minpos() are partial and work for complex -- im_max()/im_min() are now a convenience functions +- im_max()/im_min() are now convenience functions 25/3/09 started 7.18.0 - revised version numbers