smart_compress_image method
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);
}
CompressedImageResult smart_compress_image(
ffi.Pointer<ffi.Char> input_path,
int target_kb,
int type,
) {
return _smart_compress_image(input_path, target_kb, type);
}