Revision: 56831
          http://sourceforge.net/p/brlcad/code/56831
Author:   mohitdaga
Date:     2013-08-14 07:16:57 +0000 (Wed, 14 Aug 2013)
Log Message:
-----------
doc for pixrect.

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/system/man1/en/pixrect.xml

Modified: brlcad/trunk/doc/docbook/system/man1/en/pixrect.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man1/en/pixrect.xml 2013-08-14 07:16:36 UTC 
(rev 56830)
+++ brlcad/trunk/doc/docbook/system/man1/en/pixrect.xml 2013-08-14 07:16:57 UTC 
(rev 56831)
@@ -16,33 +16,34 @@
 <!-- body begins here -->
 <refsynopsisdiv xml:id='synopsis'>
 <cmdsynopsis>
-  <command>pixrect</command>
-    <arg choice='opt'>-#bytes </arg>
-    <arg choice='plain'><replaceable>infile</replaceable></arg>
-    <arg choice='plain'><replaceable>outfile</replaceable></arg>
+  <command>bwrect</command>
+    <arg choice='opt'>-h </arg>
+    <arg choice='opt'>-s <replaceable>squaresize</replaceable></arg>
+    <arg choice='opt'>-w <replaceable>width</replaceable></arg>
+    <arg choice='opt'>-n <replaceable>height</replaceable></arg>
+    <arg choice='opt'>-W <replaceable>out_width</replaceable></arg>
+    <arg choice='opt'>-N <replaceable>out_height</replaceable></arg>
+    <arg choice='opt'>-x <replaceable>xorig</replaceable></arg>
+    <arg choice='opt'>-y <replaceable>yorig</replaceable></arg>
+    <arg choice='opt'>-S <replaceable>out_squaresize</replaceable></arg>
+    <arg choice='opt'>-o <replaceable>out_file.bw</replaceable></arg>
+    <arg choice='plain'><replaceable>file.bw</replaceable></arg>
+    <arg choice='plain'><replaceable>&gt;</replaceable></arg>
+    <arg choice='opt'><replaceable>out_file.bw</replaceable></arg>
 </cmdsynopsis>
 </refsynopsisdiv>
 
 
 <refsect1 xml:id='description'><title>DESCRIPTION</title>
 <para><emphasis remap='I'>Pixrect</emphasis>
-extracts a rectangular region from a color
+extracts a rectangular region from a colored
 
<citerefentry><refentrytitle>pix</refentrytitle><manvolnum>5</manvolnum></citerefentry>
-format file.
-The program prompts for the area to extract in x and y pixels,
-the scanline length of the input file in pixels, and the origin
-in the input file from which to extract.  First quadrant coordinates
-and file storage formats are used.</para>
-
-<para>By default pixels of size three bytes are assumed as in the
-<citerefentry><refentrytitle>pix</refentrytitle><manvolnum>5</manvolnum></citerefentry>
-format.  However, the
-<option>-#</option><replaceable>bytes</replaceable>
-flag can be used to specify some other pixel size, where
-<emphasis remap='I'>bytes</emphasis>
-is the number of bytes per pixel.  Thus this program
-can be used to extract rectangles of other data types, such as
-an array of floats, etc.</para>
+format file. The default input image size is 512X512.
+The x-y cordinates of the origin (xorig=0, yorig=0 corresponds to the
+lower left corner) and the dimension of the output image are passed as
+command line arguments.</para>
+<para>This utility supports redirected input/output images.
+</para>
 </refsect1>
 
 <refsect1 xml:id='see_also'><title>SEE ALSO</title>
@@ -65,4 +66,3 @@
 mail to &lt;[email protected]&gt;.</para>
 </refsect1>
 </refentry>
-

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to