Changeset 26457 for trunk/magic/remove/src/streaksremove.c
- Timestamp:
- Dec 17, 2009, 12:18:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/magic/remove/src/streaksremove.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/magic/remove/src/streaksremove.c
r26446 r26457 207 207 } 208 208 209 psF64 streakFraction = totalStreakPixels / totalPixels;209 psF64 streakFraction = (double) totalStreakPixels / totalPixels; 210 210 psLogMsg("streaksremove", PS_LOG_INFO, "pixels: %ld streak pixels: %ld %4.2f%%\n", totalPixels, totalStreakPixels, streakFraction * 100); 211 211 psMetadataAddF32(sfiles->stats, PS_LIST_TAIL, "STREAK_FRACTION", PS_META_REPLACE, "", streakFraction);
Note:
See TracChangeset
for help on using the changeset viewer.
