| Frames | No Frames |
Methods which throw type net.sourceforge.jiu.codecs.InvalidFileStructureException | |
| void | |
| void | |
| void | Read quantization tables from a DQT marker. |
| void | |
| void | Read an SOS (start of scan) marker. |
Methods which throw type net.sourceforge.jiu.codecs.InvalidFileStructureException | |
| void | |
| void | |
| void | Attempts to load an image. |
| void | Loads an image from a PNM input stream. |
| void | Attempts to load an Image from argument stream in (which
could, as an example, be a RandomAccessFile instance, it
implements the DataInput interface). |
| PixelImage | ImageLoader.load(File file) Attempts to load an image from a file. |
| PixelImage | ImageLoader.load(File file, Vector listeners) Attempts to load an image from a file, notifying the
argument progress listeners. |
| PixelImage | ImageLoader.load(String fileName) Load an image from a file given by its name. |
| PixelImage | ImageLoader.load(String fileName, Vector listeners) Attempts to load an image from the file with the given name,
using the given list of progress listeners. |
| int | |
| void | |
| void | |
| void | |
| void | Loads data.length bytes from the input stream to the data array,
regarding the compression type. |
| void | |
| void | |
| void | PalmCodec.loadHeader(DataInput in) |
| PixelImage | Loads an image from given input stream in, regarding the compression
type. |
| void | |
| void | |
| void | PalmCodec.loadImageData(DataInput in) |
| void | PSDCodec.loadPackbitsCompressedData(byte[] data, int offset, int num) |
| void | PalmCodec.loadPalette(DataInput in) |
| String | |
| PixelImage | ImageLoader.loadToolkitImageUri(String uri) |
| void | Loads the first two characters (which are expected to be a capital P
followed by a decimal digit between 1 and 6, inclusively) and skips
following LF and CR characters. |
| void | |
| void | |
| void | Checks the parameter and loads an image. |
| void | |
| IntegerImage | |
| Palette | |
| void | PNMCodec.setMaximumSample(String line) |
| void | PNMCodec.setResolution(String line) |
Methods which throw type net.sourceforge.jiu.codecs.InvalidFileStructureException | |
| void | |
| void | Decode data from input and write the decompressed pixel data to
the image associated with this decoder. |
| void | Decode data from input and write the decompressed pixel data to
the image associated with this decoder. |
| void | |
| void | Decode data from input and write the decompressed pixel data to
the image associated with this decoder. |
| void | |
| int | |
| void | TIFFDecoderLogLuv.decodeRow(byte[] row) |
| void | TIFFDecoderModifiedHuffman.decodeRow(byte[] row) |
| void | TIFFDecoderLogLuv.decodeRowPacked24(byte[] row) |
| void | TIFFDecoderLogLuv.decodeRowRLE(byte[] row) |
| int | TIFFDecoderModifiedHuffman.decodeRun(int[][][] codes, int minCodeSize) |
| int | |
| void | TIFFImageFileDirectory.initFromTags(boolean check) |
| void | Attempts to load an image from a file in the TIFF format. |
| void | |
| TIFFImageFileDirectory | Reads a complete TIFF image file directory including all data that is
pointed to using the offset components and returns it. |
| TIFFTag | Reads a TIFF tag and all data belonging to it and returns a
TIFFTag object. |
| void | TIFFCodec.skipImageFileDirectories(int numDirectories) Skips a given number of image file directories in this TIFF files. |