IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2004, 2:08:44 PM (22 years ago)
Author:
desonia
Message:

fixed tests to coorespond to changes in psImageClip and/or the FullUnitTest/runTest
scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/tst_psImageIO.c

    r1193 r1221  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-07-08 01:05:01 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-07-15 00:08:43 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8686        img2 = psImageCopy(img2,img,PS_TYPE_##TYP); \
    8787        GENIMAGE(img3,m,n,TYP,row+2*col); \
    88         psImageClip(img3,100,100,400,400); \
     88        psImageClip(img3,32.0,32.0,120.0,120.0); \
    8989        img4 = psImageCopy(img4,img3,PS_TYPE_##TYP); \
    9090        remove(filename); \
Note: See TracChangeset for help on using the changeset viewer.