50D: shifted raw-photo buffer by one line for proper color indexing
Created originally on Bitbucket by ayshih (Albert Shih)
Was already merged in Bitbucket before import, marked as merged by the import user
Sorry, pull request #344 (closed) was incomplete. The raw-photo buffer needs to start on a red pixel because all of the raw-pixel grabbers make that assumption. (This bug was already present; I just made it more apparent when I specified an odd value for skip_top
.)
Curiously, there's actually a final line of pixels with real image data that is missing from the CR2 file (with dcraw -E
), but is now included in the DNG produced by RAW_DEBUG_DUMP
.