Package arc.graphics
Class PixmapIO.PngReader
java.lang.Object
arc.graphics.PixmapIO.PngReader
- Enclosing class:
- PixmapIO
Class based on https://github.com/Mike-C/lwjPNG, with many modifications
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
width
public int widthSize fields are set after reading. -
height
public int heightSize fields are set after reading. -
bitDepth
public byte bitDepth -
colorType
public byte colorType -
compression
public byte compression -
filter
public byte filter -
interlace
public byte interlace
-
-
Constructor Details
-
PngReader
public PngReader()
-
-
Method Details
-
read
- Throws:
IOException
-