Class MetadataExtractor.PngHeader

  • Enclosing class:
    MetadataExtractor

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

      • _imageWidth

        private final int _imageWidth
      • _imageHeight

        private final int _imageHeight
      • _bitsPerSample

        private final byte _bitsPerSample
      • _compressionType

        private final byte _compressionType
      • _filterMethod

        private final byte _filterMethod
      • _interlaceMethod

        private final byte _interlaceMethod
    • Method Detail

      • getImageWidth

        public int getImageWidth()
      • getImageHeight

        public int getImageHeight()
      • getBitsPerSample

        public byte getBitsPerSample()
      • getCompressionType

        public byte getCompressionType()
      • getFilterMethod

        public byte getFilterMethod()
      • getInterlaceMethod

        public byte getInterlaceMethod()