weixin_39710951 2020-11-29 11:05 采纳率: 0%
浏览 0

D800E image dimentions

Originally reported on Google Code with ID 1452


D800E real image size seems to be 7375x4916; 
                 RT detects it as 7416x4916

When image is shot in landscape camera orientation there is a band of pixels on the
right side of the frame that needs to be cropped.

Reported by michaelezra000 on 2012-06-29 02:17:22

该提问来源于开源项目:Beep6581/RawTherapee

  • 写回答

12条回答 默认 最新

  • weixin_39710951 2020-11-29 11:05
    关注
    
    This likely can be addressed by patching line 7791 in dcraw,c
    Currently it handles the offset only for D800: !strcmp(model,"D800") and no handling
    for D800E is there.
    
    However, the offset is -46 pixels; that would result in 7370 width, the offset should
    be -41 pixels instead - or -42 pixels if even number is preferred for the image dimensions.
    
    Olli, would you be able to patch dcraw for this? I am not sure exactly how to generate
    the dcraw.patch patch.
    
    
    

    Reported by michaelezra000 on 2012-06-29 14:10:41

    评论

报告相同问题?