Changeset 10999 for trunk/psLib/src/imageops
- Timestamp:
- Jan 9, 2007, 12:38:53 PM (20 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 9 edited
-
psImageBackground.c (modified) (1 diff)
-
psImageConvolve.c (modified) (1 diff)
-
psImageGeomManip.c (modified) (1 diff)
-
psImageMaskOps.c (modified) (1 diff)
-
psImagePixelExtract.c (modified) (1 diff)
-
psImagePixelManip.c (modified) (1 diff)
-
psImageStats.c (modified) (2 diffs)
-
psImageStructManip.c (modified) (1 diff)
-
psImageUnbin.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImageBackground.c
r10550 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <stdlib.h> -
trunk/psLib/src/imageops/psImageConvolve.c
r9730 r10999 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $8 * @date $Date: 200 6-10-24 22:52:55$7 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-09 22:38:52 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 11 */ 12 13 #ifdef HAVE_CONFIG_H 14 # include "config.h" 15 #endif 12 16 13 17 #include <string.h> -
trunk/psLib/src/imageops/psImageGeomManip.c
r10548 r10999 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-12-08 11:37:31$12 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 17 21 18 22 #include <complex.h> -
trunk/psLib/src/imageops/psImageMaskOps.c
r8232 r10999 8 8 * @author David Robbins, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-08-08 23:32:23$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 # include "config.h" 18 #endif 15 19 16 20 #include <complex.h> -
trunk/psLib/src/imageops/psImagePixelExtract.c
r10548 r10999 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-12-08 11:37:31$10 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 * 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 #include <string.h> -
trunk/psLib/src/imageops/psImagePixelManip.c
r8232 r10999 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-08-08 23:32:23$12 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 17 21 18 22 #include <complex.h> -
trunk/psLib/src/imageops/psImageStats.c
r10548 r10999 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.10 2$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-12-08 11:37:31$11 * @version $Revision: 1.103 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-09 22:38:52 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 #include <stdlib.h> … … 588 592 return -1; 589 593 }/* else if (col0 == col1 && row0 == row1) { 590 psError(PS_ERR_BAD_PARAMETER_VALUE, true,591 "Invalid psRegion specified. Region contains only 1 pixel.\n");592 return -1;593 }594 */594 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 595 "Invalid psRegion specified. Region contains only 1 pixel.\n"); 596 return -1; 597 } 598 */ 595 599 x0 = col0; 596 600 x1 = col1; -
trunk/psLib/src/imageops/psImageStructManip.c
r9538 r10999 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-10-13 21:13:48$10 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 * 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 #include <string.h> -
trunk/psLib/src/imageops/psImageUnbin.c
r10136 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6
Note:
See TracChangeset
for help on using the changeset viewer.
