Package 

Class WebPAnimEncoderOptions

    • Constructor Detail

      • WebPAnimEncoderOptions

        WebPAnimEncoderOptions(Boolean minimizeSize, Integer kmin, Integer kmax, Boolean allowMixed, Boolean verbose, WebPMuxAnimParams animParams)
        Parameters:
        minimizeSize - If true, minimizes the output size (slow) and implicitly disables key-frame insertion.
        kmin - The minimum distance between consecutive key frames in the output.
        kmax - The maximum distance between consecutive key frames in the output.
        allowMixed - If true, uses mixed compression mode, allowing lossy and lossless frames.
        verbose - If true, enables printing info and warning messages to stderr.
        animParams - Animation parameters for the WebP animation.