org.apache.batik.ext.awt.image.rendered.ProfileRed This implementation of rendered image forces a color profile on its source @author <a HREF="mailto:vincent.hardy@eng.sun.com">Vincent Hardy</a> @version $Id: ProfileRed.java,v 1.8 2004/08/18 07:14:08 vhardy Exp $
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.FormatRed This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output. If the input image lacks Alpha and alpha is included in output then it is filled with alpha=1. In all other cases bands are simply copied. @author <a HREF="mailto:Thomas.DeWeeese@Kodak.com"> ...
org.apache.batik.ext.awt.image.rendered.AbstractRed import org.apache.batik.ext.awt.image.DataBufferReclaimer; import java.awt.image.DataBufferInt; import java.awt.image.SinglePixelPackedSampleModel; This is an abstract base class that takes care of most of the normal issues surrounding the implementation of the CachableRed (RenderedImage) interfac ...
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 $