Browse Source

Add pointer to Image Tasks

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275432 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
14e4352ab4
2 changed files with 88 additions and 0 deletions
  1. +55
    -0
      docs/external.html
  2. +33
    -0
      xdocs/external.xml

+ 55
- 0
docs/external.html View File

@@ -1142,6 +1142,61 @@
valign="top" align="left">
free source, no license restrictions
</td>
</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">


+ 33
- 0
xdocs/external.xml View File

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



Loading…
Cancel
Save