From cfd785ed3bfa0edc49ca08a5b28d9e5ad205c91a Mon Sep 17 00:00:00 2001
From: Jan Materne
Date: Thu, 6 May 2004 06:05:16 +0000
Subject: [PATCH] Update the external image-task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276432 13f79535-47bb-0310-9956-ffa450edef68
---
docs/external.html | 33 +++++++++++++++++++++++++++++++--
xdocs/external.xml | 24 ++++++++++++++++++++++--
2 files changed, 53 insertions(+), 4 deletions(-)
diff --git a/docs/external.html b/docs/external.html
index 178234e60..94a9018a2 100644
--- a/docs/external.html
+++ b/docs/external.html
@@ -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).
+ 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.
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)
+ |
|
- Abey Mullassery
+ Abey Mullassery
|
diff --git a/xdocs/external.xml b/xdocs/external.xml
index 4f2130b7c..33ea9134b 100644
--- a/xdocs/external.xml
+++ b/xdocs/external.xml
@@ -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).
+ 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.