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 or LIBRAW 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 or LIBRAW and write pfs stream to the standard out‐
15 put as if read from 16bit ppm file (no gamma correction, white balance
16 from camera if available). In principle such data should conform to the
17 definition 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. --dcraw, -d Read images using the original dcraw
27 tool even if libraw is available.
28
30 pfsindcraw img_0070.cr2 | pfsview
31 View a full dynamic range of a raw image from Canon 350D camera.
32
33 pfsindcraw img_0070.cr2 | pfsclamp --rgb | pfstmo_drago03 | pfsout
34 img.jpg
35 Tone map a raw image and save it as JPEG. Clamping is used to
36 remove zero values, which otherwise result in NaN values after
37 tone mapping.
38
39 pfsindcraw --native img_0070.cr2 | pfscolortransform --rgbxyz
40 canon500d.txt | pfsout img.exr
41 Load a RAW image in its native camera color space, calibrate us‐
42 ing matrix stored in canon500d.txt file (not supplied) and save
43 as an EXR image.
44
46 pfsout(1) pfsinppm(1) pfscolortransform(1)
47
49 Please report bugs and comments to the pfstools discussion group
50 (http://groups.google.com/group/pfstools).
51
52
53
54 pfsindcraw(1)