smart_compress_image method

CompressedImageResult smart_compress_image(
  1. Pointer<Char> input_path,
  2. int target_kb,
  3. int type
)

Implementation

CompressedImageResult smart_compress_image(
  ffi.Pointer<ffi.Char> input_path,
  int target_kb,
  int type,
) {
  return _smart_compress_image(input_path, target_kb, type);
}