Changeset 14900
- Timestamp:
- Sep 19, 2007, 4:24:16 PM (19 years ago)
- Location:
- trunk/ippTools/src
- Files:
-
- 2 edited
-
warptool.c (modified) (1 diff)
-
warptoolConfig.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r14717 r14900 921 921 if (!status) { 922 922 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -path_base"); 923 return false;924 }925 if (!path_base) {926 psError(PS_ERR_UNKNOWN, true, "-path_base is required");927 923 return false; 928 924 } -
trunk/ippTools/src/warptoolConfig.c
r14717 r14900 166 166 "define URI of file", 0); 167 167 psMetadataAddStr(addwarpedArgs, PS_LIST_TAIL, "-path_base", 0, 168 "define base output location (required)", 0);168 "define base output location", 0); 169 169 psMetadataAddF64(addwarpedArgs, PS_LIST_TAIL, "-bg", 0, 170 170 "define exposure background", NAN);
Note:
See TracChangeset
for help on using the changeset viewer.
