diff --git a/xdocs/external.xml b/xdocs/external.xml index e74d7dc99..50723dda8 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1253,62 +1253,6 @@ - -

Image task generates and transforms images. It exposes the - imaging capability available in Java2D, Java Advanced Imaging, - ImageIO, etc., as set of nested elements.

- -

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).
- 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.

- -

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.

- -

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.

- - - - - - - - - - - - - - - - - - - - - - - - - - -
Compatibility:Ant 1.4
URL:http://www.mullassery.com/software/ANT/
pmiw jarhttp://www.mullassery.com/software/PMIW/ - (Poor Man's Imaging Wrapper)
pjatools jarhttp://www.eteks.com/pja/en/ - (pjatools for GIF encoding support)
Contact:Abey Mullassery
License:Apache Software License 1.1
-
-

Removes unnecessary import statements from a Java source code file.