Package pixy.image.png
Class IHDRReader
java.lang.Object
pixy.image.png.IHDRReader
- All Implemented Interfaces:
Reader
public class IHDRReader extends java.lang.Object implements Reader
PNG IHDR chunk reader
- Version:
- 1.0 04/25/2013
- Author:
- Wen Yu, yuwen_66@yahoo.com
-
Constructor Summary
Constructors Constructor Description IHDRReader(Chunk chunk)
-
Method Summary
Modifier and Type Method Description byte
getBitDepth()
byte
getColorType()
byte
getCompressionMethod()
byte
getFilterMethod()
int
getHeight()
byte
getInterlaceMethod()
int
getWidth()
void
read()
-
Constructor Details
-
Method Details
-
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getBitDepth
public byte getBitDepth() -
getColorType
public byte getColorType() -
getCompressionMethod
public byte getCompressionMethod() -
getFilterMethod
public byte getFilterMethod() -
getInterlaceMethod
public byte getInterlaceMethod() -
read
public void read() throws java.io.IOException
-