Skip to content

stig3/Raw2dng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raw2dng build for Raspberrypi

Modify Code for Raspberrypi & other Arm based board

Linux utility for converting raw photo files into DNG, TIFF and JPEG formats.

While this will happily convert most raw formats, it is especially optimised for Sony's A7 (ILCE-7) camera. For that camera it produces identical output to Adobe's DNG converter (not bit-wise but metadata), including decoding the build-in lens correction profiles, etc.

Compile:

cmake .
make
make install

Dependencies:

  • libexiv2 (tested with v0.25)
  • libraw (tested with 0.17.1)
  • Adobe's DNG and XMP SDKs (included in source tree - v1.4 / v201412)
  • libexpat
  • libjpeg
  • zlib

Debian:

Install dependencies:

sudo apt-get install libraw-dev libexiv2-dev libz-dev libexpat-dev libjpeg-dev

Compile.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages