Package | Description |
---|---|
ar.com.hjg.pngj |
PNGJ main package
|
ar.com.hjg.pngj.chunks |
Contains the code related to chunk management for the PNGJ library.
|
Modifier and Type | Field and Description |
---|---|
protected ChunksList |
ChunkSeqReaderPng.chunksList
All chunks, but some of them can have the buffer empty (IDAT and skipped)
|
Modifier and Type | Method and Description |
---|---|
ChunksList |
PngReader.getChunksList()
All loaded chunks (metada).
|
ChunksList |
PngReader.getChunksList(boolean forceLoadingOfFirstChunks) |
Modifier and Type | Method and Description |
---|---|
void |
PngWriter.copyChunksFrom(ChunksList chunks)
Copy all chunks from origin.
|
void |
PngWriter.copyChunksFrom(ChunksList chunks,
ChunkPredicate predicate)
Copy chunks from origin depending on some
ChunkPredicate |
void |
PngWriter.copyChunksFrom(ChunksList chunks,
int copyMask)
Sets an origin (typically from a
PngReader ) of Chunks to be copied. |
Modifier and Type | Class and Description |
---|---|
class |
ChunksListForWrite |
Constructor and Description |
---|
PngMetadata(ChunksList chunks) |
Copyright © 2014. All rights reserved.