From c471ac71a973133f1d1c934241003838ee5b88c3 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 13 Oct 2003 13:25:05 +0000 Subject: [PATCH] Modify entry for Image, Submitted by Abey Mullassery git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275452 13f79535-47bb-0310-9956-ffa450edef68 --- docs/external.html | 18 +++++++++--------- xdocs/external.xml | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/external.html b/docs/external.html index 635660187..65b51a709 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1147,18 +1147,18 @@

- - Image Tasks + + 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 operations 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), +

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)

+ image to shades of gray).

@@ -1177,7 +1177,7 @@ diff --git a/xdocs/external.xml b/xdocs/external.xml index 158e306a9..e901bb343 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -551,27 +551,27 @@
- Ant 1.3 + Ant 1.4
- http://www.mullassery.com/software/ANT + http://www.mullassery.com/software/ANT/
- - +

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 operations 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), +

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)

+ image to shades of gray).

- + - +
Compatibility:Ant 1.3Ant 1.4
URL:http://www.mullassery.com/software/ANThttp://www.mullassery.com/software/ANT/
Contact: