# dcraw **Repository Path**: cputests/dcraw ## Basic Information - **Project Name**: dcraw - **Description**: 1111111111 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-11 - **Last Updated**: 2023-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 ```