crateApiImageLddCoverImageToLuma8 abstract method

Future<BitmapImage> crateApiImageLddCoverImageToLuma8({
  1. required List<int> imageBuffer,
  2. int? width,
  3. int? height,
  4. int? thresholdValue,
  5. LddThresholdType? thresholdType,
  6. LddImageFormat? imageFormat,
})

Implementation

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