ImageAlphaCrop method

String ImageAlphaCrop(
  1. ImageBase<ImageBase> image,
  2. num threshold
)

Implementation

String ImageAlphaCrop(
  ImageBase image,
  num threshold,
) => 'ImageAlphaCrop($image, $threshold)';