Class PngWriter.ImageHeader
- java.lang.Object
-
- org.apache.commons.imaging.formats.png.PngWriter.ImageHeader
-
- Enclosing class:
- PngWriter
private static class PngWriter.ImageHeader extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte
bitDepth
byte
compressionMethod
byte
filterMethod
int
height
InterlaceMethod
interlaceMethod
PngColorType
pngColorType
int
width
-
Constructor Summary
Constructors Constructor Description ImageHeader(int width, int height, byte bitDepth, PngColorType pngColorType, byte compressionMethod, byte filterMethod, InterlaceMethod interlaceMethod)
-
-
-
Field Detail
-
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 Detail
-
ImageHeader
ImageHeader(int width, int height, byte bitDepth, PngColorType pngColorType, byte compressionMethod, byte filterMethod, InterlaceMethod interlaceMethod)
-
-