org.apache.batik.ext.awt.image.rendered.Any2LumRed This function will tranform an image from any colorspace into a luminance image. The alpha channel if any will be copied to the new image. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: Any2LumRed.java,v 1.8 2005/02/13 11:32:26 deweese Exp $
org.apache.batik.ext.awt.image.rendered.FilterAsAlphaRed This converts any source into a mask according to the SVG masking rules. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: FilterAsAlphaRed.java,v 1.5 2004/08/18 07:14:08 vhardy Exp $
org.apache.batik.transcoder.image.TIFFTranscoder This class is an <tt>ImageTranscoder</tt> that produces a TIFF image. @author <a HREF="mailto:Thierry.Kormann@sophia.inria.fr">Thierry Kormann</a> @version $Id: TIFFTranscoder.java,v 1.10 2005/03/27 08:58:36 cam Exp $
org.apache.batik.ext.awt.image.rendered.MultiplyAlphaRed This implements a masking operation by multiply the alpha channel of one image by a luminance image (the mask). @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a> @version $Id: MultiplyAlphaRed.java,v 1.6 2004/08/18 07:14:08 vhardy Exp $