Uses of Class
org.apache.xmlgraphics.image.rendered.AbstractRed
-
Packages that use AbstractRed Package Description org.apache.xmlgraphics.image.codec.png Contains a PNG image codec.org.apache.xmlgraphics.image.codec.tiff Contains a TIFF image codec.org.apache.xmlgraphics.image.rendered Specialized subclasses of RenderedImage for various tasks (color space conversion, caching etc.) -
-
Uses of AbstractRed in org.apache.xmlgraphics.image.codec.png
Subclasses of AbstractRed in org.apache.xmlgraphics.image.codec.png Modifier and Type Class Description class
PNGRed
-
Uses of AbstractRed in org.apache.xmlgraphics.image.codec.tiff
Subclasses of AbstractRed in org.apache.xmlgraphics.image.codec.tiff Modifier and Type Class Description class
TIFFImage
-
Uses of AbstractRed in org.apache.xmlgraphics.image.rendered
Subclasses of AbstractRed in org.apache.xmlgraphics.image.rendered Modifier and Type Class Description class
Any2LsRGBRed
This function will tranform an image from any colorspace into a luminance image.class
Any2sRGBRed
This function will tranform an image from any colorspace into a luminance image.class
BufferedImageCachableRed
This implements CachableRed based on a BufferedImage.class
FormatRed
This allows you to specify the ColorModel, Alpha premult and/or SampleModel to be used for output.
-