Class PngChunkIhdr


public final class PngChunkIhdr extends PngChunk
  • Field Details

    • width

      private final int width
    • height

      private final int height
    • bitDepth

      private final int bitDepth
    • pngColorType

      private final PngColorType pngColorType
    • compressionMethod

      private final int compressionMethod
    • filterMethod

      private final int filterMethod
    • interlaceMethod

      private final InterlaceMethod interlaceMethod
  • Constructor Details

  • Method Details

    • getBitDepth

      public int getBitDepth()
    • getCompressionMethod

      public int getCompressionMethod()
    • getFilterMethod

      public int getFilterMethod()
    • getHeight

      public int getHeight()
    • getInterlaceMethod

      public InterlaceMethod getInterlaceMethod()
    • getPngColorType

      public PngColorType getPngColorType()
    • getWidth

      public int getWidth()