Raw2dng
From apertus wiki
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:
- acquire the source from https://github.com/apertus-open-source-cinema/misc-tools-utilities/tree/master/raw2dng
- copy files to AXIOM Beta
- remove "-m32" from Makefile
- run "make" inside camera
2 Usage
raw2dng image.raw12
3 Further Notes
Details about the RAW12 format.