1pfsindcraw(1) General Commands Manual pfsindcraw(1)
2
3
4
6 pfsindcraw - Read an image in a camera RAW file format supported by
7 DCRAW and write pfs stream to the standard output
8
10 pfsindcraw [--native] <file> [<file>...]
11
13 This command can be used to read images in a camera RAW file format
14 supported by DCRAW and write pfs stream to the standard output as if
15 read from 16bit ppm file (no gamma correction, white balance from cam‐
16 era if available). In principle such data should conform to the defini‐
17 tion of High Dynamic Range contents used in the pfstools package.
18
19 A raw image may in some cases require clamping to remove zero values,
20 see examples.
21
23 --native, -n
24 Read images in native camera color space (instead of sRGB). To
25 be used with pfscolortransform. Must be specified before any
26 file name.
27
29 pfsindcraw img_0070.cr2 | pfsview
30 View a full dynamic range of a raw image from Canon 350D camera.
31
32 pfsindcraw img_0070.cr2 | pfsclamp --rgb | pfstmo_drago03 | pfsout
33 img.jpg
34 Tone map a raw image and save it as JPEG. Clamping is used to
35 remove zero values, which otherwise result in NaN values after
36 tone mapping.
37
38 pfsindcraw --native img_0070.cr2 | pfscolortransform --rgbxyz
39 canon500d.txt | pfsout img.exr
40 Load a RAW image in its native camera color space, calibrate
41 using matrix stored in canon500d.txt file (not supplied) and
42 save as an EXR image.
43
45 pfsout(1) pfsinppm(1) pfscolortransform(1)
46
48 Please report bugs and comments to the pfstools discussion group
49 (http://groups.google.com/group/pfstools).
50
51
52
53 pfsindcraw(1)