|
NAMEpfsintiff - Load images or frames in several variants of TIFF format (both LDR and HDR)SYNOPSISpfsintiff (<file> [--linear] [--frames <range>] [--skip-missing]) [<file>...]DESCRIPTIONpfsintiff command loads images in TIFF format and writes pfs stream to the Standard Output. The pfs stream is usually piped to another program for further processing. To detect the format automatically based on the extension, use pfsin command.Both the standard LDR tiff and extended HDR (logLuv encoding http://www.anyhere.com/gward/pixformat/tiffluv.html); Note that both LDR and HDR tiff files provide photometric data (ie linearly related to luminance). The 'LUMINANCE' tag is set to 'RELATIVE', also the '--linear' switch is ignored. To read images from standard input use a single dash '-' instead of filename. The images are read until EOF is reached. Each file 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):
EXAMPLES
BUGSPlease report bugs and comments on implementation to the discussion group http://groups.google.com/group/pfstoolsSEE ALSOpfsin(1), pfsout(1) Visit the GSP FreeBSD Man Page Interface. |