WEBP_LOSSY constant

CompressFormat const WEBP_LOSSY

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 30+

Implementation

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