Changeset 8627 for trunk/psLib/src/imageops
- Timestamp:
- Aug 25, 2006, 6:34:28 PM (20 years ago)
- Location:
- trunk/psLib/src/imageops
- Files:
-
- 2 edited
-
psImagePixelExtract.c (modified) (2 diffs)
-
psImageStats.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelExtract.c
r8232 r8627 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-08- 08 23:32:23$10 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-08-26 04:34:28 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 790 790 if (radii->n < 2) { 791 791 psError(PS_ERR_BAD_PARAMETER_SIZE, true, 792 _("Input radii vector size, % d, can not be less than 2."),792 _("Input radii vector size, %ld, can not be less than 2."), 793 793 radii->n); 794 794 psFree(out); -
trunk/psLib/src/imageops/psImageStats.c
r8232 r8627 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1. 99$ $Name: not supported by cvs2svn $12 * @date $Date: 2006-08- 08 23:32:23$11 * @version $Revision: 1.100 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2006-08-26 04:34:28 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 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; … … 631 631 case PS_TYPE_C64: 632 632 default: 633 // XXX this should include the mask type (as a string) 633 634 psError(PS_ERR_BAD_PARAMETER_TYPE, true, 634 _("Input psImage mask type, %s, is not the supported mask datatype of %s."), type, PS_TYPE_U8); 635 _("Input psImage mask type is not a supported mask datatype")); 636 635 637 return -1; 636 638 }
Note:
See TracChangeset
for help on using the changeset viewer.
