1pfsinme(1) General Commands Manual pfsinme(1)
2
3
4
6 pfsinme - Read image files containing multiple exposures to be merged
7 into an HDR image
8
9
11 pfsinme <file> [<file>]
12
13
15 Use this program to read multiple exposure JPEG or RAW images. The out‐
16 put of this command should be piped to pfshdrcalibrate to recover a
17 camera response or merge images into an HDR image.
18
19 All listed files must be the same type, that is mixing JPEG and RAW
20 images is not allowed. You can use wildcards.
21
22 This command is a convinience wrapper for jpeg2hdrgen, dcraw2hdrgen and
23 pfsinhdrgen, which skips the step of generating an hdrgen file
24
25
27 pfsinme *.jpg | pfsrotate -r | pfshdrcalibrate -s response.m -v
28
29 Read all JPEG images in the current directory, rotate them and
30 merge into an HDR image
31
32
34 pfshdrcalibrate(1) jpeg2hdrgen(1) dcraw2hdrgen(1) pfsinhdrgen(1)
35
37 The command cannot handle files with a space in the file name because
38 of the pfsinhdrgen limitation.
39
40 Please report bugs and comments on implementation to the discussion
41 group http://groups.google.com/group/pfstools
42
43
44
45 pfsinme(1)