Future<int> processWithImage(Uint8List imageData, int w, int h) async { return PixelfreePlatform.instance.processWithImage(imageData, w, h); }