Changeset 7766 for trunk/psLib/src/imageops
- Timestamp:
- Jun 29, 2006, 4:20:43 PM (20 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 6 edited
-
psImageBackground.c (modified) (1 diff)
-
psImageGeomManip.c (modified) (2 diffs)
-
psImageMaskOps.c (modified) (2 diffs)
-
psImagePixelManip.c (modified) (2 diffs)
-
psImageStats.c (modified) (3 diffs)
-
psImageUnbin.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageBackground.c
r7380 r7766 7 7 #include "psStats.h" 8 8 #include "psType.h" 9 #include "ps Constants.h"9 #include "psAssert.h" 10 10 #include "psRandom.h" 11 11 #include "psError.h" -
trunk/psLib/src/imageops/psImageGeomManip.c
r7524 r7766 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-06- 12 20:44:04$12 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-30 02:20:06 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 29 29 #include "psStats.h" 30 30 #include "psMemory.h" 31 #include "ps Constants.h"31 #include "psAssert.h" 32 32 #include "psErrorText.h" 33 33 #include "psCoord.h" -
trunk/psLib/src/imageops/psImageMaskOps.c
r5256 r7766 8 8 * @author David Robbins, MHPCC 9 9 * 10 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $11 * @date $Date: 200 5-10-10 20:12:13$10 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-06-30 02:20:06 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 #include "psStats.h" 26 26 #include "psMemory.h" 27 #include "ps Constants.h"27 #include "psAssert.h" 28 28 #include "psErrorText.h" 29 29 #include "psCoord.h" -
trunk/psLib/src/imageops/psImagePixelManip.c
r7380 r7766 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2006-06- 07 03:22:06 $12 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2006-06-30 02:20:06 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 27 27 #include "psStats.h" 28 28 #include "psMemory.h" 29 #include "ps Constants.h"29 #include "psAssert.h" 30 30 #include "psErrorText.h" 31 31 #include "psCoord.h" -
trunk/psLib/src/imageops/psImageStats.c
r7612 r7766 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.9 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-06- 21 21:03:49$11 * @version $Revision: 1.98 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-06-30 02:20:06 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 29 29 #include "psPolynomial.h" 30 30 #include "psImageStats.h" 31 #include "ps Constants.h"31 #include "psAssert.h" 32 32 #include "psErrorText.h" 33 33 #include "psRegion.h" … … 592 592 return -1; 593 593 }/* else if (col0 == col1 && row0 == row1) { 594 psError(PS_ERR_BAD_PARAMETER_VALUE, true,595 "Invalid psRegion specified. Region contains only 1 pixel.\n");596 return -1;597 }598 */594 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 595 "Invalid psRegion specified. Region contains only 1 pixel.\n"); 596 return -1; 597 } 598 */ 599 599 x0 = col0; 600 600 x1 = col1; -
trunk/psLib/src/imageops/psImageUnbin.c
r7381 r7766 3 3 #include "psError.h" 4 4 #include "psImage.h" 5 #include "ps Constants.h"5 #include "psAssert.h" 6 6 #include "psImageUnbin.h" 7 7
Note:
See TracChangeset
for help on using the changeset viewer.
