Uses of Class javax.imageio.IIOImage

Uses in package javax.imageio

Methods with parameter type javax.imageio.IIOImage

void
Write a image data, metadata and thumbnails to the output stream.
void
ImageWriter.write(IIOMetadata streamMetadata, IIOImage image, ImageWriteParam param)
Write an image stream, including thumbnails and metadata to the output stream.
void
ImageWriter.writeInsert(int imageIndex, IIOImage image, ImageWriteParam param)
Insert an image into the output stream.
void
Write a sequence of images, including thumbnails and metadata, to the output stream.

Methods with return type javax.imageio.IIOImage

IIOImage
ImageReader.readAll(int imageIndex, ImageReadParam param)
Read the given frame all at once, using the given image read parameters, and return an IIOImage.