1pfscat(1) General Commands Manual pfscat(1)
2
3
4
6 pfscat - Concatenate frames in PFS stream
7
9 pfscat [--horizontal] [--vertical] [-j <type>] [-R <val>] [-G <val>]
10 [-B <val>] [-Y <val>] [--help] image1.pfs image2.pfs ...
11
13 Read number of frames as input, stitch them either horizontally or ver‐
14 tically, and produce single frame as output. If frames are not all the
15 same size they are justified with each other - by default they are cen‐
16 tered, but can also be flushed with a specified edge.
17
19 --horizontal, -H
20 Stitch frames horizontally.
21
22 --vertical, -V
23 Stitch frames vertically.
24
25 -j <type>
26 Specify justification of input frames. Predefined types are:
27 min, max, center.
28
29 -R <val>, -G <val>, -B <val>
30 Color of an extra space in a resulting image. Default color is
31 black, and if some of the components is not specified, its value
32 is set to 0.0.
33
34 -Y <val>
35 Color of an extra space in luminance mode.
36
37 --help, -h
38 Print a list of commandline options.
39
41 pfsinmulti anim1_%04d.hdr anim2_%04d.hdr -- pfscat @1 @2 --vertical
42 Stitch two hdr animations in vertical alignment. 'pfscat' is
43 taken as an argument by 'pfsinmulti', therefore it must be pre‐
44 ceded with '--'. Number of @1 @2 ... @n arguments must be the
45 same as number of animations to combine.
46
48 Note that either --horizontal or --vertical option must be specified.
49
51 pfsin(1) pfsout(1)
52
54 Please report bugs and comments to Dorota Zdrojewska <dzdrojew‐
55 ska@wi.ps.pl>.
56
57
58
59 pfscat(1)