Package arc.graphics

Class PixmapIO.PngReader

java.lang.Object
arc.graphics.PixmapIO.PngReader
Enclosing class:
PixmapIO

public static class PixmapIO.PngReader extends Object
Class based on https://github.com/Mike-C/lwjPNG, with many modifications
  • Field Details

    • width

      public int width
      Size fields are set after reading.
    • height

      public int height
      Size 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