Changeset 1943
- Timestamp:
- Oct 1, 2004, 4:23:05 PM (22 years ago)
- Location:
- trunk/psLib/test/image
- Files:
-
- 2 edited
-
tst_psImageManip.c (modified) (3 diffs)
-
verified/tst_psImageManip.stderr (modified) (2 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); -
trunk/psLib/test/image/verified/tst_psImageManip.stderr
r1934 r1943 11 11 <DATE><TIME>|<HOST>|I|testImageClip 12 12 Testing clipping of F32 imagery 13 <DATE><TIME>|<HOST>|I|testImageClip 14 Testing clipping of S32 imagery 13 15 <DATE><TIME>|<HOST>|I|testImageClip 14 16 Testing clipping of S16 imagery … … 30 32 Following should be an error (invalid type) 31 33 <DATE><TIME>|<HOST>|E|psLib.image.psImageClip 32 Specified psImage type, ps S32, is not supported.34 Specified psImage type, psU32, is not supported. 33 35 34 36 ---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImageManip.c)
Note:
See TracChangeset
for help on using the changeset viewer.
