git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275452 13f79535-47bb-0310-9956-ffa450edef68master
@@ -1147,18 +1147,18 @@ | |||||
</tr> | </tr> | ||||
</table> | </table> | ||||
<h4 class="subsection"> | <h4 class="subsection"> | ||||
<a name="Image Tasks"></a> | |||||
Image Tasks | |||||
<a name="Image"></a> | |||||
Image | |||||
</h4> | </h4> | ||||
<p>Image task generates and transforms images. It exposes the | <p>Image task generates and transforms images. It exposes the | ||||
imaging capability available in Java2D, Java Advanced Imaging, | imaging capability available in Java2D, Java Advanced Imaging, | ||||
ImageIO, etc., as set of nested elements.</p> | 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 | "rotate", "grayscale" (change a color | ||||
image to shades of gray)</p> | |||||
image to shades of gray).</p> | |||||
<table class="externals" cellspacing="1" cellpadding="4"> | <table class="externals" cellspacing="1" cellpadding="4"> | ||||
<tr> | <tr> | ||||
<th colspan="1" rowspan="1" | <th colspan="1" rowspan="1" | ||||
@@ -1167,7 +1167,7 @@ | |||||
</th> | </th> | ||||
<td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
valign="top" align="left"> | valign="top" align="left"> | ||||
Ant 1.3 | |||||
Ant 1.4 | |||||
</td> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -1177,7 +1177,7 @@ | |||||
</th> | </th> | ||||
<td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
valign="top" align="left"> | 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> | </td> | ||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
@@ -551,27 +551,27 @@ | |||||
</table> | </table> | ||||
</subsection> | </subsection> | ||||
<subsection name="Image Tasks"> | |||||
<subsection name="Image"> | |||||
<p>Image task generates and transforms images. It exposes the | <p>Image task generates and transforms images. It exposes the | ||||
imaging capability available in Java2D, Java Advanced Imaging, | imaging capability available in Java2D, Java Advanced Imaging, | ||||
ImageIO, etc., as set of nested elements.</p> | 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 | "rotate", "grayscale" (change a color | ||||
image to shades of gray)</p> | |||||
image to shades of gray).</p> | |||||
<table class="externals"> | <table class="externals"> | ||||
<tr> | <tr> | ||||
<th>Compatibility:</th> | <th>Compatibility:</th> | ||||
<td>Ant 1.3</td> | |||||
<td>Ant 1.4</td> | |||||
</tr> | </tr> | ||||
<tr> | <tr> | ||||
<th>URL:</th> | <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> | ||||
<tr> | <tr> | ||||
<th>Contact:</th> | <th>Contact:</th> | ||||