Package | Description |
---|---|
ar.com.hjg.pngj.chunks |
Contains the code related to chunk management for the PNGJ library.
|
Modifier and Type | Class and Description |
---|---|
class |
PngChunkITXT
iTXt chunk.
|
class |
PngChunkTEXT
tEXt chunk.
|
class |
PngChunkZTXT
zTXt chunk.
|
Modifier and Type | Method and Description |
---|---|
PngChunkTextVar |
PngMetadata.setText(String k,
String val) |
PngChunkTextVar |
PngMetadata.setText(String k,
String val,
boolean useLatin1,
boolean compress)
Creates a text chunk and queue it.
|
Modifier and Type | Method and Description |
---|---|
List<? extends PngChunkTextVar> |
PngMetadata.getTxtsForKey(String k)
gets all text chunks with a given key
|
Copyright © 2014. All rights reserved.