Changeset 15933 for trunk/ppImage/src/ppImageLoop.c
- Timestamp:
- Dec 26, 2007, 4:09:56 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageLoop.c
r15216 r15933 90 90 } 91 91 92 // replace the masked pixels with the background level 93 if (options->replaceMasked) { 94 if (!ppImageReplaceBackground (config, view, options)) 95 ESCAPE ("Unable to replace masked pixels with background level"); 96 } 97 92 98 // Close cells (XXX shouldn't pmFPAfileClose iterate down as needed?) 93 99 view->cell = -1;
Note:
See TracChangeset
for help on using the changeset viewer.
