IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 10, 2005, 4:29:39 PM (21 years ago)
Author:
desonia
Message:

tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageManip.c

    r3737 r3880  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.39 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-04-21 21:18:23 $
     12 *  @version $Revision: 1.40 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-05-11 02:29:39 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    10561056// invert.  Also, the next SDRS should have a different signature.
    10571057psImage* psImageTransform(psImage *output,
     1058                          psArray** blankPixels,
    10581059                          const psImage *input,
    10591060                          const psImage *inputMask,
    10601061                          int inputMaskVal,
    10611062                          const psPlaneTransform *outToIn,
    1062                           const psImage *combineMask,
    1063                           int combineMaskVal)
     1063                          const psRegion region,
     1064                          const psPixels* pixels,
     1065                          psImageInterpolateMode mode,
     1066                          int exposedValue)
    10641067{
    10651068    if (input == NULL) {
Note: See TracChangeset for help on using the changeset viewer.