Package com.mcgath.jhove.module.png
Contains the classes needed for building a JHOVE application.
This package must be used with a top-level class, with one or more
output handlers or viewers, and with one or more modules for specific
file formats.
For overviews, tutorials, examples, guides, and tool documentation, please see:
-
Class Summary Class Description BkgdChunk The bKGD (background color) chunkChrmChunk GamaChunk The gAMA chunk, holding the gamma value.GeneralTextChunk A superclass for TextChunk, ZtxtChunk, and ItxtChunkHistChunk The hIST (Histogram) chunkIccpChunk The iCCP (color profile) chunkIdatChunk The IDAT (pixel data) chunkIendChunk IhdrChunk Representation of the IHDR (header) chunkItxtChunk Representation of the iTXt (internationalized text) chunkPhysChunk The pHYS chunk, which indicates pixel aspect ratio or size.PlteChunk Representation of the PLTE chunkPNGChunk SbitChunk The sBIT (significant bits) chunkSpltChunk The suggested palette (sPLT) chunkSrgbChunk The sRGB chunk, specifying sRGB color intentTextChunk Representation of the tEXt (plain text) chunkTimeChunk The tIME chunk, which gives the latest modified time.TrnsChunk The Transparency chunk.UnknownChunk Class for chunks of unknown type.ZtxtChunk Representation of the zTXt (compressed text) chunk -
Enum Summary Enum Description MessageConstants -
Exception Summary Exception Description PNGException Exception class specific to the PNG module