Uses of Class javax.imageio.ImageWriteParam

Uses in package javax.imageio.plugins.bmp

Classes derived from javax.imageio.ImageWriteParam

class
A class to encode images in the BMP format.

Uses in package javax.imageio.plugins.jpeg

Classes derived from javax.imageio.ImageWriteParam

class
The JPEGImageWriteParam class can be used to specify tables and settings used in the JPEG encoding process.

Uses in package javax.imageio

Methods with parameter type javax.imageio.ImageWriteParam

IIOMetadata
Converts IIOMetadata from an input reader format, returning an IIOMetadata suitable for use by an image writer.
IIOMetadata
Convert IIOMetadata from an input reader format, returning an IIOMetadata suitable for use by an image writer.
IIOMetadata
Converts IIOMetadata from an input stream format, returning an IIOMetadata suitable for use by an image writer.
IIOMetadata
Convert IIOMetadata from an input stream format, returning an IIOMetadata suitable for use by an image writer.
IIOMetadata
Get a metadata object appropriate for encoding an image specified by the given image type specifier and optional image write parameters.
IIOMetadata
Get a metadata object appropriate for encoding the default image type handled by this writer, optionally considering image write parameters.
int
Get the number of thumbnails supported by this image writer, based on the given image type, image writing parameters, and stream and image metadata.
Dimension[]
Get the preferred sizes for thumbnails based on the given image type, image writing parameters, and stream and image metadata.
void
ImageWriter.prepareInsertEmpty(int imageIndex, ImageTypeSpecifier imageType, int width, int height, IIOMetadata imageMetadata, BufferedImage> thumbnails, ImageWriteParam param)
Start inserting an empty image in the image output stream.
void
ImageWriter.prepareWriteEmpty(IIOMetadata streamMetadata, ImageTypeSpecifier imageType, int width, int height, IIOMetadata imageMetadata, BufferedImage> thumbnails, ImageWriteParam param)
Start writing an empty image to the end of the image output stream.
void
Replace a region of an image in the output stream with a portion of the given raster data.
void
Replace a region of an image in the output stream with a portion of the given rendered image.
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.ImageWriteParam

ImageWriteParam
Retrieve the default write parameters for this writer's image format.