Image Processing#

Adobe DNG SDK#

Raw Files#

colour_hdri

convert_raw_files_to_dng_files(raw_files, ...)

Convert given raw files to dng files using given output directory.

RAW_CONVERTER

Command line raw conversion application, typically Dave Coffin's dcraw.

RAW_CONVERTER_ARGUMENTS_BAYER_CFA

Arguments for the command line raw conversion application for non demosaiced linear tiff file format output.

RAW_CONVERTER_ARGUMENTS_DEMOSAICING

Arguments for the command line raw conversion application for demosaiced linear tiff file format output.

DNG Files#

colour_hdri

convert_dng_files_to_intermediate_files(...)

Convert given dng files to intermediate tiff files using given output directory.

DNG_CONVERTER

Command line DNG conversion application, typically Adobe DNG Converter.

DNG_CONVERTER_ARGUMENTS

Arguments for the command line DNG conversion application.

DNG_EXIF_TAGS_BINDING

Exif tags binding for a dng file.

read_dng_files_exif_tags(dng_files[, ...])

Read given dng files exif tags using given binding.