- Timestamp:
- Jun 15, 2010, 1:12:26 PM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
magic/remove/src/streaksio.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
/trunk merged: 28308-28311,28313,28317,28319-28332,28335-28337
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/magic/remove/src/streaksio.c
r27474 r28338 1294 1294 } 1295 1295 } 1296 sfiles->maskMask = ~convPoor; 1296 // preserve pixels that are only suspect 1297 psU32 suspect = (double) psMetadataLookupU32(&status, masks, "SUSPECT"); 1298 if (!status) { 1299 psError(PM_ERR_CONFIG, false, "failed to lookup mask value for SUSPECT in recipes\n"); 1300 streaksExit("", PS_EXIT_CONFIG_ERROR); 1301 } 1302 1303 sfiles->maskMask = ~(convPoor | suspect); 1297 1304 } 1298 1305
Note:
See TracChangeset
for help on using the changeset viewer.
