compressPng abstract method

Future<ImageFile> compressPng(
  1. HcImageFileConfiguration param
)

Compressing image into PNG

The HcImageOutputType is set automatically to HcImageOutputType.png

Implementation

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