Package | Description |
---|---|
com.ajtjp.jImageReader.reader |
Provides image readers for various formats.
|
com.ajtjp.jImageReader.reader.workInProgress |
The image processors in this package are not yet ready for prime time,
and should not be used.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
BaseImageReader.parse()
Parses the image from the internal buffer, to an internal representation.
|
void |
MegaPaintBLDReader.parse() |
void |
MSPReader.parse()
Parses the MSP that has been read into the buffer.
|
void |
SunIconReader.parse() |
void |
TGAReader.parse() |
void |
AwardBIOSReader.processFile() |
void |
BaseImageReader.processFile()
Reads and parses a file, and stores a BufferedImage; this is the method
you will use most often.
|
void |
DrHaloReader.processFile() |
void |
EggPaintReader.processFile() |
void |
GodPaintReader.processFile() |
void |
JImageReader.processFile()
Processes the file supplied at initialization, and stores the image in the reader.
|
void |
SunIconReader.processFile() |
void |
TGAReader.processFile() |
Modifier and Type | Method and Description |
---|---|
void |
JFIFReader.parse() |
void |
JFIFReader.processFile() |
Copyright © 2020. All rights reserved.