Browse Source

Modify entry for Image, Submitted by Abey Mullassery <abey at mullassery dot com>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275452 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
c471ac71a9
2 changed files with 18 additions and 18 deletions
  1. +9
    -9
      docs/external.html
  2. +9
    -9
      xdocs/external.xml

+ 9
- 9
docs/external.html View File

@@ -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>


+ 9
- 9
xdocs/external.xml View File

@@ -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 &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),
<p>Image transformations 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>
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>


Loading…
Cancel
Save