Index: trunk/psLib/src/imageops/psImageGeomManip.c
===================================================================
--- trunk/psLib/src/imageops/psImageGeomManip.c	(revision 6778)
+++ trunk/psLib/src/imageops/psImageGeomManip.c	(revision 6806)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-04-05 01:49:40 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-04-06 22:55:18 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -753,6 +753,6 @@
             row0 = input->row0;
             col0 = input->col0;
-            row1 = input->row0 + input->numRows;
-            col1 = input->col0 + input->numCols;
+            row1 = input->row0 + input->numRows - 1;
+            col1 = input->col0 + input->numCols - 1;
         }
         if (col1 < 1) {
@@ -782,6 +782,6 @@
         row0 = output->row0;
         col0 = output->col0;
-        row1 = row0+numRows;
-        col1 = col0+numCols;
+        row1 = row0+numRows -1;
+        col1 = col0+numCols -1;
     }
 
