Returns the values of the pixel samples of the entire image in a two dimensional array in which the
the first dimension represents the sample index, and the second dimension represents the
the sample value.
Returns the values of the pixel samples of the entire image in a two dimensional array in which the
the first dimension represents the sample index, and the second dimension represents the
the sample value.
Returns the values of the pixel samples from specified positions in a two dimensional array in which the
the first dimension represents the sample index, and the second dimension represents the
the sample value.
Returns the values of the pixel samples within a specified shape in a two dimensional array in which the
the first dimension represents the sample index, and the second dimension represents the
the sample value.
Returns the values of the pixel samples from specified positions in a two dimensional array in which the
the first dimension represents the sample index, and the second dimension represents the
the sample value.
Returns the values of the pixel samples within a specified shape in a two dimensional array in which the
the first dimension represents the sample index, and the second dimension represents the
the sample value.
Loads an image from a local directory using the JAI Image I/O package.Once an
image is loaded, it fires the imageLoaded event to the registered listeners.
Paints an image within a given rectangle which can be placed
anywhere in the viewport
It is the responsibilty of the caller to check whether
the image is loaded.
A utility class that provides several static methods to
save an image to a local directory in different formats supported by the JAI Image I/O package.