From 9a05fd7af3fd2f1882c4afe0bb6a1ff5061e54b5 Mon Sep 17 00:00:00 2001 From: Wyatt Olson Date: Wed, 27 Oct 2010 19:19:32 -0600 Subject: [PATCH] Patched DCRaw to work with Nikon D7000 (eliminates the purple edge). Patch also sent to Dave Coffin (DCRaw author). --- rtengine/dcraw.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtengine/dcraw.cc b/rtengine/dcraw.cc index ca4957228..c25be2170 100644 --- a/rtengine/dcraw.cc +++ b/rtengine/dcraw.cc @@ -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") ||