Package | Description |
---|---|
com.mcgath.jhove.module | |
com.mcgath.jhove.module.png |
Modifier and Type | Method and Description |
---|---|
void |
PngModule.eatChunk(PNGChunk chnk)
This lets the module skip over the remainder of a chunk, not
including the name, length,and CRC.
|
Modifier and Type | Class and Description |
---|---|
class |
BkgdChunk
The bKGD (background color) chunk
|
class |
ChrmChunk |
class |
GamaChunk
The gAMA chunk, holding the gamma value.
|
class |
GeneralTextChunk
A superclass for TextChunk, ZtxtChunk, and ItxtChunk
|
class |
HistChunk
The hIST (Histogram) chunk
|
class |
IccpChunk
The iCCP (color profile) chunk
|
class |
IdatChunk
The IDAT (pixel data) chunk
|
class |
IendChunk |
class |
IhdrChunk
Representation of the IHDR (header) chunk
|
class |
ItxtChunk
Representation of the iTXt (internationalized text) chunk
|
class |
PhysChunk
The pHYS chunk, which indicates pixel aspect ratio or size.
|
class |
PlteChunk
Representation of the PLTE chunk
|
class |
SbitChunk
The sBIT (significant bits) chunk
|
class |
SpltChunk
The suggested palette (sPLT) chunk
|
class |
SrgbChunk
The sRGB chunk, specifying sRGB color intent
|
class |
TextChunk
Representation of the tEXt (plain text) chunk
|
class |
TimeChunk
The tIME chunk, which gives the latest modified time.
|
class |
TrnsChunk
The Transparency chunk.
|
class |
UnknownChunk
Class for chunks of unknown type.
|
class |
ZtxtChunk
Representation of the zTXt (compressed text) chunk
|
Modifier and Type | Method and Description |
---|---|
static PNGChunk |
PNGChunk.makePNGChunk(long length,
int sig)
Construct a PNGChunk object of the appropriate subtype
based on the chunk type.
|
Copyright © 2008–2017 The Open Preservation Foundation. All rights reserved.