schoolpost / PiDNG

Create Adobe DNG RAW files using Python. Works with any Bayer RAW Data including native support for Raspberry Pi cameras.
MIT License
199 stars 37 forks source link

Fix the cast of unpacked uint8 data to uint16 #60

Closed davidplowman closed 2 years ago

davidplowman commented 2 years ago

I've tested this with all three official cameras and it seems to fix the data conversion issues with the unpacked raw formats. Thanks!