|
|
@@ -2421,92 +2421,6 @@ |
|
|
|
valign="top" align="left"> |
|
|
|
free source, no license restrictions |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h4 class="subsection"> |
|
|
|
<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 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).<br /> |
|
|
|
Now it supports transparency (making images translucent), a |
|
|
|
bestfit option for Resize, simple support for images within |
|
|
|
a security-constraint, a preliminary support (if pjatools.jar |
|
|
|
is available) for saving files as GIF and some other fixes.</p> |
|
|
|
<p>IMPORTANT: You will need the PMIW (Poor Man's Imaging Wrapper) jar |
|
|
|
for all the operations and the pjatools jar for GIF encoding/ saving |
|
|
|
support.</p> |
|
|
|
<p>Note: The website encourage the use of Ants internal image tasks. While the development |
|
|
|
of these image tasks is stopped the development of the underlying PMIW should occur.</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.4 |
|
|
|
</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"> |
|
|
|
pmiw jar |
|
|
|
</th> |
|
|
|
<td colspan="1" rowspan="1" |
|
|
|
valign="top" align="left"> |
|
|
|
<a href="http://www.mullassery.com/software/PMIW/">http://www.mullassery.com/software/PMIW/</a> |
|
|
|
(Poor Man's Imaging Wrapper) |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
<tr> |
|
|
|
<th colspan="1" rowspan="1" |
|
|
|
valign="top" align="left"> |
|
|
|
pjatools jar |
|
|
|
</th> |
|
|
|
<td colspan="1" rowspan="1" |
|
|
|
valign="top" align="left"> |
|
|
|
<a href="http://www.eteks.com/pja/en/">http://www.eteks.com/pja/en/</a> |
|
|
|
(pjatools for GIF encoding support) |
|
|
|
</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">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 1.1 |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</table> |
|
|
|
<h4 class="subsection"> |
|
|
|