ImageProcess constructor
ImageProcess(
- Uint8List imageBytes, {
- required int encodingQuality,
- required OutputImageFormat outputImageFormat,
- String? workerPath,
Implementation
ImageProcess(
this.imageBytes, {
required this.encodingQuality,
required this.outputImageFormat,
String? workerPath, // Used on web only
});