bodewig 2003/10/13 06:25:05 Modified: docs external.html xdocs external.xml Log: Modify entry for Image, Submitted by Abey Mullassery <abey at mullassery dot com> Revision Changes Path 1.140 +9 -9 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.139 retrieving revision 1.140 diff -u -r1.139 -r1.140 --- external.html 12 Oct 2003 19:39:52 -0000 1.139 +++ external.html 13 Oct 2003 13:25:05 -0000 1.140 @@ -1147,18 +1147,18 @@ </tr> </table> <h4 class="subsection"> - <a name="Image Tasks"></a> - Image Tasks + <a name="Image"></a> + Image </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), + <p>Image transformations 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> + image to shades of gray).</p> <table class="externals" cellspacing="1" cellpadding="4"> <tr> <th colspan="1" rowspan="1" @@ -1167,7 +1167,7 @@ </th> <td colspan="1" rowspan="1" valign="top" align="left"> - Ant 1.3 + Ant 1.4 </td> </tr> <tr> @@ -1177,7 +1177,7 @@ </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> + <a href="http://www.mullassery.com/software/ANT/">http://www.mullassery.com/software/ANT/</a> </td> </tr> <tr> 1.102 +9 -9 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- external.xml 9 Oct 2003 13:52:37 -0000 1.101 +++ external.xml 13 Oct 2003 13:25:05 -0000 1.102 @@ -551,27 +551,27 @@ </table> </subsection> - <subsection name="Image Tasks"> - + <subsection name="Image"> <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), + <p>Image transformations 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> + image to shades of gray).</p> <table class="externals"> <tr> <th>Compatibility:</th> - <td>Ant 1.3</td> + <td>Ant 1.4</td> </tr> <tr> <th>URL:</th> - <td><a href="http://www.mullassery.com/software/ANT">http://www.mullassery.com/software/ANT</a></td> + <td><a + href="http://www.mullassery.com/software/ANT/">http://www.mullassery.com/software/ANT/</a></td> </tr> <tr> <th>Contact:</th>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]