Browse Source

Update the external image-task.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276432 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
cfd785ed3b
2 changed files with 53 additions and 4 deletions
  1. +31
    -2
      docs/external.html
  2. +22
    -2
      xdocs/external.xml

+ 31
- 2
docs/external.html View File

@@ -1429,7 +1429,14 @@
"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).<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>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
@@ -1450,6 +1457,28 @@
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"
@@ -1458,7 +1487,7 @@
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.mullassery.com/contact/feedback.jsp">Abey Mullassery</a>
<a href="http://www.mullassery.com">Abey Mullassery</a>
</td>
</tr>
<tr>


+ 22
- 2
xdocs/external.xml View File

@@ -728,7 +728,15 @@
&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).<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>

<table class="externals">
<tr>
@@ -740,9 +748,21 @@
<td><a
href="http://www.mullassery.com/software/ANT/">http://www.mullassery.com/software/ANT/</a></td>
</tr>
<tr>
<th>pmiw jar</th>
<td><a
href="http://www.mullassery.com/software/PMIW/">http://www.mullassery.com/software/PMIW/</a>
(Poor Man's Imaging Wrapper)</td>
</tr>
<tr>
<th>pjatools jar</th>
<td><a
href="http://www.eteks.com/pja/en/">http://www.eteks.com/pja/en/</a>
(pjatools for GIF encoding support)</td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://www.mullassery.com/contact/feedback.jsp">Abey Mullassery</a></td>
<td><a href="http://www.mullassery.com">Abey Mullassery</a></td>
</tr>
<tr>
<th>License:</th>


Loading…
Cancel
Save