Changeset 1260 for trunk/psLib/src/image/psImageManip.h
- Timestamp:
- Jul 22, 2004, 10:02:57 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageManip.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageManip.h
r1250 r1260 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-07-2 1 23:39:10$12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-22 20:02:56 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 105 105 ); 106 106 107 psImage* psImageResample( 108 psImage* out, ///< an psImage to recycle. If NULL, a new image is created 109 const psImage* in, ///< input image 110 int scale, 111 psImageInterpolateMode mode 112 ); 113 107 114 psImage* psImageRotate( 108 115 psImage* out, ///< an psImage to recycle. If NULL, a new image is created
Note:
See TracChangeset
for help on using the changeset viewer.
