You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jh...@apache.org on 2004/05/06 08:03:45 UTC

cvs commit: ant/xdocs external.xml

jhm         2004/05/05 23:03:45

  Modified:    xdocs    external.xml
  Log:
  Update the external image-task.
  
  Revision  Changes    Path
  1.123     +22 -2     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -r1.122 -r1.123
  --- external.xml	30 Apr 2004 06:21:25 -0000	1.122
  +++ external.xml	6 May 2004 06:03:45 -0000	1.123
  @@ -728,7 +728,15 @@
           "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">
             <tr>
  @@ -741,8 +749,20 @@
                   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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org