Class PngConstants
java.lang.Object
org.apache.commons.imaging.formats.png.PngConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final byte
static final byte
static final String
Parameter key.static final BinaryConstant
static final String
-
Method Summary
-
Field Details
-
COMPRESSION_DEFLATE_INFLATE
- See Also:
-
PNG_SIGNATURE
-
COMPRESSION_TYPE_INFLATE_DEFLATE
- See Also:
-
FILTER_METHOD_ADAPTIVE
- See Also:
-
XMP_KEYWORD
- See Also:
-
PARAM_KEY_PNG_COMPRESSION_LEVEL
Parameter key. Used to indicate the PNG compression level to be used.For valid values, see
Deflater
. If no value is specified, it will use the default compression level.- See Also:
-