Changeset 1509
- Timestamp:
- Aug 11, 2004, 5:11:08 PM (22 years ago)
- Location:
- trunk/psLib/test/image
- Files:
-
- 3 edited
-
tst_psImageManip.c (modified) (2 diffs)
-
verified/fOut.fits (modified) ( previous)
-
verified/sOut.fits (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageManip.c
r1506 r1509 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 1$ $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 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1136 1136 int index = 0; 1137 1137 bool fail = false; 1138 for (int rot=-180;rot<=180;rot+= 30) {1138 for (int rot=-180;rot<=180;rot+=45) { 1139 1139 psImage* oldOut = fOut; 1140 1140 fOut = psImageRotate(fOut,fImg,rot,-1.0,PS_INTERPOLATE_FLAT);
Note:
See TracChangeset
for help on using the changeset viewer.
