Class MetadataExtractor.PngHeader

java.lang.Object
gov.nih.mipav.model.file.MetadataExtractor.PngHeader
Enclosing class:
MetadataExtractor

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

    • _imageWidth

      private final int _imageWidth
    • _imageHeight

      private final int _imageHeight
    • _bitsPerSample

      private final byte _bitsPerSample
    • _colorType

      private final MetadataExtractor.PngColorType _colorType
    • _compressionType

      private final byte _compressionType
    • _filterMethod

      private final byte _filterMethod
    • _interlaceMethod

      private final byte _interlaceMethod
  • Constructor Details

  • Method Details

    • getImageWidth

      public int getImageWidth()
    • getImageHeight

      public int getImageHeight()
    • getBitsPerSample

      public byte getBitsPerSample()
    • getColorType

      public MetadataExtractor.PngColorType getColorType()
    • getCompressionType

      public byte getCompressionType()
    • getFilterMethod

      public byte getFilterMethod()
    • getInterlaceMethod

      public byte getInterlaceMethod()