Script to extract and convert the raw information from RaspiStill JPEG+RAW images to DNGs using an older PiDNG version.
- Valid extensions are JPEG, JPG and RAW
- The new DNG files will be created next to the original ones using the same filename
- Download the Executable version from the Releases (only Windows)
- Drag and drop image files or the folders that contain them into the .exe file
- Install virtualenv running
pip install virtualenv
- On the project folder, create a virtual environment using virtualenv:
python -m venv .venv
- Load the environment using
.venv\Scripts\activate
- After the environment is loaded run
pip install -r requirements.txt
to install the dependencies
- Run
python process.py path_to_folder
to convert all the valid images in the folder