.\" Man page for ppmtoexr .\" 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 ppmtoexr 1 "December 2003" "exrtools 0.4" .SH NAME ppmtoexr \- convert a PPM image to OpenEXR format .SH SYNOPSIS .B ppmtoexr input.ppm output.exr .SH DESCRIPTION Converts a PPM file to an EXR file in [0,1]. If the input is 8 bit per channel, the input is gamma corrected according to the PPM standard. Images which are 16 bit per pixel are treated as linear intensity values. This program works with the 48 bit per pixel PPM files output by the dcraw program for converting from raw pixel formats found on many digital cameras. .SH AUTHORS Billy Biggs . .SH "SEE ALSO" .BR exrtools (1), .BR dcraw (1), .BR ppm (5).