bodewig     2003/10/09 06:52:37

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointer to Image Tasks
  
  Revision  Changes    Path
  1.138     +55 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.137
  retrieving revision 1.138
  diff -u -r1.137 -r1.138
  --- external.html     23 Sep 2003 11:04:09 -0000      1.137
  +++ external.html     9 Oct 2003 13:52:37 -0000       1.138
  @@ -1145,6 +1145,61 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="Image Tasks"></a>
  +        Image Tasks
  +      </h4>
  +                        <p>Image task generates and transforms images. It 
exposes the
  +        imaging capability available in Java2D, Java Advanced Imaging,
  +        ImageIO, etc., as set of nested elements.</p>
  +                                <p>Image operations such as "resize" (scale),
  +        "overlay" (one image on another), "border"
  +        (add a border), "text" (text on image),
  +        "crop" (a sub-image of a bigger image),
  +        "rotate", "grayscale" (change a color
  +        image to shades of gray)</p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Ant 1.3
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a 
href="http://www.mullassery.com/software/ANT";>http://www.mullassery.com/software/ANT</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="http://www.mullassery.com/contact/feedback.jsp";>Abey 
Mullassery</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Apache Software License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Importscrubber"></a>
           Importscrubber
         </h4>
  
  
  
  1.101     +33 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -r1.100 -r1.101
  --- external.xml      19 Sep 2003 12:43:49 -0000      1.100
  +++ external.xml      9 Oct 2003 13:52:37 -0000       1.101
  @@ -551,6 +551,39 @@
           </table>
         </subsection>
   
  +      <subsection name="Image Tasks">
  +
  +        <p>Image task generates and transforms images. It exposes the
  +        imaging capability available in Java2D, Java Advanced Imaging,
  +        ImageIO, etc., as set of nested elements.</p>
  +
  +        <p>Image operations such as &quot;resize&quot; (scale),
  +        &quot;overlay&quot; (one image on another), &quot;border&quot;
  +        (add a border), &quot;text&quot; (text on image),
  +        &quot;crop&quot; (a sub-image of a bigger image),
  +        &quot;rotate&quot;, &quot;grayscale&quot; (change a color
  +        image to shades of gray)</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.3</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://www.mullassery.com/software/ANT";>http://www.mullassery.com/software/ANT</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a 
href="http://www.mullassery.com/contact/feedback.jsp";>Abey Mullassery</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Apache Software License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Importscrubber">
           <p>Removes unnecessary import statements from a Java source code 
file.</p>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to