diff --git a/docs/external.html b/docs/external.html index 236611668..88eab55e3 100644 --- a/docs/external.html +++ b/docs/external.html @@ -1142,6 +1142,61 @@ valign="top" align="left"> free source, no license restrictions + + +
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), + "rotate", "grayscale" (change a color + image to shades of gray)
++ Compatibility: + | ++ Ant 1.3 + | +
---|---|
+ URL: + | ++ http://www.mullassery.com/software/ANT + | +
+ Contact: + | ++ Abey Mullassery + | +
+ License: + | ++ Apache Software License + |
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), + "rotate", "grayscale" (change a color + image to shades of gray)
+ +Compatibility: | +Ant 1.3 | +
---|---|
URL: | +http://www.mullassery.com/software/ANT | +
Contact: | +Abey Mullassery | +
License: | +Apache Software License | +
Removes unnecessary import statements from a Java source code file.