Skip to content

A python package to process raw and dng file, supporting demosaicing with gamma correction.

Notifications You must be signed in to change notification settings

DIYer22/process_raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

process_raw: A python package to process raw and dng file

Feature

  • Reading dng file
  • Saving dng file
  • Demosaicing
  • Demosaicing with pow (for raw image > 8bit)

Usage

# Install
pip install process_raw 

# Example
python3 -m process_raw.process_raw

For document, please see DngFileformat.test() at process_raw/process_raw.py

Credits

Source referenced from:

  • PiDNG: for save dng file
  • rawpy: for read dng file

About

A python package to process raw and dng file, supporting demosaicing with gamma correction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages