Patched DCRaw to work with Nikon D7000 (eliminates the purple edge). Patch also sent to Dave Coffin (DCRaw author).
This commit is contained in:
parent
70b7956efd
commit
9a05fd7af3
@ -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") ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user