类 | 描述 |
---|---|
JPEGHuffmanTable |
一个封装单个JPEG霍夫曼表的类。
|
JPEGImageReadParam |
该类增加了在使用内置JPEG阅读器插件时设置JPEG量化和霍夫曼表的功能。
|
JPEGImageWriteParam |
该类增加了在使用内置JPEG writer插件时设置JPEG量化和霍夫曼表的能力,并请求为图像计算优化的霍夫曼表。
|
JPEGQTable |
一个封装单个JPEG量化表的类。
|
此软件包包含一些内置JPEG读写器插件的支持类。 提供了代表量化和Huffman表类,以及扩展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.