| 接口 | 说明 |
|---|---|
| JPEGDecodeParam |
JPEGDecodeParam encapsulates tables and options necessary to
control decoding JPEG datastreams.
|
| JPEGEncodeParam |
JPEGEncodeParam encapsulates tables and options necessary to
control encoding of JPEG data streams.
|
| JPEGImageDecoder |
This interface describes a JPEG data stream decoder.
|
| JPEGImageEncoder |
JPEGImageEncoder encodes buffers of image data into JPEG data
streams.
|
| 类 | 说明 |
|---|---|
| JPEGCodec |
This class is a factory for implementations of the JPEG Image
Decoder/Encoder.
|
| JPEGHuffmanTable |
A class to encapsulate a JPEG Huffman table.
|
| JPEGQTable |
Class to encapsulate the JPEG quantization tables.
|
| 异常错误 | 说明 |
|---|---|
| ImageFormatException |
Signals that an Image Format exception of some sort has occurred.
|
| TruncatedFileException |
Signals that a truncated file was detected.
|
Copyright © 2022. All rights reserved.