Index: /branches/pap_branch_050513/psLib/src/image/psImage.c
===================================================================
--- /branches/pap_branch_050513/psLib/src/image/psImage.c	(revision 3947)
+++ /branches/pap_branch_050513/psLib/src/image/psImage.c	(revision 3948)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-29 02:25:10 $
+ *  @version $Revision: 1.65.2.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-16 21:07:01 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -235,4 +235,8 @@
 
     output = psImageRecycle(output, numCols, numRows, type);
+
+    // Preserve col0,row0
+    output->col0 = input->col0;
+    output->row0 = input->row0;
 
     // cover the trival case of copy of the same
Index: /branches/pap_branch_050513/psLib/src/mathtypes/psImage.c
===================================================================
--- /branches/pap_branch_050513/psLib/src/mathtypes/psImage.c	(revision 3947)
+++ /branches/pap_branch_050513/psLib/src/mathtypes/psImage.c	(revision 3948)
@@ -9,6 +9,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.65 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-29 02:25:10 $
+ *  @version $Revision: 1.65.2.1 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-16 21:07:01 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -235,4 +235,8 @@
 
     output = psImageRecycle(output, numCols, numRows, type);
+
+    // Preserve col0,row0
+    output->col0 = input->col0;
+    output->row0 = input->row0;
 
     // cover the trival case of copy of the same
