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.

Uses in package gnu.javax.imageio.bmp

Constructors with parameter type javax.imageio.IIOImage

Creates the header from an output stream, which is not closed.
Creates the info header from an output stream, which is not closed.

Methods with parameter type javax.imageio.IIOImage

void
The image encoder.
void
The image encoder.
void
The image encoder.
void
The image encoder.
void
The image encoder.
void
The image encoder.
void
The image encoder.
void
The image encoder.
void
The image encoder.
void
BMPImageWriter.write(IIOMetadata streamMetadata, IIOImage image, ImageWriteParam param)
Write an image stream, including thumbnails and metadata to the output stream.