WRWSQCOM

Name

wrwsqcom -- inserts a specified comment block into a WSQ-encoded image file.

Synopsis

wrwsqcom <imagefile><-fcommentfile | -t comment | text>

DESCRIPTION

Wrwsqcom takes as input a file containing a WSQ-compressed image, and inserts a user-specified comment block into the file. The comment may be represented by the contents of a file or it may be represented as a string on the command line. Comments can be read from a WSQ file by using the rdwsqcom command.

OPTIONS

<image file>

the input WSQ file to modified.

-f comment file

specifies that the comment text is contained in the following file.

-t comment text

specifies that the comment text is the following string on the command line.

EXAMPLES

From test/imgtools/execs/wrwsqcom/wrwsqcom.src:

% wrwsqcom finger.wsq -f comment.txt inserts the contents of the file comment.txt into the WSQ fingerprint file.

SEE ALSO

cwsq(1D), rdwsqcom(1D)

AUTHOR

NIST/ITL/DIV894/Image Group