Changeset 29881
- Timestamp:
- Nov 29, 2010, 12:09:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/haf_branches/videophot2010/ppImage/src/ppImageArguments.c
r29833 r29881 15 15 fprintf(stderr, "\t-norm VALUE: Divide through by this value when done.\n"); 16 16 fprintf(stderr, "\t-normlist file.mdc: normalizations by class_id.\n"); 17 fprintf(stderr, "\t-video: process video cells\n"); 17 18 fprintf(stderr, "\n"); 18 19 fprintf(stderr, "Input options (single file / file list):\n"); … … 79 80 psMetadataAddBool(config->arguments, PS_LIST_TAIL, "INPUT_IS_DARK", PS_META_REPLACE, 80 81 "Input is dark image", true); 82 } 83 84 if ((argnum = psArgumentGet(argc, argv, "-video"))) { 85 psArgumentRemove(argnum, &argc, argv); 86 psMetadataAddBool(config->arguments, PS_LIST_TAIL, "PROCESS_VIDEO", PS_META_REPLACE, "process video cells", true); 81 87 } 82 88
Note:
See TracChangeset
for help on using the changeset viewer.
