- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImage/src/ppImageStatsOutput.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ppImage/src/ppImageStatsOutput.c
r27064 r30118 28 28 return false; 29 29 } 30 if (!psMetadataConfigWrite(stats, resolved)) { 30 31 // check for Metadata compression options: 32 char *compressMode = NULL; 33 bool status = false; 34 if (config->camera) { 35 // XXX use a different config variable for this output? 36 compressMode = psMetadataLookupStr(&status, config->camera, "METADATA.COMPRESSION"); 37 } 38 39 if (!psMetadataConfigWrite(stats, resolved, compressMode)) { 31 40 psError(psErrorCodeLast(), false, "Unable to serialize stats metadata.\n"); 32 41 psFree(resolved);
Note:
See TracChangeset
for help on using the changeset viewer.
