Index: trunk/psLib/src/imageops/psImageGeomManip.h
===================================================================
--- trunk/psLib/src/imageops/psImageGeomManip.h	(revision 4316)
+++ trunk/psLib/src/imageops/psImageGeomManip.h	(revision 4367)
@@ -8,6 +8,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-18 03:13:02 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-23 03:50:29 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -39,5 +39,5 @@
     const psImage* mask,               ///< mask for input image.  If NULL, no masking is done.
     psMaskType maskVal,                ///< the bits to check in mask.
-    psU32 scale,                       ///< the scale to rebin for each dimension
+    int scale,                         ///< the scale to rebin for each dimension
     const psStats* stats
     ///< the statistic to perform when rebinning.  Only one method should be set.
@@ -75,7 +75,7 @@
 psImage* psImageRotate(
     psImage* out,                      ///< an psImage to recycle.  If NULL, a new image is created
-    const psImage* in,                 ///< input image
+    const psImage* input,              ///< input image
     float angle,                       ///< the rotation angle in radians.
-    psC64 unexposedValue,              ///< the output image pixel values for non-imagery areas
+    _Complex exposed,                  ///< the output image pixel values for non-imagery areas
     psImageInterpolateMode mode        ///< the interpolation mode used
 );
@@ -94,8 +94,8 @@
 psImage* psImageShift(
     psImage* out,                      ///< an psImage to recycle.  If NULL, a new image is created
-    const psImage* in,                 ///< input image
+    const psImage* input,              ///< input image
     float dx,                          ///< the shift in x direction.
     float dy,                          ///< the shift in y direction.
-    psC64 unexposedValue,              ///< the output image pixel values for non-imagery areas
+    _Complex exposed,                  ///< the output image pixel values for non-imagery areas
     psImageInterpolateMode mode        ///< the interpolation mode to use
 );
@@ -149,9 +149,9 @@
     int inputMaskVal,                  ///< masking value for inputMask
     const psPlaneTransform *outToIn,   ///< the transform to apply
-    const psRegion region,             ///< the size of the transformed image
+    psRegion region,                   ///< the size of the transformed image
     const psPixels* pixels,            /**< if not NULL, consists of psPixelCoords and specifies which pixels in
-                                                     *  output image shall be transformed; otherwise, entire image generated*/
+                                                         *  output image shall be transformed; otherwise, entire image generated*/
     psImageInterpolateMode mode,       ///< the interpolation scheme to be used
-    int exposedValue                   ///< Exposed value to which non-corresponding pixels are set
+    double exposedValue                   ///< Exposed value to which non-corresponding pixels are set
 );
 
