Changeset 20444 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Oct 28, 2008, 1:49:32 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r20419 r20444 129 129 130 130 // replace the masked pixels with the background level 131 if (options-> replaceMasked) {132 if (!ppImage ReplaceBackground(config, view, options)) {133 ESCAPE("Unable to replace masked pixels with background level");131 if (options->doBG) { 132 if (!ppImageSubtractBackground(config, view, options)) { 133 ESCAPE("Unable to subtract background"); 134 134 } 135 135 }
Note:
See TracChangeset
for help on using the changeset viewer.
