From c471ac71a973133f1d1c934241003838ee5b88c3 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig 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 Tasks
+
+ Image
- 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.3 | +Ant 1.4 |
---|---|---|
URL: | -http://www.mullassery.com/software/ANT | +http://www.mullassery.com/software/ANT/ |
Contact: |