GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
pfstag(1) FreeBSD General Commands Manual pfstag(1)

pfstag - Set or remove tags to/from pfs stream

pfstag [--set [channel:]name=value] [--remove [channel:]name]

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.

--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.

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.

pfsin(1) pfsout(1)

Please report bugs and comments to Rafal Mantiuk <mantiuk@mpi-sb.mpg.de>.

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.