Man page - pfstag(1)
Packages contas this manual
- pfsintiff(1)
- pfsrotate(1)
- pfsout(1)
- pfsabsolute(1)
- pfsstat(1)
- pfs_automerge(1)
- pfsplotresponse(1)
- pfsouttiff(1)
- pfsdisplayfunction(1)
- pfscat(1)
- pfsinppm(1)
- pfstag(1)
- pfspanoramic(1)
- pfssize(1)
- pfsindcraw(1)
- pfscut(1)
- pfsoctavergb(1)
- pfsinme(1)
- pfsoutrgbe(1)
- pfsoutppm(1)
- pfshdrcalibrate(1)
- pfsouthdrhtml(1)
- dcraw2hdrgen(1)
- pfsinhdrgen(1)
- pfsin(1)
- pfsgamma(1)
- pfsextractchannels(1)
- pfsinpfm(1)
- pfsclamp(1)
- pfsinimgmagick(1)
- pfsretime(1)
- pfsinyuv(1)
- pfsoutyuv(1)
- pfsinrgbe(1)
- pfsinexr(1)
- pfspad(1)
- pfsoctavelum(1)
- pfsoutpfm(1)
- pfsflip(1)
- jpeg2hdrgen(1)
- pfsoutimgmagick(1)
- pfsoutexr(1)
- pfscolortransform(1)
Package: pfstools
apt-get install pfstools
apt-get install pfstools
Manuals in package:
Documentations in package:
Manual
| pfstag(1) | General Commands Manual | pfstag(1) |
NAME
pfstag - Set or remove tags to/from pfs stream
SYNOPSIS
pfstag [--set [channel:]name=value] [--remove [channel:]name]
DESCRIPTION
Use this command to set or remove tags from the pfs-stream. Tags are used to add additional information to pfs frames and they are in the format: 'name=value'. To learn more about tags, read 'Specification of the PFS File Format'.
Tags are set/removed to/from all pfs frames in the stream.
Note that currently only OpenEXR file format supports tags.
OPTIONS
- --set [channel:]name=value], -s [channel:]name=value], --add [channel:]name=value]
- Change existing or add a new tag of the given name. If no channel is given, tags are added to the frame.
- --remove [channel:]name], -r [channel:]name]
- Remove tag of the given name. Ignore if the tag does not exist. If no channel is given, tags are removed from the frame.
EXAMPLES
- pfsin memorial.hdr | pfstag --add "EXTRA_INFO=foo" | pfsout memorial_ei.exr
-
Add tag "EXTRA_INFO=foo" to the memorial image and save it as memorial_ei.exr.
SEE ALSO
pfsin(1) pfsout(1)
BUGS
Please report bugs and comments to Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>.