类 | 描述 |
---|---|
JPEGHuffmanTable |
一个类封装一个JPEG霍夫曼表。
|
JPEGImageReadParam |
这类增加时,使用内置的JPEG阅读器插件设置JPEG量化表和赫夫曼的能力。
|
JPEGImageWriteParam |
这类增加时,使用内置的JPEG作家插件设置JPEG量化表和赫夫曼的能力,并要求优化的赫夫曼表是一个图像计算。
|
JPEGQTable |
一个类封装一个JPEG量化表。
|
这个包中包含一些支持类的内置JPEG Reader和Writer插件。类提供了用于表示量化和赫夫曼表,和ImageReadParam
和ImageWriteParam
扩展提供表的读写过程中。关于内置JPEG插件的操作的更多信息,见JPEG metadata format specification and usage notes。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.