IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1509


Ignore:
Timestamp:
Aug 11, 2004, 5:11:08 PM (22 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib/test/image
Files:
3 edited

Legend:

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

    r1506 r1509  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2004-08-12 03:03:22 $
     8 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-08-12 03:11:08 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    11361136    int index = 0;
    11371137    bool fail = false;
    1138     for (int rot=-180;rot<=180;rot+=30) {
     1138    for (int rot=-180;rot<=180;rot+=45) {
    11391139        psImage* oldOut = fOut;
    11401140        fOut = psImageRotate(fOut,fImg,rot,-1.0,PS_INTERPOLATE_FLAT);
Note: See TracChangeset for help on using the changeset viewer.