From ec4a7fa66ae73375c7e8f9d335b90e689fccd266 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 18 Jan 2011 05:20:15 +0000 Subject: [PATCH] re-generate site git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1060194 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 86 ---------------------------------------------- 1 file changed, 86 deletions(-) diff --git a/docs/external.html b/docs/external.html index 96adf10c0..f327bc5aa 100644 --- a/docs/external.html +++ b/docs/external.html @@ -2421,92 +2421,6 @@ valign="top" align="left"> free source, no license restrictions - - -

- - Image -

-

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 jar - - http://www.mullassery.com/software/PMIW/ - (Poor Man's Imaging Wrapper) -
- pjatools jar - - http://www.eteks.com/pja/en/ - (pjatools for GIF encoding support) -
- Contact: - - Abey Mullassery -
- License: - - Apache Software License 1.1 -