RDWSQCOM
Name
rdwsqcom -- scans a WSQ-encoded image file for any and all comment blocks, printing their contents to standard output.
Synopsis
rdwsqcom <imagefile>
DESCRIPTION
Rdwsqcom
takes as input a file containing a WSQ-compressed image, and without
decoding and reconstructing the image, the utility scans the file for
any and all comment blocks. As a comment block is encountered, its
contents is printed to standard output. Comments can be written to
a WSQ file by using the wrwsqcom command.
OPTIONS
- <image file>
the input WSQ file to be scanned.
EXAMPLES
From test/imgtools/execs/rdwsqcom/rdwsqcom.src:
% rdwsqcom finger.wsq > finger.com
prints any comments stored in the WSQ fingerprint file
to an output file.
SEE ALSO
cwsq(1D),
wrwsqcom(1D)
AUTHOR
NIST/ITL/DIV894/Image Group