pfsoutppm(1) | General Commands Manual | pfsoutppm(1) |
pfsoutppm, pfsouttiff, pfsoutrgbe, pfsoutexr - Write images or frames in one of the several formats
pfsoutppm (<file> [--srgb] [--frames <range>]) [<file>...]
pfsouttiff (<file> [--srgb] [--frames <range>]) [<file>...]
pfsoutrgbe (<file> [--frames <range>]) [<file>...]
pfsoutexr (<file> [--frames <range>]) [<file>...]
This command can be used to write pfs frames piped to standard input in one of the several recognized formats. See the manual page of pfsinppm to get a list of available formats.
To write images to standard output use a single dash '-' instead of filename.
Each file name can contain a %d pattern, which is substituted with frame numbers. The pattern has the same syntax as C printf command. For example, you can use %04d to make the frame number four digit with proceedings zeros. You can select the frames using the following options (the options must be always given after the file name):
startframe:step:endframe
Frame numbers start with startframe (default 0), are increased by step (default 1) and stop at endframe You can skip one of those values, for example 1:100 for frames 1,2,...,100 and 0:2: for frame 0,2,4,... up to the last file that exists.
Writing TIFF files with pfsouttiff seems to be broken, but pfsoutimgmagick can be used instead. pfsout will attempt to use pfsoutimgmagick and fall back to pfsouttiff if pfstools were not compiled with ImageMagick.
Please report bugs and comments on implementation to the discussion group http://groups.google.com/group/pfstools