Uses of Class javax.imageio.ImageReadParam

Uses in package gnu.javax.imageio.png

Methods with parameter type javax.imageio.ImageReadParam

BufferedImage
PNGImageReader.read(int imageIndex, ImageReadParam param)
Reads the image.

Uses in package gnu.javax.imageio.jpeg

Methods with parameter type javax.imageio.ImageReadParam

BufferedImage
JPEGImageReader.read(int imageIndex, ImageReadParam param)

Uses in package javax.imageio

Methods with parameter type javax.imageio.ImageReadParam

void
ImageReader.checkReadParamBandSettings(ImageReadParam param, int numSrcBands, int numDstBands)
Check that the given read parameters have valid source and destination band settings.
void
ImageReader.computeRegions(ImageReadParam param, int srcWidth, int srcHeight, BufferedImage image, Rectangle srcRegion, Rectangle destRegion)
Calcluate the source and destination regions that will be read from and written to, given image parameters and/or a destination buffered image.
BufferedImage
ImageReader.getDestination(ImageReadParam param, Iterator imageTypes, int width, int height)
Return a suitable destination buffered image.
Rectangle
ImageReader.getSourceRegion(ImageReadParam param, int srcWidth, int srcHeight)
Calculate a source region based on the given source image dimensions and parameters.
BufferedImage
ImageReader.read(int imageIndex, ImageReadParam param)
Read the given frame into a buffered image using the given read parameters.
IIOImage
ImageReader.readAll(int imageIndex, ImageReadParam param)
Read the given frame all at once, using the given image read parameters, and return an IIOImage.
RenderedImage
Read a rendered image.
Raster
ImageReader.readRaster(int imageIndex, ImageReadParam param)
Read raw raster data.

Methods with return type javax.imageio.ImageReadParam

ImageReadParam
Retrieve the default read parameters for this reader's image format.

Uses in package javax.imageio.plugins.jpeg

Classes derived from javax.imageio.ImageReadParam

class
The JPEGImageReadParam class is only used to set JPEG decoding tables for streams that do not provide their own tables.

Uses in package gnu.javax.imageio.gif

Methods with parameter type javax.imageio.ImageReadParam

BufferedImage
GIFImageReader.read(int imageIndex, ImageReadParam param)
Reads the image indexed by imageIndex and returns it as a complete BufferedImage, using a supplied ImageReadParam.

Uses in package gnu.javax.imageio.bmp

Methods with parameter type javax.imageio.ImageReadParam

BufferedImage
BMPImageReader.read(int imageIndex, ImageReadParam param)
Reads the image indexed by imageIndex and returns it as a complete BufferedImage, using a supplied ImageReadParam.