软件包 | 描述 |
---|---|
javax.imageio |
java的图像I/O API主要包。
|
Modifier and Type | Method and Description |
---|---|
IIOImage |
ImageReader.readAll(int imageIndex, ImageReadParam param)
读取图像索引的
imageIndex 并返回一个
IIOImage 包含图像、缩略图和相关的图像元数据,使用提供的
ImageReadParam 。
|
Modifier and Type | Method and Description |
---|---|
Iterator<IIOImage> |
ImageReader.readAll(Iterator<? extends ImageReadParam> params)
返回一个包含所有的
Iterator 图像缩略图,和元数据,从
getMinIndex 给出的指标,在
IIOImage 对象形式的输入源。
|
Modifier and Type | Method and Description |
---|---|
void |
ImageWriter.write(IIOImage image)
在一个完整的图像流包含一个图像的默认元数据和缩略图的输出。
|
abstract void |
ImageWriter.write(IIOMetadata streamMetadata, IIOImage image, ImageWriteParam param)
在一个完整的图像流包含一个图像和相关的流和图像元数据和缩略图的输出。
|
void |
ImageWriter.writeInsert(int imageIndex, IIOImage image, ImageWriteParam param)
将一个新的图像插入到现有的图像流中。
|
void |
ImageWriter.writeToSequence(IIOImage image, ImageWriteParam param)
添加一个单一的形象和可能相关的元数据和缩略图的输出。
|
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.