WEBP constant

CompressFormat const WEBP

Compress to the WEBP lossy format. Quality of 0 means compress for the smallest size. 100 means compress for max visual quality.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • Windows

Implementation

static const WEBP = CompressFormat._internal('WEBP', 'WEBP');