Changeset 7055 for trunk/psLib/src/imageops/psImagePixelExtract.c
- Timestamp:
- May 3, 2006, 1:16:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/psImagePixelExtract.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/psImagePixelExtract.c
r6806 r7055 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $11 * @date $Date: 2006-0 4-06 22:55:18$10 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2006-05-03 23:16:16 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 474 474 if (direction == PS_CUT_X_POS || direction == PS_CUT_X_NEG) { 475 475 psVector* imgVec = psVectorAlloc(numRows, type); 476 imgVec->n = imgVec->nalloc; 476 477 psVector* maskVec = NULL; 477 478 psMaskType* maskData = NULL; … … 498 499 if (mask != NULL) { 499 500 maskVec = psVectorAlloc(numRows, mask->type.type); 500 } 501 imgVec->n = imgVec->nalloc; 502 maskVec->n = maskVec->nalloc; 501 maskVec->n = maskVec->nalloc; 502 } 503 503 #define PSIMAGE_CUT_VERTICAL(TYPE) \ 504 504 case PS_TYPE_##TYPE: { \
Note:
See TracChangeset
for help on using the changeset viewer.
