Changeset 3786 for trunk/psLib/src/image/psImageIO.h
- Timestamp:
- Apr 28, 2005, 4:25:10 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/image/psImageIO.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/psImageIO.h
r3264 r3786 10 10 * @author Robert DeSonia, MHPCC 11 11 * 12 * @version $Revision: 1. 9$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 2-17 19:26:24$12 * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-04-29 02:25:10 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 92 92 ); 93 93 94 /** print image pixel values. 95 * 96 * @return bool TRUE is successful, otherwise FALSE. 97 */ 98 bool p_psImagePrint( 99 FILE *f, ///< Destination stream 100 psImage *a, ///< image to print 101 char *name ///< name of the image (for title) 102 ); 103 94 104 /// @} 95 105 96 #endif 106 #endif // PS_IMAGEIO_H
Note:
See TracChangeset
for help on using the changeset viewer.
