See: Description
| Interface | Description |
|---|---|
| ChunkPredicate |
Decides if another chunk "matches", according to some criterion
|
| Class | Description |
|---|---|
| ChunkCopyBehaviour | |
| ChunkFactory |
Default chunk factory.
|
| ChunkHelper |
Helper methods and constants related to Chunk processing.
|
| ChunkRaw |
Raw (physical) chunk.
|
| ChunksList |
All chunks that form an image, read or to be written.
|
| ChunksListForWrite | |
| PngChunk |
Represents a instance of a PNG chunk.
|
| PngChunkBKGD |
bKGD Chunk.
|
| PngChunkCHRM |
cHRM chunk.
|
| PngChunkGAMA |
gAMA chunk.
|
| PngChunkHIST |
hIST chunk.
|
| PngChunkICCP |
iCCP chunk.
|
| PngChunkIDAT |
IDAT chunk.
|
| PngChunkIEND |
IEND chunk.
|
| PngChunkIHDR |
IHDR chunk.
|
| PngChunkITXT |
iTXt chunk.
|
| PngChunkMultiple |
PNG chunk type (abstract) that allows multiple instances in same image.
|
| PngChunkOFFS |
oFFs chunk.
|
| PngChunkPHYS |
pHYs chunk.
|
| PngChunkPLTE |
PLTE chunk.
|
| PngChunkSBIT |
sBIT chunk.
|
| PngChunkSingle |
PNG chunk type (abstract) that does not allow multiple instances in same
image.
|
| PngChunkSPLT |
sPLT chunk.
|
| PngChunkSRGB |
sRGB chunk.
|
| PngChunkSTER |
sTER chunk.
|
| PngChunkTEXT |
tEXt chunk.
|
| PngChunkTextVar |
Superclass (abstract) for three textual chunks (TEXT, ITXT, ZTXT)
|
| PngChunkTextVar.PngTxtInfo | |
| PngChunkTIME |
tIME chunk.
|
| PngChunkTRNS |
tRNS chunk.
|
| PngChunkUNKNOWN |
Placeholder for UNKNOWN (custom or not) chunks.
|
| PngChunkZTXT |
zTXt chunk.
|
| PngMetadata |
We consider "image metadata" every info inside the image except for the most
basic image info (IHDR chunk - ImageInfo class) and the pixels values.
|
| Enum | Description |
|---|---|
| ChunkLoadBehaviour |
What to do with ancillary (non-critical) chunks when reading.
|
| PngChunk.ChunkOrderingConstraint |
Possible ordering constraint for a PngChunk type -only relevant for
ancillary chunks.
|
| Exception | Description |
|---|---|
| PngBadCharsetException |
Contains the code related to chunk management for the PNGJ library.
Only needed by client code if some special chunk handling is required.
Copyright © 2013. All rights reserved.