Index: /trunk/psLib/test/dataManip/.cvsignore
===================================================================
--- /trunk/psLib/test/dataManip/.cvsignore	(revision 1219)
+++ /trunk/psLib/test/dataManip/.cvsignore	(revision 1220)
@@ -39,2 +39,3 @@
 tst_psMinimize03
 tst_psMinimize04
+tst_psImageManip
Index: /trunk/psLib/test/image/verified/tst_psImageManip.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageManip.stderr	(revision 1220)
+++ /trunk/psLib/test/image/verified/tst_psImageManip.stderr	(revision 1220)
@@ -0,0 +1,47 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageManip.c                                         *
+*            TestPoint: psImage{psImageClip}                                       *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+ <DATE> <TIME> |<HOST>|I|  testImageClip|psImageClip shall limit the minimum and maximum data value within a psImage structure
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of F64 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of F32 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of S32 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of S16 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of S8 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of U32 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of U16 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of U8 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of C32 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of C64 imagery
+ <DATE> <TIME> |<HOST>|I|  testImageClip|Following should be an error (max<min)
+ <DATE> <TIME> |<HOST>|E|    psImageClip|psImageClip can not be invoked with max < min.
+
+---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImageManip.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageManip.c                                         *
+*            TestPoint: psImage{psImageClipNAN}                                    *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+ <DATE> <TIME> |<HOST>|I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value
+
+---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImageManip.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageManip.c                                         *
+*            TestPoint: psImage{psImageOverlay}                                    *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+ <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as overlay isn't within image boundaries
+ <DATE> <TIME> |<HOST>|E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
+ <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as overlay is NULL
+ <DATE> <TIME> |<HOST>|E|psImageOverlayS|one of the input images was NULL.
+ <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as image input is NULL
+ <DATE> <TIME> |<HOST>|E|psImageOverlayS|one of the input images was NULL.
+
+---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImageManip.c)
+
