Class PngChunkIhdr
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.png.chunks.PngChunk
org.apache.commons.imaging.formats.png.chunks.PngChunkIhdr
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
final int
final int
final int
final InterlaceMethod
final PngColorType
final int
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.png.chunks.PngChunk
getBytes, getDataStream, getPropertyBits
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Field Details
-
width
public final int width -
height
public final int height -
bitDepth
public final int bitDepth -
pngColorType
-
compressionMethod
public final int compressionMethod -
filterMethod
public final int filterMethod -
interlaceMethod
-
-
Constructor Details
-
PngChunkIhdr
public PngChunkIhdr(int length, int chunkType, int crc, byte[] bytes) throws ImageReadException, IOException - Throws:
ImageReadException
IOException
-