crateApiImageLddCoverImageToLuma8 abstract method
Future<BitmapImage>
crateApiImageLddCoverImageToLuma8({
- required List<
int> imageBuffer, - int? width,
- int? height,
- int? thresholdValue,
- LddThresholdType? thresholdType,
- LddImageFormat? imageFormat,
Implementation
Future<BitmapImage> crateApiImageLddCoverImageToLuma8(
{required List<int> imageBuffer,
int? width,
int? height,
int? thresholdValue,
LddThresholdType? thresholdType,
LddImageFormat? imageFormat});