Class WebPConstants


  • public final class WebPConstants
    extends java.lang.Object
    Constants used for the WebP image format.
    Since:
    1.0.0-alpha4
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private WebPConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RIFF_SIGNATURE

        public static final BinaryConstant RIFF_SIGNATURE
        The RIFF signature.
      • WEBP_SIGNATURE

        public static final BinaryConstant WEBP_SIGNATURE
        The WebP signature.
    • Constructor Detail

      • WebPConstants

        private WebPConstants()