.\" Man page for exrchr .\" Copyright (c) 2003 Billy Biggs .\" .\" Permission is hereby granted, free of charge, to any person obtaining .\" a copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, .\" distribute, sublicense, and/or sell copies of the Software, and to .\" permit persons to whom the Software is furnished to do so, subject to .\" the following conditions: .\" .\" The above copyright notice and this permission notice shall be .\" included in all copies or substantial portions of the Software. .\" .\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, .\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF .\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND .\" NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS .\" BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN .\" ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN .\" CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE .\" SOFTWARE. .\" .TH exrchr 1 "December 2003" "exrtools 0.4" .SH NAME exrchr \- apply chromatic adaptation to an OpenEXR image .SH SYNOPSIS .B exrchr input.exr blur.exr output.exr degree_of_adaptation .SH DESCRIPTION Applies chromatic adaptation on the given input file using a per-pixel whitepoint from the file blur.exr. The degree of adaptation is specified on the command line, and should be in the range [0,1] where 1 means fully adapted to the white point. Chromatic adaptation is performed using the space and transform from the CIECAM02 colour appearance model. .SH AUTHORS Billy Biggs . .SH "SEE ALSO" .BR exrtools (1).