Contains a PNG image codec.
Class | Description |
---|---|
PNGChunk | |
PNGDecodeParam |
An instance of
ImageDecodeParam for decoding images in
the PNG format. |
PNGEncodeParam |
An instance of
ImageEncodeParam for encoding images in
the PNG format. |
PNGEncodeParam.Gray | |
PNGEncodeParam.Palette | |
PNGEncodeParam.RGB | |
PNGImageDecoder | |
PNGImageEncoder |
An ImageEncoder for the PNG file format.
|
PNGRed | |
PNGSuggestedPaletteEntry |
A class representing the fields of a PNG suggested palette entry.
|
Enum | Description |
---|---|
PNGChunk.ChunkType |
See http://en.wikipedia.org/wiki/Portable_Network_Graphics for a light explanation;
See http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html for the spec.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.