Package com.drew.imaging.png
Class PngHeader
java.lang.Object
com.drew.imaging.png.PngHeader
- Author:
- Drew Noakes https://drewnoakes.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytebytebyteintintbyte
-
Constructor Details
-
PngHeader
- Throws:
PngProcessingException
-
-
Method Details
-
getImageWidth
public int getImageWidth() -
getImageHeight
public int getImageHeight() -
getBitsPerSample
public byte getBitsPerSample() -
getColorType
-
getCompressionType
public byte getCompressionType() -
getFilterMethod
public byte getFilterMethod() -
getInterlaceMethod
public byte getInterlaceMethod()
-