Class PngWriter.ImageHeader

java.lang.Object
org.apache.commons.imaging.formats.png.PngWriter.ImageHeader
Enclosing class:
PngWriter

private static class PngWriter.ImageHeader extends Object
  • Field Details

    • width

      public final int width
    • height

      public final int height
    • bitDepth

      public final byte bitDepth
    • pngColorType

      public final PngColorType pngColorType
    • compressionMethod

      public final byte compressionMethod
    • filterMethod

      public final byte filterMethod
    • interlaceMethod

      public final InterlaceMethod interlaceMethod
  • Constructor Details

    • ImageHeader

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