Index: trunk/psLib/src/image/psImageManip.c
===================================================================
--- trunk/psLib/src/image/psImageManip.c	(revision 3737)
+++ trunk/psLib/src/image/psImageManip.c	(revision 3880)
@@ -10,6 +10,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-04-21 21:18:23 $
+ *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-05-11 02:29:39 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1056,10 +1056,13 @@
 // invert.  Also, the next SDRS should have a different signature.
 psImage* psImageTransform(psImage *output,
+                          psArray** blankPixels,
                           const psImage *input,
                           const psImage *inputMask,
                           int inputMaskVal,
                           const psPlaneTransform *outToIn,
-                          const psImage *combineMask,
-                          int combineMaskVal)
+                          const psRegion region,
+                          const psPixels* pixels,
+                          psImageInterpolateMode mode,
+                          int exposedValue)
 {
     if (input == NULL) {
