Class PngHeader

java.lang.Object
com.drew.imaging.png.PngHeader

public class PngHeader extends Object
Author:
Drew Noakes https://drewnoakes.com
  • Constructor Details

  • Method Details

    • getImageWidth

      public int getImageWidth()
    • getImageHeight

      public int getImageHeight()
    • getBitsPerSample

      public byte getBitsPerSample()
    • getColorType

      public PngColorType getColorType()
    • getCompressionType

      public byte getCompressionType()
    • getFilterMethod

      public byte getFilterMethod()
    • getInterlaceMethod

      public byte getInterlaceMethod()