Package ar.com.hjg.pngj

PNGJ main classes.

See:
          Description

Class Summary
FileHelper A few static utility methods related with PngReader/PngWriter that read/writes to files.
ImageInfo Simple immutable wrapper for basic image info.
ImageLine Lightweight wrapper for an image scanline, used for read and write.
ImageLineHelper Bunch of utility static methods to process/analyze an image line at the pixel level.
PngHelperInternal Some utility static methods for internal use.
PngReader Reads a PNG image, line by line The reading sequence is as follows:
1.
PngWriter Writes a PNG image, line by line.
 

Enum Summary
FilterType Internal PNG predictor filter, or strategy to select it.
 

Exception Summary
PngjBadCrcException Exception thrown by bad CRC check
PngjException Generic exception
PngjInputException Exception thrown by reading process
PngjOutputException Exception thrown by writing process
PngjUnsupportedException Exception thrown because of some valid feature of PNG standard that this library does not support
 

Package ar.com.hjg.pngj Description

PNGJ main classes.

Client code should rarely need more than the public members of this package.