Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

non_com.media.jai.codec.jpeg: Javadoc index of package non_com.media.jai.codec.jpeg.


Package Samples:

non_com.media.jai.codec.jpeg

Classes:

JPEGEncodeParam: A class which encapsulates the most common functionality required for the parameters to a Jpeg encode operation. It does not include all of the parameters of the com.sun.image.codec.jpeg classes. Users needing that additional functionality should use those classes directly, bearing in mind that they are part of an uncommitted non-core interface that may be modified or removed in the future. This class makes very simple assumptions about the image colorspaces. Images with a single band are assumed to be grayscale. Images with three bands are assumed to be RGB and are encoded to YCbCr. This class ...
JPEGDecodeParam: An instance of ImageDecodeParam for decoding images in the JPEG format. This class allows for the specification of whether to decode the JPEG data into an image having a SampleModel which is a ComponentSampleModel or a subclass thereof. By default data are decoded into an image having a ComponentSampleModel . This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI.
JPEGImageEncoder: An ImageEncoder for the JPEG (JFIF) file format. The common cases of single band grayscale and three or four band RGB images are handled so as to minimize the amount of information required of the programmer. See the comments pertaining to the constructor and the writeToStream() method for more detailed information.
NoMarkStream: FilterInputStream subclass which does not support mark/reset. Used to work around a failure of com.sun.image.codec.jpeg.JPEGImageDecoder in which decodeAsBufferedImage() blocks in reset() if a corrupted JPEG image is encountered.
JPEGCodec
JPEGImageDecoder
JPEGImage

Home | Contact Us | Privacy Policy | Terms of Service