compressWebpThenJpg abstract method

Future<ImageFile> compressWebpThenJpg(
  1. HcImageFileConfiguration param
)

Compressing image into WEBP if platform supported, otherwise JPG

The HcImageOutputType is set automatically to HcImageOutputType.webpThenJpg

Implementation

Future<ic.ImageFile> compressWebpThenJpg(HcImageFileConfiguration param);