Class PngWriter.ImageHeader

  • Enclosing class:
    PngWriter

    private static class PngWriter.ImageHeader
    extends java.lang.Object
    • Field Detail

      • width

        public final int width
      • height

        public final int height
      • bitDepth

        public final byte bitDepth
      • compressionMethod

        public final byte compressionMethod
      • filterMethod

        public final byte filterMethod
    • Constructor Detail

      • ImageHeader

        ImageHeader​(int width,
                    int height,
                    byte bitDepth,
                    PngColorType pngColorType,
                    byte compressionMethod,
                    byte filterMethod,
                    InterlaceMethod interlaceMethod)