Changeset 9952 for trunk/ppImage/src/ppImageParseCamera.c
- Timestamp:
- Nov 13, 2006, 12:26:09 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImageParseCamera.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImageParseCamera.c
r9857 r9952 12 12 // the input image defines the camera, and all recipes and options the follow 13 13 pmFPAfile *input = pmFPAfileDefineFromArgs (&status, config, "PPIMAGE.INPUT", "INPUT"); 14 if (!status ) {14 if (!status || !input) { 15 15 psError(PS_ERR_IO, false, "Failed to build FPA from PPIMAGE.INPUT"); 16 16 return NULL; … … 177 177 psFree (chips); 178 178 179 if (psMetadataLookupBool(NULL, recipe, "INPUT_IS_FRINGE")) { 180 // It's a fringe file, so change the file type 181 input->type = PM_FPA_FILE_FRINGE; 182 output->type = PM_FPA_FILE_FRINGE; 183 } 184 179 185 return (options); 180 186 }
Note:
See TracChangeset
for help on using the changeset viewer.
