public class PngChunkIhdr extends PngChunk
Modifier and Type | Field and Description |
---|---|
int |
bitDepth |
int |
compressionMethod |
int |
filterMethod |
int |
height |
InterlaceMethod |
interlaceMethod |
PngColorType |
pngColorType |
int |
width |
Constructor and Description |
---|
PngChunkIhdr(int length,
int chunkType,
int crc,
byte[] bytes) |
getBytes, getPropertyBits
getByteOrder, getDebug, setDebug
public final int width
public final int height
public final int bitDepth
public final PngColorType pngColorType
public final int compressionMethod
public final int filterMethod
public final InterlaceMethod interlaceMethod
public PngChunkIhdr(int length, int chunkType, int crc, byte[] bytes) throws ImageReadException, java.io.IOException
ImageReadException
java.io.IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"