Changeset 18556 for trunk/ppImage/src/ppImageMosaic.c
- Timestamp:
- Jul 15, 2008, 10:26:37 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageMosaic.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageMosaic.c
r13901 r18556 32 32 in->name, out->name, in->xBin, in->yBin, out->xBin, out->yBin); 33 33 34 // XXX mosaic the chip, making a deep copy. this has the side effect of making the35 // outputimage products pure trimmed images, but also increases the memory footprint.34 // Mosaic the chip, making a deep copy. This has the side effect of making the output 35 // image products pure trimmed images, but also increases the memory footprint. 36 36 status = pmChipMosaic(outChip, inChip, true, options->blankMask); 37 37 return status;
Note:
See TracChangeset
for help on using the changeset viewer.
