Class WebPConstants
java.lang.Object
org.apache.commons.imaging.formats.webp.WebPConstants
Constants used for the WebP image format.
- Since:
- 1.0.0-alpha4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BinaryConstant
The RIFF signature.static final BinaryConstant
The WebP signature. -
Method Summary
-
Field Details
-
RIFF_SIGNATURE
The RIFF signature. -
WEBP_SIGNATURE
The WebP signature.
-