Changeset 42161
- Timestamp:
- Apr 4, 2022, 4:42:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/ppImage/src/ppImageOptions.c
r42148 r42161 223 223 if (!mdok) { minValid = 0.0; } 224 224 225 float maxValid = psMetadataLookupF32(&mdok, recipe, "OVERSCAN.MAX.VALID"); 226 if (!mdok) { maxValid = (float) 0x10000; } 227 225 228 // Fill in the options 226 229 options->overscan = pmOverscanOptionsAlloc(overscanSingle, overscanFit, overscanOrder, … … 230 233 options->overscan->value = psMetadataLookupF32(NULL, recipe, "OVERSCAN.VALUE"); 231 234 options->overscan->minValid = minValid; 235 options->overscan->maxValid = maxValid; 232 236 options->overscan->maskVal = 0x0001; 233 237
Note:
See TracChangeset
for help on using the changeset viewer.
