Class PngWriter.ImageHeader
java.lang.Object
org.apache.commons.imaging.formats.png.PngWriter.ImageHeader
- Enclosing class:
PngWriter
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal bytefinal bytefinal bytefinal intfinal InterlaceMethodfinal PngColorTypefinal int -
Constructor Summary
ConstructorsConstructorDescriptionImageHeader(int width, int height, byte bitDepth, PngColorType pngColorType, byte compressionMethod, byte filterMethod, InterlaceMethod interlaceMethod) -
Method Summary
-
Field Details
-
width
public final int width -
height
public final int height -
bitDepth
public final byte bitDepth -
pngColorType
-
compressionMethod
public final byte compressionMethod -
filterMethod
public final byte filterMethod -
interlaceMethod
-
-
Constructor Details
-
ImageHeader
ImageHeader(int width, int height, byte bitDepth, PngColorType pngColorType, byte compressionMethod, byte filterMethod, InterlaceMethod interlaceMethod)
-