/*! \if MANPAGES \page dcod2lum Convert hardcopy characteristic curve file to softcopy format \else \page dcod2lum dcod2lum: Convert hardcopy characteristic curve file to softcopy format \endif \section dcod2lum_synopsis SYNOPSIS \verbatim dcod2lum in-file out-file \endverbatim \section dcod2lum_description DESCRIPTION Command line program that converts a hardcopy characteristic curve file to softcopy format. In other words, the measured optical density (OD) values from the input file are transformed to the luminance space according to the formula: \verbatim L = La + L0 * 10^(-D) \endverbatim where \e L is the resulting luminance, \e La is the reflected ambient light and \e L0 the illumination (both measured in cd/m^2), 'D' the optical density (OD). Please note that if no illumination value is specified in the input file (keyword \e lum) all optical density values are mapped to a constant luminance. \section dcod2lum_parameters PARAMETERS \verbatim in-file hardcopy characteristic curve file to be converted out-file softcopy characteristic curve file to be written \endverbatim \section dcod2lum_notes NOTES The format of both input and output file is described the documentation of the \b dcmdspfn command line tool. In addition, the \e data folder contains sample characteristics file monitors, cameras, printers and scanners. \section dcod2lum_files FILES \/camera.lut - sample characteristics file of a camera \n\/monitor.lut - sample characteristics file of a monitor \n\/printer.lut - sample characteristics file of a printer \n\/scanner.lut - sample characteristics file of a scanner \section dcod2lum_see_also SEE ALSO dcmdspfn(1) \section dcod2lum_copyright COPYRIGHT Copyright (C) 2002-2022 by OFFIS e.V., Escherweg 2, 26121 Oldenburg, Germany. */