Changeset 15376 for trunk/ippTools/src/warptool.c
- Timestamp:
- Oct 25, 2007, 10:34:12 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r14900 r15376 937 937 } 938 938 939 psF64 pixel_fill = psMetadataLookupF64(&status, config->args, "-pixel_fill");940 if (!status) { 941 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for - pixel_fill");939 psF64 good_frac = psMetadataLookupF64(&status, config->args, "-good_frac"); 940 if (!status) { 941 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -good_frac"); 942 942 return false; 943 943 } … … 966 966 bg, 967 967 bg_stdev, 968 pixel_fill,968 good_frac, 969 969 code 970 970 )) {
Note:
See TracChangeset
for help on using the changeset viewer.
