IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1894


Ignore:
Timestamp:
Sep 24, 2004, 2:47:54 PM (22 years ago)
Author:
evanalst
Message:

Removed types U32, S32 from list of valid types for psImageClip function to
be the only those specified in SDR.

File:
1 edited

Legend:

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

    r1840 r1894  
    1010 *  @author Ross Harman, MHPCC
    1111 *
    12  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-09-21 22:30:19 $
     12 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-09-25 00:47:54 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    120120        psImageClipCase(S8)
    121121        psImageClipCase(S16)
    122         psImageClipCase(S32)
    123         psImageClipCase(S64)
     122        //        psImageClipCase(S32)            Not a requirement
     123        //        psImageClipCase(S64)            Not a requirement
    124124        psImageClipCase(U8)
    125125        psImageClipCase(U16)
    126         psImageClipCase(U32)
    127         psImageClipCase(U64)
     126        //        psImageClipCase(U32)            Not a requirement
     127        //        psImageClipCase(U64)            Not a requirement
    128128        psImageClipCase(F32)
    129129        psImageClipCase(F64)
Note: See TracChangeset for help on using the changeset viewer.