软件包 | 描述 |
---|---|
javax.imageio |
java的图像I/O API主要包。
|
javax.imageio.plugins.bmp |
包含由内置插件使用BMP公共类包。
|
javax.imageio.plugins.jpeg |
类支持内置JPEG插件。
|
Modifier and Type | Class and Description |
---|---|
class |
ImageReadParam
描述如何被解码的流的一个类。
|
class |
ImageWriteParam
描述要被编码的流的一个类。
|
Modifier and Type | Method and Description |
---|---|
boolean |
IIOParamController.activate(IIOParam param)
激活控制器。
|
Modifier and Type | Class and Description |
---|---|
class |
BMPImageWriteParam
在BMP格式的图像编码的一类
ImageWriteParam 。
|
Modifier and Type | Class and Description |
---|---|
class |
JPEGImageReadParam
这类增加时,使用内置的JPEG阅读器插件设置JPEG量化表和赫夫曼的能力。
|
class |
JPEGImageWriteParam
这类增加时,使用内置的JPEG作家插件设置JPEG量化表和赫夫曼的能力,并要求优化的赫夫曼表是一个图像计算。
|
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.