Changeset 745 for trunk/psLib/src/image/psImage.c
- Timestamp:
- May 19, 2004, 3:27:01 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImage.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImage.c
r727 r745 5 5 * This file defines the basic type for an image struct and functions useful in manupulating images. 6 6 * 7 * @author Robert DeSonia, MHPCC 7 8 * @author Ross Harman, MHPCC 8 * 9 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $10 * @date $Date: 2004-05- 19 01:20:02$9 * 10 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-05-20 01:27:01 $ 11 12 * 12 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 342 343 return output; 343 344 } 345 346 psImage* psImageReadSection(psImage* output, int col, int row, int numCols, 347 int numRows, int z, char* extname, int extnum, char* filename) 348 { 349 350 return NULL; 351 }
Note:
See TracChangeset
for help on using the changeset viewer.
