Changeset 14479 for trunk/ippTools/src/warptool.c
- Timestamp:
- Aug 13, 2007, 4:14:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r14262 r14479 945 945 } 946 946 947 psF64 pixel_fill = psMetadataLookupF64(&status, config->args, "-pixel_fill"); 948 if (!status) { 949 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -pixel_fill"); 950 return false; 951 } 952 947 953 // default values 948 954 psS16 code = psMetadataLookupS16(&status, config->args, "-code"); … … 968 974 bg, 969 975 bg_stdev, 976 pixel_fill, 970 977 code 971 978 )) {
Note:
See TracChangeset
for help on using the changeset viewer.
