Patched DCRaw to work with Nikon D7000 (eliminates the purple edge). Patch also sent to Dave Coffin (DCRaw author).

This commit is contained in:
Wyatt Olson 2010-10-27 19:19:32 -06:00
parent 70b7956efd
commit 9a05fd7af3

View File

@ -7227,6 +7227,8 @@ canon_cr2:
} else if (!strcmp(model,"D1X")) {
width -= 4;
pixel_aspect = 0.5;
} else if (!strcmp(model,"D7000")) {
width -= 40;
} else if (!strcmp(model,"D40X") ||
!strcmp(model,"D60") ||
!strcmp(model,"D80") ||