Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 534 Bytes

Modified version of dcraw by Dave Coffin that handles Raspberry Pi raw files.

Original from http://www.cybercom.net/~dcoffin/dcraw/

Modified to handle the JPEG+RAW files that can be generated by the Raspberry Pi camera modules, or just the raw file with Broadcom header passing data on raw format and resolution.

Build instructions: On Buster:

sudo apt-get install libjasper-dev libjpeg8-dev gettext liblcms2-dev
./buildme

On Bullseye:

sudo apt-get install libjasper-dev libjpeg9-dev gettext liblcms2-dev
./buildme