Index: trunk/psLib/src/image/psImageManip.c
===================================================================
--- trunk/psLib/src/image/psImageManip.c	(revision 1508)
+++ trunk/psLib/src/image/psImageManip.c	(revision 1520)
@@ -11,6 +11,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-08-12 03:05:48 $
+ *  @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-08-13 00:02:03 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -705,6 +705,6 @@
         // (x-centerX)*sinT;
 
-        int outCols = round(abs(numCols * cosT) + abs(numRows * sinT)) + 1;
-        int outRows = round(abs(numCols * sinT) + abs(numRows * cosT)) + 1;
+        int outCols = ceil(abs(numCols * cosT) + abs(numRows * sinT)) + 1;
+        int outRows = ceil(abs(numCols * sinT) + abs(numRows * cosT)) + 1;
         float minX = (float)outCols / -2.0f;
         int intMinY = outRows / -2;
