Cameratopam User Manual(1) | General Commands Manual | Cameratopam User Manual(1) |
cameratopam - convert raw camera image to PAM
cameratopam
[input_file_name]
[-identify_only] [-quick_interpolate] [-half_size] [-four_color_rgb] [-document_mode] [-balance_auto] [-balance_camera] [-red_scale=float] [-blue_scale=float] [-brightness=fraction] [-no_clip_color] [-rgb] [-secondary] [-linear] [-verbose]
All options can be abbreviated to their shortest unique prefix. You may use two hyphens instead of one to designate an option. You may use either white space or an equals sign between an option name and its value.
This program is part of Netpbm(1).
cameratopam converts from any of dozens of raw camera image formats to PAM.
Digital still cameras often can produce images in a special raw format in addition to something more standard such as TIFF or JFIF (JPEG). Software supplied with the camera allows you to manipulate the image using information which is lost when the camera converts to the common format. A particular camera model often has a unique raw format.
In addition to the options common to all programs based on
libnetpbm (most notably -quiet, see
Common Options ), cameratopam recognizes the following command
line options:
Without -linear, the image maxval is 255, so the image contains one byte per sample. With -linear, the maxval is 65535, so the image contains two bytes per sample.
Without -linear, cameratopam uses a 99th percentile white point. With -linear, it doesn't. I don't know what that means.
cameratopam was new in Netpbm 10.28 (June 2005).
It was derived from the program dcraw by Dave Coffin , by Bryan Henderson in April 2005. Bryan replaced the part that generates the Netpbm output image and removed the Adobe Photoshop output function. Bryan changed the command syntax and made other small changes to make the program consistent with Netpbm. He also split the source code into manageable pieces (dcraw had a single 5000 line source file).
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at
12 April 2005 | netpbm documentation |