Frames | No Frames |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | |
void | Inverts the input image, reusing an output image if one has been specified. |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | Creates an octree and prepares this quantizer so that colors can be mapped to
palette index values. |
void | Maps the input image to an output image, using the palette given to the constructor. |
void | This method does the actual work of the operation. |
void | Initializes an octree, reduces it have as many leaves (or less) as
the desired palette size and maps the original image to the newly-created
palette. |
void |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | Attempts to load an image from a file in the TIFF format. |
void |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | Checks if all images have the same resolution as given by their
getWidth and getHeight methods. |
void | If both an input and an output image have been specified (both non-null),
this method compares their width and height properties and throws
an exception if the two images do not have the same resolution. |
void | ImagesToImageOperation.ensureOutputImageResolution(int width, int height) If an output image has been specified this method will compare
its resolution with the argument resolution and throw an exception if the
resolutions differ. |
void | ImageToImageOperation.ensureOutputImageResolution(int width, int height) If an output image has been specified this method will compare
its resolution with the argument resolution and throw an exception if the
resolutions differ. |
void | |
void | |
void | This method does the actual work of the operation. |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | |
void | This method does the actual work of the operation. |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | This method does the actual work of the operation. |
void | |
void | This method does the actual work of the operation. |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void | |
void |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
PixelImage | Static convenience method to convert an RGB image to a grayscale image. |
void | This method does the actual work of the operation. |
void | This method does the actual work of the operation. |
void | This method does the actual work of the operation. |
void | This method does the actual work of the operation. |
void | |
void | |
void | |
void | |
void |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | This method does the actual work of the operation. |
void | Quantizes the input image, distributing quantization errors to neighboring
pixels. |
void |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | This method does the actual work of the operation. |
void | |
void |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | This method does the actual work of the operation. |
void | |
void | |
void |
Methods which throw type net.sourceforge.jiu.ops.WrongParameterException | |
void | |
void | ImageCodec.checkBounds(int width, int height) If bounds were defined for this codec, this method tests if the
bounds rectangle fits into the rectangle (0, 0) / (width - 1, height - 1) . |
void | If an image object was provided to be used for loading via setImage(PixelImage) ,
this method checks if its resolution is the same as the bounds' resolution. |
void | Loads an image from a PNM input stream. |
void | |
PixelImage | Loads an image from given input stream in, regarding the compression
type. |
void | |
void | |
void | |
void | |
void | |
void | |
void |