Skip to content

Script to extract and convert the raw information from RaspiStill JPEG+RAW images to DNGs using PiDNG

Notifications You must be signed in to change notification settings

GastonZalba/JPEGRAW2DNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JPEGRAW2DNG Converter

Script to extract and convert the raw information from RaspiStill JPEG+RAW images to DNGs using an older PiDNG version.

How to use

  • Valid extensions are JPEG, JPG and RAW
  • The new DNG files will be created next to the original ones using the same filename

Release version

  • Download the Executable version from the Releases (only Windows)
  • Drag and drop image files or the folders that contain them into the .exe file

Manual installation using a virtual environment and Python (tested with 3.7.7)

  • 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

Usage

  • Run python process.py path_to_folder to convert all the valid images in the folder

About

Script to extract and convert the raw information from RaspiStill JPEG+RAW images to DNGs using PiDNG

Topics

Resources

Stars

Watchers

Forks

Languages