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.

NOTE: available only on Android.

NOTE for Android: available on Android 30+.

Implementation

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