Changeset 24244 for branches/cnb_branches/cnb_branch_20090301/ppImage/src/ppImageReplaceBackground.c
- Timestamp:
- May 26, 2009, 1:59:32 PM (17 years ago)
- Location:
- branches/cnb_branches/cnb_branch_20090301
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
ppImage (modified) (1 prop)
-
ppImage/src (modified) (1 prop)
-
ppImage/src/ppImageReplaceBackground.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branches/cnb_branch_20090301
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppImage
- Property svn:mergeinfo changed
-
branches/cnb_branches/cnb_branch_20090301/ppImage/src
- Property svn:ignore
-
old new 9 9 stamp-h1 10 10 .libs 11 ppImageVersionDefinitions.h
-
- Property svn:ignore
-
branches/cnb_branches/cnb_branch_20090301/ppImage/src/ppImageReplaceBackground.c
r23352 r24244 147 147 if (!isfinite(value)) { 148 148 image->data.F32[y][x] = NAN; 149 mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] |= options-> badMask;149 mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] |= options->lowMask; 150 150 } else { 151 151 image->data.F32[y][x] -= value; … … 164 164 if (!isfinite(value)) { 165 165 image->data.F32[y][x] = NAN; 166 mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] |= options-> badMask;166 mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] |= options->lowMask; 167 167 } else { 168 168 image->data.F32[y][x] -= value;
Note:
See TracChangeset
for help on using the changeset viewer.
