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 <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
22 At the moment this is a stub with a basic functionality. So far, it was
23 tested with the following raw file formats:
24 Canon 350D (*.cr2)
25
26
27
29 pfsindcraw img_0070.cr2 | pfsview
30
31 View a full dynamic range of a raw image from Canon 350D camera.
32
33
34 pfsindcraw img_0070.cr2 | pfsclamp --rgb | pfstmo_drago03 | pfsout
35 img.jpg
36
37 Tone map a raw image and save it as JPEG. Clamping is used to
38 remove zero values, which otherwise result in NaN values after
39 tone mapping.
40
41
43 pfsout(1) pfsinppm(1)
44
46 Please report bugs and comments to Grzegorz Krawczyk
47 <gkrawczyk@users.sourceforge.net>.
48
49
50
51 pfsindcraw(1)