public class PngHeader extends Object
Constructor and Description |
---|
PngHeader(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
byte |
getBitsPerSample() |
PngColorType |
getColorType() |
byte |
getCompressionType() |
byte |
getFilterMethod() |
int |
getImageHeight() |
int |
getImageWidth() |
byte |
getInterlaceMethod() |
public PngHeader(byte[] bytes) throws PngProcessingException
PngProcessingException
public int getImageWidth()
public int getImageHeight()
public byte getBitsPerSample()
public PngColorType getColorType()
public byte getCompressionType()
public byte getFilterMethod()
public byte getInterlaceMethod()
Copyright © 2002-2020 Drew Noakes. All Rights Reserved.