.\" Man page for exrnormalize .\" 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 exrtools 1 "December 2003" "exrtools 0.4" .SH NAME exrtools \- a collection of utilities for manipulating OpenEXR images .SH DESCRIPTION exrtools is a set of simple command-line utilities for dealing with high dynamic range images in OpenEXR format. OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications. exrtools was developed to help experiment with batch processing of HDR images for tone mapping, and it is released in the hopes that someone may find them useful. Each application is small and reasonably self-contained such that the source code may be of most value to others. The biggest assumption in most of this code is that the EXR files and PNG files all use sRGB primaries and gamma function. Fixing this is not very difficult, and the code to fix allows for some interesting possibilities. That said, I do not have time right now, so this will have to wait. .SH AUTHORS Billy Biggs . .SH "SEE ALSO" .BR exrblur (1), .BR exrchr (1), .BR exricamtm (1), .BR exrnlm (1), .BR exrnormalize (1), .BR exrpptm (1), .BR exrstats (1), .BR exrtopng (1), .BR jpegtoexr (1), .BR pngtoexr (1), .BR ppmtoexr (1).