Changeset 1943 for trunk/psLib/test/image/tst_psImageManip.c
- Timestamp:
- Oct 1, 2004, 4:23:05 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageManip.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageManip.c
r1934 r1943 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $9 * @date $Date: 2004- 09-30 20:32:21$8 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-10-02 02:23:05 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 174 174 psLogMsg(__func__,PS_LOG_INFO,"Testing clipping of F32 imagery"); 175 175 testImageClipByType(F32); 176 //psLogMsg(__func__,PS_LOG_INFO,"Testing clipping of S32 imagery");177 //testImageClipByType(S32);176 psLogMsg(__func__,PS_LOG_INFO,"Testing clipping of S32 imagery"); 177 testImageClipByType(S32); 178 178 psLogMsg(__func__,PS_LOG_INFO,"Testing clipping of S16 imagery"); 179 179 testImageClipByType(S16); … … 211 211 // Verify program execution doesn't stop if the input image type is something 212 212 // other than U8, U16, S8, S16, F32, F64, C32, C64. 213 img = psImageAlloc(c,r,PS_TYPE_ S32);213 img = psImageAlloc(c,r,PS_TYPE_U32); 214 214 psLogMsg(__func__,PS_LOG_INFO,"Following should be an error (invalid type)"); 215 215 retVal = psImageClip(img,min,-1.0f,max,-2.0f);
Note:
See TracChangeset
for help on using the changeset viewer.
