Changeset 3737 for trunk/psLib/src/image
- Timestamp:
- Apr 21, 2005, 11:18:23 AM (21 years ago)
- Location:
- trunk/psLib/src/image
- Files:
-
- 2 added
- 3 edited
-
Makefile.am (modified) (1 diff)
-
psImageManip.c (modified) (3 diffs)
-
psImageManip.h (modified) (3 diffs)
-
psPixels.c (added)
-
psPixels.h (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/image/Makefile.am
r3684 r3737 18 18 psImageStats.c \ 19 19 psImageFFT.c \ 20 psImageConvolve.c 20 psImageConvolve.c \ 21 psPixels.c 21 22 22 23 BUILT_SOURCES = psImageErrors.h -
trunk/psLib/src/image/psImageManip.c
r3476 r3737 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.3 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-0 3-22 21:52:49$12 * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-04-21 21:18:23 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 19 19 #include <stdlib.h> 20 20 #include <string.h> // for memcpy, etc. 21 22 #include "psImageManip.h" 21 23 22 24 #include "psError.h" … … 1082 1084 return NULL; 1083 1085 } 1086 -
trunk/psLib/src/image/psImageManip.h
r3476 r3737 1 2 1 /** @file psImageManip.h 3 2 * … … 11 10 * @author Ross Harman, MHPCC 12 11 * 13 * @version $Revision: 1. 19$ $Name: not supported by cvs2svn $14 * @date $Date: 2005-0 3-22 21:52:49$12 * @version $Revision: 1.20 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-04-21 21:18:23 $ 15 14 * 16 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 21 20 #include "psImage.h" 22 21 #include "psCoord.h" 22 #include "psStats.h" 23 23 24 24 /// @addtogroup Image
Note:
See TracChangeset
for help on using the changeset viewer.
