Changeset 1440 for trunk/psLib/src/image/psImageIO.c
- Timestamp:
- Aug 9, 2004, 1:34:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageIO.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageIO.c
r1407 r1440 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $11 * @date $Date: 2004-08-0 7 00:06:06$10 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2004-08-09 23:34:58 $ 12 12 * 13 13 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 22 22 #include "psMemory.h" 23 23 24 psImage *psImageReadSection(psImage* output,24 psImage* psImageReadSection(psImage* output, 25 25 int col, 26 26 int row, … … 199 199 } 200 200 201 bool psImageWriteSection(psImage * input, int col0, int row0, int z, char *extname, int extnum,201 bool psImageWriteSection(psImage* input, int col0, int row0, int z, char *extname, int extnum, 202 202 char *filename) 203 203 {
Note:
See TracChangeset
for help on using the changeset viewer.
