Changeset 1491 for trunk/core/raw.c
- Timestamp:
- 12/17/11 03:19:23 (18 months ago)
- File:
-
- 1 edited
-
trunk/core/raw.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/raw.c
r1414 r1491 369 369 int val; 370 370 if ((x>=2) && (x<CAM_RAW_ROWPIX-2) && (y>=2) && (y<CAM_RAW_ROWS-2)) { 371 if ((conf.bad_pixel_removal==1) || conf.dng_raw) { // interpolation or DNG saving371 if ((conf.bad_pixel_removal==1) || (conf.save_raw && conf.dng_raw)) { // interpolation or DNG saving 372 372 for (i=-2; i<=2; i+=2) 373 373 for (j=-2; j<=2; j+=2)
Note: See TracChangeset
for help on using the changeset viewer.