<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<!-- lifted from troff+man by doclifter -->
<refentry id='wrwsqcom1'>
<!--  @(#)wrwsqcom.1 2001/04/02 NIST -->
<!--  I Image Group -->
<!--  Craig Watson -->

<refmeta>
<refentrytitle>WRWSQCOM</refentrytitle>
<manvolnum>1D</manvolnum>
<refmiscinfo class='date'>02 April 2001</refmiscinfo>
<refmiscinfo class='source'>NIST</refmiscinfo>
<refmiscinfo class='manual'>NFIS Reference Manual</refmiscinfo>
</refmeta>
<refnamediv id='name'>
<refname>wrwsqcom</refname>
<refpurpose>inserts a specified comment block into a WSQ-encoded image file.</refpurpose>
</refnamediv>
<!-- body begins here -->
<refsynopsisdiv id='synopsis'>
<cmdsynopsis>
  <command>wrwsqcom</command>    
    <group choice='plain'><arg choice='plain'><replaceable>&lt;imagefile&gt;&lt;-fcommentfile</replaceable></arg><arg choice='plain'>-t <replaceable>comment</replaceable></arg><arg choice='plain'><replaceable>text&gt;</replaceable></arg><sbr/></group>
</cmdsynopsis>
</refsynopsisdiv>


<refsect1 id='description'><title>DESCRIPTION</title>
<para><emphasis remap='B'>Wrwsqcom</emphasis>
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 <emphasis remap='B'>rdwsqcom</emphasis> command.</para>

</refsect1>

<refsect1 id='options'><title>OPTIONS</title>
<variablelist remap='TP'>
  <varlistentry>
  <term><emphasis remap='I'>&lt;image file&gt;</emphasis></term>
  <listitem>
<para>the input WSQ file to modified.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><option>-f</option> <replaceable>comment file</replaceable></term>
  <listitem>
<para>specifies that the comment text is contained in the following file.</para>
  </listitem>
  </varlistentry>
  <varlistentry>
  <term><option>-t</option> <replaceable>comment text</replaceable></term>
  <listitem>
<para>specifies that the comment text is the following string on the
command line.</para>

  </listitem>
  </varlistentry>
</variablelist>
</refsect1>

<refsect1 id='examples'><title>EXAMPLES</title>
<para>From <emphasis remap='I'>test/imgtools/execs/wrwsqcom/wrwsqcom.src</emphasis>:</para>

<!-- .RS -->
<para><emphasis remap='B'>% wrwsqcom finger.wsq -f comment.txt</emphasis>
<!-- .br -->
inserts the contents of the file <filename>comment.txt</filename> into the
WSQ fingerprint file.</para>

</refsect1>

<refsect1 id='see_also'><title>SEE ALSO</title>
<para><emphasis remap='B'>cwsq</emphasis>(1D),
<emphasis remap='B'>rdwsqcom</emphasis>(1D)</para>

</refsect1>

<refsect1 id='author'><title>AUTHOR</title>
<para>NIST/ITL/DIV894/Image Group</para>
</refsect1>
</refentry>

