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 | Method and Description |
---|---|
void |
PngWriter.copyChunksFrom(ChunksList chunks,
ChunkPredicate predicate)
Copy chunks from origin depending on some
ChunkPredicate |
Modifier and Type | Method and Description |
---|---|
static ChunkPredicate |
ChunkCopyBehaviour.createPredicate(int copyFromMask,
ImageInfo imgInfo)
Creates a predicate equivalent to the copy mask
|
Modifier and Type | Method and Description |
---|---|
static List<PngChunk> |
ChunkHelper.filterList(List<PngChunk> target,
ChunkPredicate predicateKeep)
Returns only the chunks that "match" the predicate
See also trimList()
|
static int |
ChunkHelper.trimList(List<PngChunk> target,
ChunkPredicate predicateRemove)
Remove (in place) the chunks that "match" the predicate
See also filterList
|
Copyright © 2014. All rights reserved.