Raw2dng

From apertus wiki
Revision as of 16:08, 3 June 2018 by Sebastian (talk | contribs) (Created page with "raw2dng is a commandline tool to convert raw12 format images to digital negatives in the open standard DNG format and applies several corrections/compensations in the process....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

raw2dng is a commandline tool to convert raw12 format images to digital negatives in the open standard DNG format and applies several corrections/compensations in the process.

1 Installation

Compiling raw2dng on a 64bit system requires the gcc-multilib package.

Ubuntu:

sudo apt-get install gcc-multilib

Then acquire the source from https://github.com/apertus-open-source-cinema/misc-tools-utilities/tree/master/raw2dng and run "make"

openSUSE:

sudo zypper install gcc-32bit libgomp1-32bit

Then acquire the source from https://github.com/apertus-open-source-cinema/misc-tools-utilities/tree/master/raw2dng and run "make"

AXIOM Beta:

  1. acquire the source from https://github.com/apertus-open-source-cinema/misc-tools-utilities/tree/master/raw2dng
  2. copy files to AXIOM Beta
  3. remove "-m32" from Makefile
  4. run "make" inside camera

2 Usage

raw2dng image.raw12

3 Further Notes

Details about the RAW12 format.