Index: trunk/psLib/src/image/psImageIO.c
===================================================================
--- trunk/psLib/src/image/psImageIO.c	(revision 1241)
+++ trunk/psLib/src/image/psImageIO.c	(revision 1301)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-07-19 22:01:19 $
+ *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-07-27 23:09:23 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -121,8 +121,8 @@
 
     if (numCols < 1) {
-        numCols += nAxes[0];
+        numCols += nAxes[0] - col;
     }
     if (numRows < 1) {
-        numRows += nAxes[1];
+        numRows += nAxes[1] - row;
     }
 
